일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 백명석님
- HandlerMethodArgumentResolver
- 자바 ORM 표준 JPA 프로그래밍 정리
- multipart테스트
- git
- ksqldb
- findTopBy
- javascript case
- 리팩토링 2판
- intellij favorites
- vue.js
- 친절한 SQL 튜닝
- CompletableFuture
- 리눅스
- 마이크로 서비스
- java
- ksql
- IntelliJ
- 원격 브랜 삭제
- intellij 즐겨찾기
- aws
- #docker compose
- intellij 핵심 단축키
- 자바 ORM 표준 JPA 프로그래밍
- Linux
- @Transactional Propagation
- Stream
- @TransactionalEventListener
- JPA
- Spring Cloud Netflix
- Today
- Total
목록프로그래밍 (126)
시그마 삽질==six 시그마
1. RPM RPM Package Manager (RPM) (originally Red Hat Package Manager; now a recursive acronym) is a free and open-source package management system.[5] The name RPM refers to .rpm file format and the package manager program itself. RPM was intended primarily for Linux distributions; the file format is the baseline package format of the Linux Standard Base. From Wikipedia, the free encyclopedia 레드..
오래전 일이다. 생성된 QR 이미지를 포함한 화면을 캡쳐해서 웹에서 다운로드 해주는 기능을 만든적이 있었다. (앱에서 했으면 쉬웠겠지만 앱개발자가 바빠서..ㅎ) cloudfront 주소를 img src로 사용했는데 계속 브라우저에서 Access-Control-Allow-Origin 에러를 내뱉는것이었다. 쿨라우드프런트 들어가서 behavior ->edit 을 누른다 그리고 Cache Based on Selected Request Headers 화이트 리스트에 하단 추가 1. Access-control-request-headers 2. Access-control-request-method 3. origin 그리고 저장후 클라우드 프런트 설정 변경 완료되면 퍼지를 하면 오류 Bye Bye~ (참고로 S3와 ..
-디스크의 남은 용량을 확인 df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. - 디렉토리별 사용량을 확인 du (abbreviated from disk usage) is a standard Unix program used to estimate file space usage—space used under a particular directory or files on a file system. wikipedia 지금은 도커를 통해 C..
1. 폴더 찾기 1) 전체 폴더에서 찾기 find / -name 폴더명 -type d 2)현재폴더(하위 포함) 에서 찾기 find ./ -name 폴더명 -type d 2. 파일 찾기(ls) 1) ls로 찾기 ls -Rhal | grep '.*[.]html' catalina.out 카탈리나 빈파일로 만들기 3. 내부 내용 찾기 1)파일 내부에 문자열을 검색함 grep 'meta' ./*.html 내부에 meta라는 문자열이 들어있는 html파일 찾음 grep -rn 'meta' ./* 하위 모든 디렉토리 파일대상으로 해당 문자열 찾음 -r은 하위 도 포함 -n 라인넘버 표시 tail -1000 /usr/local/tomcat/logs/catalina.out | grep 'error' 2) 문자와 문자 사..
1. ifcfg-eth0 cat /etc/sysconfig/network-scripts/ifcfg-eth0 eth0장치에 설정된 네트워크 정보가 모두 들어 있는 파일이다. 2. network cat /etc/sysconfig/network 네트워크의 기본정보가 설정되어 있는 파일로 네트워크 사용여부가 써있다. 3. resolv.conf cat /etc/resolv.conf DNS 서버의 정보와 호스트 이름이 들어있는 파일이다 4. hosts cat /etc/hosts 현 컴퓨터의 호스트이름과 호스트이름이 들어있는 파일이다. 5. host.conf cat /etc/host.conf 도메인 요청시 검색순서 알려준다. multi 옵션은 /etc/hosts 파일에 여러 개의 IP 주소를 가질 수 있도록 허용여부..
1. SCP 정의 (위키피디아) Secure copy protocol (SCP) is a means of securely transferring computer files between a local host and a remote host or between two remote hosts. It is based on the Secure Shell (SSH) protocol 2.기본사용법 scp 1) 원격지 ->로컬 $ sudo scp -i key위치 원격지계정@원격서버주소:원격파일위치 로컬위치 key위치: 로컬에 저장된 원격지 퍼블릭 키 ~/.ssh/key.pem == /home/ec2-user/.ssh/key.pem ex) $ sudo scp -i /home/ec2-user/.ssh/key.pem e..
/usr/share/zoneinfo: This directory contains timezone files. /etc/localtime: This file is symlink with timezone file. /etc/timezone: This file is holding timezone name on debian based systems. /etc/sysconfig/clock: This file is holding timezone name on RHEL based systems. - 타임존 확인 ls -al /etc/localtime ls -al /etc/localtime[ec2-user@ip-10-20-0-67 ~]$ ls -al /etc/localtime lrwxrwxrwx 1 root root ..
(주)디비안 조시형 대표님의 '친절한 SQL 튜닝의 바이블' 구입하시길 강력 추천드립니다. 책 구입을 원하시는분은 요기를 클릭하시면 됩니다. -저자 소개 現) 주식회사 디비안 대표이사 오라클 성능 고도화 원리와 해법 1, 2 저자 국가공인 SQLP, DAP 자격검정 전문위원 한국데이터진흥원과 한국DB산업협의회가 공동 주관하는 제1회 우수DB人상을 수상 인터넷 카페 디비안 포럼(WWW.DBIAN.NET) 운영 前) 이랜드, 인슈넷, 디엠에스랩, 엔코아, 비투엔 하단의 내용은 제가 예전에 읽었던 내용을 요약 정리한 것입니다. 1. 테이블 엑세스 최소화 메인 메모리: 데이터를 통으로 메모리에 올려놓고 사용 일반 메모리(디스크 메모리): 캐쉬한 데이터만 메모리에 올려놓고 사용 메모리 DB 개발 업체들은 오라클 ..