일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- REACT
- migration
- npm
- 정규표현식
- nodejs
- try catch
- spring cloud
- java
- mysql 5.5
- Effective Java
- Chunk
- expire_logs_days
- Effective Java 3/e
- update
- MySQL
- REACTJS
- 퀵소트
- Express
- log4j2
- Node
- current_date
- eslint
- git
- upgrade
- regex
- Spring Batch
- JavaScript
- Regular expression
- spring
- log_bin
- Today
- Total
목록전체 글 (161)
내 세상
공식 답변https://github.com/sidorares/node-mysql2/issues/1302 we should probably make it default option. Currently when remote side closes the socket the client might not see it, see net.setKeepAlive AS-ISTO-BE{ "host": "aa.bb.cc.dd, "port": 100, "user": "test_user", "password": "test_password", "database": "100", "connectionLimit": 100, "queueLimit": 0, "waitForConnections..
NestJS + mysql2 사용시, mysql 객체가 TypeError: Cannot read properties of undefined (reading 'createPool') 에러가 발생하는 경우가 있음. import mysql from "mysql2/promise";const _dbConn = mysql.createPool({});export { _dbConn }; 위와 같이 구현한 경우에 해당 에러가 발생함. 조치 방법은 아래와 같이 as로 import 구문을 변경해주면 됨. import * as mysql from "mysql2/promise";const _dbConn = mysql.createPool({});export { _dbConn };
RegExp.prototype.execString.prototype.match문자열에 대해 정규식과 일치하는지 탐색 후 결과를 배열로 반환함. (일치하지 않을 경우, null 반환)example) 정규식.exec(문자열)정규식으로 문자열에서 일치하는지 탐색 후 결과를 배열로 반환함. (일치하지 않을 경우, null 반환)example) 문자열.match(정규식) 차이점1. g 플래그 사용Case1) 단순 정규 표현식const execTest = /(?\d{4})-(?\d{2})-(?\d{2})/.exec("2024-04-15");console.log(execTest)// print log// [// '2024-04-15',// '2024',// '04',// '15',// inde..
https://velog.io/@cmk0905/React-useRef
https://www.material-react-table.com/ Material React Table V2 Material React TableFree MITBuilt on top of TanStack Table V8 and Material UI V5, Material React Table (MRT) is a batteries-included React table library that attempts to provide all the table features you need while trying to stay as highly performant and www.material-react-table.com column 설정 { accessorKey: "TestColumn1", // 데이터에서 ke..
ReactJS + Webpack5 + React-refresh 조합으로 변경 중 굉장히 심각한 사태 발발함. path.js:25 Uncaught ReferenceError: process is not defined at eval (path.js:25:1) at ./node_modules/path/path.js (main-9dd8e511eae3f7488f14.js:5817:1) at options.factory (main-9dd8e511eae3f7488f14.js:9481:31) at __webpack_require__ (main-9dd8e511eae3f7488f14.js:8908:32) at fn (main-9dd8e511eae3f7488f14.js:9139:21) at eval (main.js:2:1)..
https://www.npmjs.com/package/redis redis A modern, high performance Redis client. Latest version: 4.6.13, last published: 15 days ago. Start using redis in your project by running `npm i redis`. There are 9607 other projects in the npm registry using redis. www.npmjs.com https://www.npmjs.com/package/ioredis ioredis A robust, performance-focused and full-featured Redis client for Node.js.. Late..
[NodeJS] CentOS 7 환경 NodeJS Offline 설치 Local PC에서 nodejs 다운로드 (아래 주소에서 버전에 맞게 변경하여 입력) https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz 해당 파일 이동 후 CentOS 7 환경에서 압축해제 sudo xz -d node-v16.15.1-linux-x64.tar.xz sudo tar xf node-v16.15.1-linux-x64.tar sudo cp -r node-v16.15.1-linux-x64 /opt/nodejs/node-v16.15.1-linux-x64 NodeJS 설치 후 환경 설정 sudo vi ~/.bashrc export PATH="$PATH:/opt/node..
VS Code 사용 중 Eslint가 동작하지 않은 이슈가 발생함. 우측 하단에 Prettier가 아닌 ESLint가 떠있어야 하는데, 다르게 떠있는 상황 VS Code 에서 "Ctrl + Shift + P" 를 통해 eslint를 검색하면 5가지의 선택 항목이 나옴. (VS Code 1.7.0 기준) 1) ESLint: Show Output Channel 2) ESLint: Restart ESLint Server 3) ESLint: Migrate Settings 4) ESLint: Create ESLint configuration 5) ESLint: Fix all auto-fixable Problems 위 기능들을 하나씩 실행했을 때, 아래와 같은 결과를 확인할 수 있었음. 동작 오류메시지 1) ESL..
https://velog.io/@pjh1011409/ESLint-Prettier
보호되어 있는 글입니다.
NodeJS 환경에서 Ping을 날리기 위한 방법. pingus package를 사용해보고자 한다! https://github.com/wnynya/Pingus GitHub - wnynya/Pingus: A simple network ping tool in nodejs. Supports TCP / UDP / ICMP protocol. A simple network ping tool in nodejs. Supports TCP / UDP / ICMP protocol. - GitHub - wnynya/Pingus: A simple network ping tool in nodejs. Supports TCP / UDP / ICMP protocol. github.com // TCP Ping to localhost:2..
https://link.coupang.com/a/bd3qD5 까사니 스텐 미니버켓 5LCOUPANGwww.coupang.com 리뷰 작성 예정 ~! "이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
https://link.coupang.com/a/bdjYxh 필립스 스팀 다리미 5000시리즈COUPANGwww.coupang.com https://link.coupang.com/a/bdjYTm "이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
https://tech.cloudmt.co.kr/2023/02/23/build-fast-webpack-to-vite-migratiokn/ 번들러 마이그레이션(Webpack to Vite)으로 빌드 속도 높이기 Vite는 Vue.js 팀이 개발한 웹 개발용 빌드 도구로 요즘 인기를 끌고 있습니다. 인기 비결은 뭐니해도 ‘속도’입니다. 개발과 빌드 속도가 매우 빠릅니다. Vite가 빠 tech.cloudmt.co.kr https://engineering.ab180.co/stories/webpack-to-vite Webpack → Vite: 번들러 마이그레이션 이야기 Airbridge 대시보드의 번들러를 Webpack에서 Vite로 마이그레이션하며 경험한 이야기를 공유합니다. engineering.ab180...