분류 전체보기 221

정규식, 정규표현식(regular expression)

정규표현식(Regular Expression)을 소개합니다. (nextree.co.kr) 정규표현식(Regular Expression)을 소개합니다. 날이 갈수록 개인정보 보호에 관련하여 보안정책을 점진적으로 강화하고 있습니다. 이에 따라 Web에서 회원가입 시 Password 설정을 복잡해진 보안정책에 맞추다 보니 복잡하게 조합해야만 정상적 www.nextree.co.kr [javascript] 자주 사용하는 정규 표현식 (Regular Expression) 정리 (tistory.com) [javascript] 자주 사용하는 정규 표현식 (Regular Expression) 정리 정규표현식 패턴 /패턴/ 대표적인 패턴 의미 패턴 의미 x 문자 x xyz 문자 xyz [xyz] x,y,z 중 하나의 문자..

면접준비 2022.08.27

[ 자바 / JAVA ] 출력 format(printf)

https://frootjy.tistory.com/m/24 [ 자바 / JAVA ] 출력 format(printf) Java에서 출력할 때 System.out.printf() 메소드를 사용하여 특정 형식의 문자열을 출력할 수 있습니다. C언어에서의 printf() 함수를 사용하는 것과 사용 법은 비슷합니다. [ printf() ] public PrintWriter prin.. frootjy.tistory.com https://beginnersbook.com/2017/10/java-display-time-in-12-hour-format-with-ampm/ Java - Display time in 12 hour format with AM/PM using SimpleDateFormat In this tutor..

면접준비 2022.08.20

면접준비

https://jeong-pro.tistory.com/212 개발자 기술 과제, 라이브 코딩 테스트 후기(자바 스트림 활용 능력 with flatMap) 과제 겸 라이브 코딩 1. 후기 제가 생각하는 일반적인 개발자 채용 프로세스는 아래와 같습니다. 서류전형 → 코딩테스트(온라인) → 기술면접 → 임원면접 → 최종합격 여기에 조금 추가되면 코 jeong-pro.tistory.com https://krksap.tistory.com/1136 코딩 면접 질문들 정리 - 제1편 OS, JVM 코딩 면접 질문들 정리 http://www.yes24.com/Product/Goods/106373453 파이썬으로 익히는 말랑말랑 알고리즘 - YES24 처음 코딩 테스트를 준비하는 초보자도 어려움없이 배우는 알고리즘 도서..

면접준비 2022.08.19

[LV2]2018 KAKAO BLIND RECRUITMENT[1차] 뉴스 클러스터링

복붙방지 일부해제가 안되서, 코드는 파일로 첨부 문제해설 : 카카오 신입 공채 1차 코딩 테스트 문제 해설 – tech.kakao.com 내코드(1 Try) import java.util.ArrayList; import java.util.Collections; class Solution { public int solution(String str1, String str2) { str1 = str1.toUpperCase(); str2 = str2.toUpperCase(); // 잡문자 날려야함 String regex = "^[A-Z]*$"; ArrayList firstList = new ArrayList(); ArrayList secondList = new ArrayList(); ArrayList union..

객체지향 설계 5원칙 - SOLID

https://devlog-wjdrbs96.tistory.com/380 [Java] 객체지향 설계 5원칙 - SOLID란 무엇일까? 객체지향 설계 5원칙 SOLID 객체 지향 설계의 정수라고 할 수 있는 5원칙이 집대성됐는데, 바로 SOLID 입니다. SRP(Single Responsibility Principle): 단일 책임 원칙 OCP(Open Closed Priciple): 개방 폐쇄 원칙.. devlog-wjdrbs96.tistory.com SRP(Single Responsibility Principle): 단일 책임 원칙 OCP(Open Closed Priciple): 개방 폐쇄 원칙 LSP(Listov Substitution Priciple): 리스코프 치환 원칙 ISP(Interface S..

면접준비 2022.08.17

[운동]홍범석(소방관, 더 솔져스 707 특임대) 맨몸운동 루틴, 15분 컷 가성비로 몸 만들기

https://youtu.be/Bs1xoAgiBlA [영상의 주인공, 2018년 세계소방관경기 우승자, 홍범석, 707출신] 1. 여유 시간이 부족해서, 웨이트 포기ㅠㅠㅠ 집에서 턱걸이만 하고 있었습니다. 2. 홍범석 루틴을 적용하고 부터 최근 홍범석 루틴을 4주정도 따라하고 있는데, 몸이 변하는게 보입니다. 쉬는시간을 없애니까, 부하가 엄청 잘 먹힙니다. 정보) 점진적 부하의 법칙 : 부하를 전보다 강하게 줘서, 근육을 "찢어야" 회복하면서 근육이 커집니다. 3. 시간 부족하신 직장인 및 투자자도, 하루 15분 정도 투자로 가성비 좋게 몸을 관리할 수 있는 방법이라 확신합니다. A. 루틴 풀업 -> 푸쉬업 -> 친업 -> 딥스를 순환. 쉬는시간 없이 힘빠지면 다음 종목으로 바로 넘어가는 방식. 종목 당..

카테고리 없음 2022.04.02

Eclipse RCP (Rich Client Platform) - 14.실습 : 메뉴 추가

14. Exercise: Adding menus : 실습 : 메뉴 추가 In this exercise you create commands and handlers for your application. Afterwards you will create menu entries using these commands. 14.1. Create command model elements Open the Application.e4xmi file of your com.vogella.tasks.ui plug-in and select the Commands entry. This selection is highlighted in the following screenshot. 사진 설명을 입력하세요. Via the Add…​ b..

시간복잡도, 공간복잡도

시간복잡도 파악법을 알아보자. Input에 변화를 줬을때, 결과를 연산하는데 얼마큼 변하냐는 의미이다. 작성한 코드에서, 가장 큰(복잡한) 연산 기준으로 판단하면 된다. O(x) 표기법 자체가, 최고차항 외에 딴건 안보겠다는 의미이니까. △outPut/ △input 입력 n에 대해서 1. O(1) : n과 상관없는 연산 ex) print() 2. O(logN) : n 증가에 따라 결과는 log N 만큼 증가하는 연산(log의 밑은 변화할 수 있다. log란 것이 중요하다) ex)for(i=0; i (1/2) 증가하는 것이다. 3. O(N) : N에 비례한 연산, N의 변화만큼 결과도 똑같이 연산을 더한다. ex) for(i=0; i O(N^2) 2. 각 시간복잡도 별 예시 O(1) - 상수 시간 (Con..

Eclipse RCP (Rich Client Platform) - 13.Menu와 toolbar application 객체

13. Menu and toolbar application objects : Menu와 toolbar application 객체 13.1. Adding menu and toolbar entries You can add menus and toolbars to your Eclipse application via the application model. These entries can be positioned at various places. You can, for example, add a menu to a window or a part. Each element define, directly or indirectly, one or several links to a class which is responsib..

Eclipse RCP (Rich Client Platform) - 11.annotaion을 사용해 행동 정의하기, 12. @PostConstruct 사용

11. Using annotations to define behavior : annotaion을 사용해 행동 정의하기 11.1. API definition in a framework If you use a framework in your application, you need to have a convention for how your application interacts with the framework. For example, if a Java object is responsible for handling a toolbar button click, the framework needs to know which method of this object needs to be called. For this ..

카테고리 없음 2022.01.21