일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- cache-control
- 지수반등
- kotliln
- 워드프레스
- 개미수열
- 브로틀리
- etag
- jsr303
- 랜선아미안해
- 스프링
- 알게뭐냐
- 코드스피츠
- i18n
- jsr380
- Spring
- 지뢰찾기
- HTTP
- LastModified
- 클래스레벨밸리데이션
- 리얼월드HTTP
- 알고리즘
- Kotlin
- 이렇게살아야되나자괴감이
- cross parameter
- brotli
- Today
- Total
취미개발 블로그와 마음수양
계약 - 전달받은 메시지의 규격 (precondition ) - 사후조건 (postcondition ) - 자기검증? (invariant) 불변식 (invariant) - 메시지와 무관한 객체의 상태 - 일반적으로 필드값의 상태 점검 - DI에게 위임하거나 초기화 할당으로 처리 : 초기화할당은 객체를 만드는 사람의 역량? 그렇기 때문에 DI 코드 이야기 지난 시간에 배웠던 요금제도를 가지고서 이야기를 하기로 함 Plan -> Calculator, Set 가지고 있음 필드에 대해서는 널을 없애기 위해서 엠프티를 가짐. Calculrator calulator = new Calculrator() 사전조건 (precondtion) 일반적으로 validation 메시지로 받는 값을 스스로 검증함 검증이 확정된 형..
https://stackoverflow.com/a/52455922 Testing Private method using mockito public class A { public void method(boolean b){ if (b == true) method1(); else method2(); } private void method1() {} private void stackoverflow.com ReflectionTestUtils.invokeMethod(student, "saveOrUpdate", "From Unit test");
어쩌다 이런 헬파티에 들어와서 ;; https://stackoverflow.com/a/22086876 Resize Cross Domain Iframe Height I'm trying to change the iframe height parameter to the same px of the page being loaded within the iframe. The page that's being loaded in the iframe is coming from another domain. Different page... stackoverflow.com 여기에 답변이 많이 쓰여져있는데 크로스도메인여부에 따라서 좀 달라지게 된다 우선 참조해야될 링크 https://css-tricks.com/cross-domain..
https://stackoverflow.com/questions/55405441/intelij-2019-1-update-brakes-junit-tests Intelij 2019.1 update brakes JUnit tests After 2019.1 update broke all tests with error: no tests found for given includes [xxxx.someThingTest](filter.includetestsmatching) stackoverflow.com 테스트 에러 메시지들 No tests found for given includes: filter.includeTestsMatching invalid type code:
Nullable 어노테이션을 문서형식대신삼아 사용한 부분이 있었는데 에러로그가 그래들에서 나와서 예시) warning: unknown enum constant When.MAYBE reason: class file for javax.annotation.meta.When not found 다음의 스택오버플로우를 참조 https://stackoverflow.com/questions/53326271/spring-nullable-annotation-generates-unknown-enum-constant-warning Spring nullable annotation generates unknown enum constant warning In my app, whenever I add @Nullable (which ..
1) 3형으로 말하기 Review2) 관계사의 이해3) 3형식의 목적어 1) 형식파악하기2 영어로 말하기 --- 프레드는 혼자서 어떻게 타이어를 바꾸는지를 알아내야만했어요Fred had to figure out hjow to change the tireFred had to figure out hjow to change the tire by himself 나는 소년을 알아요, 그리고 그 소년은 다섯명의 누나를 가지고 있어요I know a boy And the boy has 5 sisters 나는 다섯명의 누나를 가지고 있는 소년을 알아요I know a boy who has 5 sisters 따라나오는 절이 수식어의 역할을 하고 있음을 알려준다 관계사는 접속사다따라나오는 절이 수식어의 역할을 하고 있음을 알..
1) 3형식으로 말하기 Review2) 동명사와 to부정사의 이해3) 3형식의 목적어, 동명사와 to부정사로 말하기---1) 형식파악하기 : 누가 뭐를 한다2) 영어로 말하기 : 누가 하지 뭘? 처음에 제이슨은 프레드를 좋다고 찬성하지 않았어요Jason didn't approve of FredAt first, Jason didn't approve of Fred Fred and Amy had to postpone their weddingFor the time being, Fred and Amy had to postpone their wedding 나는 스페인어를 공부하기로 결정했어요에이미는 프레드에게 소리 지른 것을 후회해요프레드는 영화보기를 제안했어요 동명사 -> 동사원형 + ingto부정사 -> to+..
오늘의 학습목표1) 1형식의 구조2) 1형식으로 말하기 1형식의 구조주어 + 동사 -> 누가 한다-> 프레드는 에이미와 함께 살아요-> Fred lives with Amy1형식은 보통 주어 + 동사에 수식어가 붙는다 Fred sings for funAmy goes to work every dayFred works out to stay in shape (형식파악하기어순바꾸기영어말하기) I study English-> I study Fred lives with AmyAmy goes에이미는 매일 직장에 가요Amy goes to work everyday 프레드와 에이미는 17년전에 처음으로 만났어요Fred and Amy metFred and Amy met 17 year agoFred and Amy first m..
#개발일기 2019년 2주차. 1. 게임 테스트 :: 주말에 이것저것 호기심에 게임 테스트 해봄. 안드로이드겜 초보 분석. http://adunhansa.tistory.com/227 .. 인생 살면서 안드로이드 게임 만들수 있을려나? 음 2. 웹팩. 2년전에 정리해본 이후로 다시 또 한번 헬로월드정도로만 정리.. 잘 안 쓰다보니 까먹어서.. https://github.com/arahansa/learn_webpack_2019 3. 안드로이드 : 옛날에 책몇권 보긴했는데 프로그램을 만들어본 적이 없어서 하루에 10분15분씩 투자 중.. 액티비티 바인딩인가 해봄. 신기하여라. https://github.com/arahansa/learn_android_2019 4. RxJs 책 몇페이지, MariaDb 몇 페이..