Setting

Setting/Back-End

iTerm2?

iTerm2란? 맥 OS에서도 터미널 이름을 가진 가상 터미널을 기본적으로 제공하지만, iTerm은 공식 터미널 앱 대신 사용할 수 있는 가상 터미널 애플리케이션이다. iTerm2는 기본 터미널 애플리케이션보다 다양한 기능을 제공하고 있다. https://iterm2.com/ iTerm2 - macOS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain iterm2.com iTerm2 기능 새창 띄위기 command + N 새탭 열기 command + T 탭 닫기 command + W ..

Setting/Back-End

기본적인 세팅

Spring Boot application.properties # server setting server.port=8080 # database setting spring.datasource.driver-class-name=oracle.jdbc.OracleDriver spring.datasource.url=jdbc:oracle:thin:@localhost:1521:xe spring.datasource.username=test spring.datasource.password=1234 # DBCP(DataBase Connection Pool) spring.datasource.dbcp2.max-total=20 spring.datasource.dbcp2.min-idle=0 spring.datasource.dbcp..

Setting/Front-End

기본적인 세팅 및 CDN

JSP JavaScript // 클래식 자바스크립트 코드 위치 // - 스타일과 마찬가지로 HTML보다 미리 불러와서 처리하도록 구현 // - style보다는 아래 배치 Jquery //jquery cdn //jqyery를 사용하기 위해서는 head에서 cdn으로 불러와야 한다. Vue {{text}} axios lodash 홈페이지 : https://lodash.com/ Lodash _.defaults({ 'a': 1 }, { 'a': 3, 'b': 2 });_.partition([1, 2, 3, 4], n => n % 2);DownloadLodash is released under the MIT license & supports modern environments. Review the build di..

개발하는 구름이
'Setting' 카테고리의 글 목록