목록전체 글 (1730)
오늘도 공부
http://moduscreate.com/swift-modules-for-react-native/
https://www.appstorescreenshot.com/
http://realignist.me/code/2017/01/25/rxjava2-changelog.html
안드로이드 O의 새로운 기능 정리 링크https://academy.realm.io/kr/posts/android-oreo-new-features/
1) SMC 재설정: 맥북 시동시 control + option + shift + 전원버튼을 동시에 눌러서 진행을 하시는 작업입니다. 관련문서: Mac에서 SMC(시스템 관리 컨트롤러) 재설정하기 - https://support.apple.com/ko-kr/HT201295 (2).NVRAM 재설정: 맥북 시동시 command + option + P + R 버튼을 동시에 눌러서 진행을 하시는 작업입니다. 관련문서:Mac에서 NVRAM을 재설정하는 방법 - https://support.apple.com/ko-kr/HT204063
http://ddmix.blogspot.kr/2015/11/favorites-bigdata-ml.html
rxjava 가 메이저 버전 업(1->2)을 하면서 몇 가지 변경점이 생겼다.변경점에 대한 자세한 내용은 아래 링크를 참조하기 바란다.rxJava Wiki : https://github.com/ReactiveX/RxJava/wiki/What’s-different-in-2.0번역 : http://realignist.me/code/2017/01/25/rxjava2-changelog.htmlFlowable 이라는 base reactive class 가 추가 되었다. Observable 과의 차이는 backpressure buffer의 기본 탑재 유무이다.
출처 : https://stackoverflow.com/a/42005735I'd suggest using a Single as it is more accurate representation of the data flow: you make a request to the server and the you get either one emission of data OR an error:Single: onSubscribe (onSuccess | onError)?For an Observable you could theoretically get several emissions of data AND an errorObservable: onSubscribe onNext? (onCompleted | onError)?How..
https://objectivec2swift.com/#/home/converter/
https://brunch.co.kr/@svillustrated/12 바로가기
