Author: htrucci

[JAVA8] IntStream , Lamda 활용

IntStream과 람다식 응용하기 import java.util.Collections; import java.util.List; import java.util.function.IntPredicate; import java.util.stream.Collectors; import java.util.stream.IntStream; class IntStream_Ex { public static void main(String[] args) { IntStream.range(0, 10).forEach((int value) -> System.out.println(value)); System.out.println(“MAX with Lamda:...

2018 SpringCamp 참가 후기

신청가능 인원이 줄고 예매 오픈 시간이 안맞고 사이트 오류가 나는 등 예매가 워낙 빡세서,, 같이 가기로 했던 분이 신청을 못해서 혼자 가야했다.. 케이터링은 굉장히 훌륭했다 후원 업체 선물도 훌륭했다… 쿠팡...

[Android] Cannot set the value of read-only property ‘outputFile’ for ApkVariantOutputImpl_Decorated

안드로이드 Gradle 플러그인이 3.0.0 으로 업데이트되면서 마이그레이션 이슈가 생겼다. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#variant_api gradle 빌드파일을 열어 아래와 같이 변경해준다. Use all() instead of each() Use outputFileName instead of output.outputFile if you change only file name (that is your case) 종속성...

[영어] 식당에서

i’m not ready to order yet how long should i wait? may i have the receipt scallop 가리비 greasy 느끼하다 lettuce 양상추 squid 오징어 prawn 새우 cucumber 오이 spinach 시금치...