전체 글
-
[Nextjs 스와이프] Swiper 사용Next.js 2022. 7. 23. 23:45
https://swiperjs.com/get-started Getting Started With Swiper Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com npm install swiper Next.js를 사용 하기 때문에 Swiper react 공식문서 참고 https://swiperjs.com/react Swiper React Components Swiper is the most modern free mobile touch slider with hardware accelerated transitions and ama..
-
-
php 파일 인코딩 변경카테고리 없음 2022. 7. 20. 10:00
https://www.php.net/manual/en/function.mb-detect-encoding.php PHP: mb_detect_encoding - Manual if the function " mb_detect_encoding" does not exist ... ... try: example / usage of: mb_detect_encoding() $txtstr = str_to_utf8($txtstr); www.php.net 파일 인코딩 확인 후 변경
-
[Nextjs 시작]Next.js 2022. 7. 19. 17:24
https://nextjs.org/docs/getting-started Getting Started | Next.js Get started with Next.js in the official documentation, and learn more about all our features! nextjs.org 공식문서 기준으로 npx create-next-app@latest --typescript typescript 옵션값으로 바로 설치 가능. npm run dev또는 yarn dev를 실행 pnpm dev하여 개발 서버를 시작합니다.http://localhost:3000 https://tailwindcss.com/docs/guides/nextjs Install Tailwind CSS with Next.js..
-
다국적 지원카테고리 없음 2022. 7. 12. 02:20
https://www.npmjs.com/package/typesafe-i18n/v/2.21.1 typesafe-i18n A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.. Latest version: 5.6.0, last published: 6 days ago. Start using typesafe-i18n in your project by running `npm i typesafe-i18n`. There are 5 othe www.npmjs.com
-
엘라스틱서치카테고리 없음 2022. 7. 6. 17:24
https://velog.io/@hkja0111/Elasticsearch-05-NestJS-ELK-Stack Elasticsearch 05 | NestJS & ELK Stack Logstash를 활용해 Mysql의 Data를 Elasticsearch로 전송하면서 색인과 검색에 활용할 Analyzer를 적용하는 Mapping을 설정했습니다. velog.io https://www.google.com/search?q=%40nestjs%2Felasticsearch&oq=%40nestjs%2Felasticsearch&aqs=chrome..69i57j0i512j0i30l5j69i58.375j0j7&sourceid=chrome&ie=UTF-8 @nestjs/elasticsearch - Google 검색 2020. 8..