this
✅ 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...
✅ 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...
✅ 파일시스템과 데이터베이스의 차이점에 대해서 설명해주세요. 파일시스템: manage data in files create, delete, update, search files 👎🏻 data redundancy: 같은 데이터가 여러번 중복해서 서로 다른 파일에 저장 👎🏻 data consistency 👎🏻 ...
🔴 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 ...