Access modifier
✅ What does access modifier do? Allow access or hide class, field, constructor, method from outside class/package Developer should not change speaker volume outside speaker class ...
✅ What does access modifier do? Allow access or hide class, field, constructor, method from outside class/package Developer should not change speaker volume outside speaker class ...
✅ this this refers to the field of the current class this is to distinguish which is field and which is paramter when the variable names are the same this.name: the name field of th...
Procedural Oridented 🆚 Object oriented Procedural Oridented: 순서 중요, how, 메소드 분리 Object oriented: 객체, what, 객체안에 메소드 포함 ✅ example of procedural programming example of Music Player ...
✅ Primitive type int, long, double, boolean save value itself int A = 10; ✅ Reference type class is reference type String save memory value Student student = new Student(); stud...
✅ Why do we need class? collect each student’s charecteristics in one class create one student class and save one student’s name, age, grade in one class there is int type, String...
✅ CICD settings nohup해서 실행했을 때 잘 실행되는 상태 .github안에 workflows라는 파일 만들고 이 안에 cd.yml 파일 생성 test controller도 하나 있으면 변경되는 내용 확인하기에 좋음 @Slf4j @RestController public class TestController ...
✅ Requirements 인덱스가 있으면 검색 속도 향상에 도움이 됨 검색하고 싶은 것은 두 종류 user name index goal title index ✅ 참고자료 DB조회 최적화 방법, index 설정 방법, explain 사용 방법 https://wanglan.tistory.com/entry/Spri...
🔴 Permission Denied(public key, password) ✅ Reference Permission Denied(public key) PasswordAuthentication yes, SSH 재시작 https://overpassion.tistory.com/174 Permission Denied(pu...
✅ Deployment upload my service on network so other users can access my service through ingernet ✅ EC2 Elastic Compute Cloud borrow one computer/server from AWS storage: 30GB, gp3 ...
✅ Disk Structure ✔️ logical block 디스크의 외부에서 보는 디스크의 단위 정보 저장 공간 주소를 가진 1차원 배열처럼 취급 정보를 전송하는 최소 단위 CPU는 logical block에 명령을 내리고(track번호, sector번호에 대해서는 모름) ✔️ sector logical b...