Mybatis

Record 목차 Mybatis 2차 캐시 설정 <configuration> <settings> <setting name="cacheEnabled" value="true"/> </settings> </configuration> <mapper namespace="com.example.mapper.OrderMapper"> <!-- 캐시 설정 --> <cache/> <!-- select 쿼리 정의 --> <select id="selectOrders" resultType="com.example.model.Order"> SELECT * FROM orders WHERE client_id = #{clientId} </select> </mapper> <mapper namespace="com.example.mapper.OrderMapper">...

Nmap

Record 목차 nmap nmap nmap 이란? (https://nmap.org/) NMAP은 port Scanning 툴로서 호스트나 네트워크를 스캐닝 할 때, 아주 유용한 시스템 보안툴인 동시에, 해커에게는 강력한 해킹툴로 사용될 수 있습니다. NMAP은 기존의 포트 스캔툴에 비해 다양한 옵션과 방화벽 안쪽의 네트웍도 스캔할 수 있는...

Amazon Web Service

Record 목차 CDN CDN Content Delivery Network의 약자로, 전 세계 사용자에게 빠르고 안전하게 콘텐츠를 전송할 수 있는 기술입니다. CDN은 서버와 사용자 사이의 물리적인 거리를 줄여 콘텐츠 로딩 속도를 높이는 데 중점을 둡니다 CDN 작동 방식 콘텐츠 캐싱: CDN은 웹 사이트,...

Mojo develop language

Record 개념 - 주요 문법 fn struct None https://www.notion.so/0570c58965f14a2181af3a11083ad90a?pvs=4

oracle client

Record 목차 개념 개념 base 설치 Base - one of these packages is required https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html#:~:text=oracle%2Dinstantclient19.19%2Dbasic%2D19.19.0.0.0%2D1.x86_64.rpm sqlplus 설치 Tools - optional packages https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html#:~:text=oracle%2Dinstantclient19.19%2Dsqlplus%2D19.19.0.0.0%2D1.x86_64.rpm 참고 https://gomu92.tistory.com/72

influx

Record 목차 개념 개념 설지 프로젝트 Using influx Using influx cli influx > use driver_locations > show MEASUREMENT > SHOW RETENTION POLICIES > precision rfc3339 ; 날짜 출력 influx -execute 'SELECT \* FROM location LIMIT 3' -database=driver_locations -precision=rfc3339 select time,...

Slack

Record 목차 개념 개념 설지 프로젝트 워크스페이스에서 앱 요청 관리 워크스페이스에서 앱 요청 관리

GitHub

Record 목차 개념 개념 설지 프로젝트 SSH 키 검토 SSH 키 검토

jenkins

Record 목차 개념 개념 설지 프로젝트 참조 ERROR: Failed to copy artifacts from package with filter: **/*.war [DeployPublisher][INFO] Build failed, project not deployed Finished: FAILURE https://stackoverflow.com/questions/51869637/got-failed-to-copy-artifacts-from-another-project-with-filter-war-while 참조 #!groovy pipeline { agent any stages { stage('Symbolic create') { steps { copyArtifacts(projectName:...

remix

Record 목차 개념 개념 설지 npx create-remix hello-remix 프로젝트 https://github.com/mamma1234/hello-remix 참조 https://velog.io/@velopert/learn-remix