개발86 Intellij user 변경 IntelliJ 에서 파일을 생성하거나 주석을 입력할 때 ${USER}를 사용하는데 해당 값을 변경 하는 방법 Shift * 2 해서 actions에 'Edit Custom VM ...' or 'VM' 입력 나오는 idea64.exe.vmoptions 파일에 아래 내용을 작성 -Duser.name=사용자이름 2024. 4. 2. NestJS - Hello world + NexacroN JSON 테스트 소개 Nest(NestJS)는 효율적이고 확장 가능한 Node.js 서버 측 애플리케이션을 구축하기 위한 프레임워크입니다 . 프로그레시브 JavaScript를 사용하고 TypeScript 로 구축되어 완벽하게 지원하며(그래도 개발자는 순수 JavaScript로 코딩할 수 있음) OOP(Object Oriented Programming), FP(Functional Programming) 및 FRP(Functional Reactive Programming) 요소를 결합합니다. 내부적으로 Nest는 Express (기본값) 와 같은 강력한 HTTP 서버 프레임워크를 사용하며 선택적으로 Fastify 도 사용하도록 구성할 수 있습니다! Nest는 이러한 일반적인 Node.js 프레임워크(Express/Fasti.. 2023. 8. 8. mongodb field 삭제 및 collection 이름수정 db.documents.updateMany( {}, {'$unset': { 'docId': true }}, false, true ) $unset 키워드를 사용해서 사용하지 않는 컬럼을 삭제. 지우기전에 꼭 index 삭제 이후 실행 필요. db.document.renameCollection( "documents" ); collection을 선택해서 renameCollection 수행 새로운 이름으로 파라미터 전달 2023. 5. 16. TailWind, React에서 svg사용때 주의사항 ackend_compact.js:2367 Warning: Invalid DOM property `stroke-width`. Did you mean `strokeWidth`? at svg at div at div at Node (http://localhost:3000/static/js/bundle.js:1451:7) at div at $164e874d21fcd87e$export$f9c541e71856c524 (http://localhost:3000/static/js/bundle.js:69989:11) at RowContainer (http://localhost:3000/static/js/bundle.js:70840:12) at div at InnerElement (http://localhost:3000/s.. 2023. 5. 8. 이전 1 2 3 4 5 ··· 22 다음