- Warning Msglambda argument should be moved out of parenthesesthis inspection detects a lambda expression inside parentheses which can be moved outside of them - Why가능하면 람다 표현식을 괄호 () 밖으로 내보내라는 뜻. - Solved아래와 같은 람다 식이 있다.예제의 표현식은 Date Picker 의 init 부분이며, init 에서 마지막 parameter 는 OnDateChangedListener 이다.mBinding.dpcResrvDate.init(2019, 11, 2, { view, year, monthOfYear, dayOfMonth -> Log.d("test"..
로깅을 위해 interceptor 에 response.body().string(); 를 걸어놓은것이 문제였다. https://github.com/square/okhttp/issues/1240 java.lang.IllegalStateException: closed when trying to access response in onResponse(Response response) · Issue #1240 · square/o I get java.lang.IllegalStateException: closed at com.squareup.okhttp.internal.http.HttpConnection$FixedLengthSource.read(HttpConnection.java:455) at okio.Buffer.w..
Control + Alt(option) + O
Error Value of optional type 'CGFloat?' must be unwrapped to a value of type 'CGFloat' 옵셔널 타입의 'CGFloat?' 값은 반드시 'CGFloat' 값으로 unwrapped 되어야 한다. Why ? 아래와 같은 함수가 있다. 1234567891011 func getRatio(x1:CGFloat, y1:CGFloat) { // 공식 - x1:y1 = x2:y2 // y2 = (y1 * x2) / x1 var x2:CGFloat = 1.0 var y2:CGFloat y2 = (y1 * x2) / x1 print("result 1 : \(y2)") }Colored by Color Scriptercs 그리고 다음과 같이 호출한다. 1234l..
- Total
- Today
- Yesterday
- 앵커브리핑
- php
- C언어
- 뉴스룸
- 서버
- Android
- CentOS
- Phaser
- Swift
- Kotlin
- C
- nodejs
- node.js
- 안드로이드
- 깃헙
- mysql
- 손석희
- IOS
- 노드
- 배열
- Node
- GIT
- 리눅스
- Asterisk
- 점유율
- git hub
- 스위프트
- BBC 가쉽
- linux
- xcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |