Search result

[Javascript] *.js 파일에 인자 전달하기

Passing Arguments parameter to External JavaScript Files //------------------------------------- < 방법 1 > - data 속성 이용 - html 파일 - js 파일 const name = document.getElementById('helper').getA....

javascript

[web] 몇가지 웹개발 error 해결 방법

//----------------------------------------------------------------------------- - 에러 메시지 Refused to load the script because it violates the following Content Security Policy directive: "script-sr...

Web

맥 미니로 홈서버를 구축하며 #2

반응형   이전 글    1편은 맥미니를 사게 된 결정적인 이유와, 홈서버의 목적이 기록된 글이다. 이 포스트는 지금까...

DevOps macOS NAS서버 노트북서버 홈서버

github에서 소스 가져오기 에러 해결 방법 (Permission denied)

bower install 에러 github code pull download error //------------------------------------- - 에러 메시지 fatal: Could not read from remote repository. [email protected]: Permission denied (publickey). //...

Code

[Javascript] D3.js 차트 라이브러리 사용법

D3.js D3(Data-Driven Documents) chart library * d3 /d3 https://github.com/d3/d3 - 102k - v7.6.1 , 22-07-04 https://d3js.org/ - API 레퍼런스 https://github.com/d3/d3/blob/main/API.md - 매뉴얼 https://w...

javascript

[HTML] svg 태그

SVG: Scalable Vector Graphics Tutorial https://www.w3schools.com/graphics/svg_intro.asp https://www.w3schools.com/graphics/svg_reference.asp Reference https://developer.mozilla.org/en-US/docs/Web/SVG...

Web

[HTML] canvas 태그

https://www.w3schools.com/graphics/canvas_intro.asp https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API //------------------------------------- 예제

Web

React Native 개발 Android emulator 디버그 메뉴 띄우기

에뮬레이터 화면 클릭하여 활성시킨 뒤 Cmd + m 단축키로 띄워지는게 일반적인데, 내 경우는 안되었음 그럴때는 Metro 띄운 Terminal 창에서 d 타이핑!

React Native Android Debug debugging Emulator simulator 디버그 디버깅 안드로이드 에뮬

[ NodeJS ] Webpack + SASS 설정하기

반응형      SASS     기존 웹페이지에 스타일을 적용하기 위해서는 CSS로 하나하나 변경해주어야 하는 번거로움이...

NodeJS CSS sass webpack 웹팩

컨테이너 환경에서의 java 애플리케이션의 리소스와 메모리 설정

K8S에서 Java 애플리케이션을 구동할 때에는 리소스 설정과 메모리 설정에 주의하지 않으면 성능에 이슈가 발생할 수 있어, 관련 설정을 정리해보았다.

java heap memory