Team 73

[ ANGULAR ] 웹팩 webpack-sources/lib/SizeOnlySource.js 오류 발생시

웹팩 오류가 지속적으로 발생할 경우/Unode_modules/webpack-sources/lib/SizeOnlySource.js:16 return new Error( ^Error: Content and Map of this Source is not available (only size() is supported)https://github.com/webpack/webpack/issues/14840 Crash with `Error: Content and Map of this Source is not available (only size() is supported)` · Issue #14840 · webpack/webpacBug report I..

Team/난감했던 이슈들 HEON.D 2024.12.30

[ GMAIL ] 메일 내용중 이미지 컨텐츠 표시 문제

Gmail 확인되지 않은 이미지 관련 정책https://stackoverflow.com/questions/51471607/email-thumbnail-url-changed-to-googleusercontent-com-in-gmail Email thumbnail URL changed to googleusercontent.com in gmailI have a system whenever user upload an image, it will send an email to the registered user's gmail. But in the email, i see something like this, the thumbnail is not viewable. I inspect on the el...stackove..

Team/난감했던 이슈들 HEON.D 2024.12.26

[ MYSQL ] 중복처리 - 포인트 지급이 중복되는 경우 ( 외부에서 호출이 강제로 여러번 )

1. SQL 쿼리 수정 (INSERT IGNORE 또는 REPLACE)MySQL 또는 MariaDB를 사용하는 경우, INSERT IGNORE를 사용해 중복 삽입을 방지하거나, ON DUPLICATE KEY UPDATE를 사용해 업데이트 처리할 수 있습니다.1-1. UNIQUE 제약 조건 추가user_id와 invoice_id의 조합이 고유하도록 테이블에 UNIQUE 제약 조건을 설정합니다.ALTER TABLE USER_POINTADD CONSTRAINT unique_user_invoice UNIQUE (user_id, invoice_id);​  1-2. INSERT IGNORE 사용UNIQUE 제약 조건이 있는 상태에서 동일한 user_id와 invoice_id가 있을 경우 삽입을 무시합니다.const..

Team/난감했던 이슈들 HEON.D 2024.12.19

[ Node ] Window 상황에서 npm install 문제 node-gyp

https://velog.io/@wjs4199/React-npm-install%EC%8B%9C-node-gyp-%EC%97%90%EB%9F%AC [React] npm install시 node-gyp 에러노트북 백업 안해놓고 버티다가ㅎ... 노트북 맛탱이가 감...ㅠㅠ결국 포맷하고 vscode부터 다시 깔고 시작했는데, 이전에 react로 만들었던 코드를 실행하려고 npm install하니 npm-gyp 에러가 와장창창velog.io npm install --global windows-build-tools또는Visual Studio 설치

Team/난감했던 이슈들 HEON.D 2024.07.10

[ Linux ] 방화벽 설정시 ssh 포트 제외한 경우

https://m.blog.naver.com/david_shkim/221876843327 Ubuntu.방화벽(UFW)설정유분투의 방화벽은 UFW입니다. 이는 iptables를 좀 더 쉽게 설정할 수 있도록 한것입니다. 그러나 간단...blog.naver.comhttps://blog.itcode.dev/posts/2021/09/04/firewall-with-ufw [Ubuntu] ufw로 방화벽 포트 설정하기 - 𝝅번째 알파카의 개발 낙서장모든 건물에는 입구가 존재한다. 일반적인 상황에서, 누구든지 해당 건물에 드나들기 위해선 좋든 싫든 입구를 통과해야한다. 이 입구라는 것이 또 마냥 열려있는 건 아니라서, 필요 시엔 개방blog.itcode.devhttps://velog.io/@hong-sile/%EC..

Team/난감했던 이슈들 HEON.D 2024.06.21