분류 전체보기 (2036) 썸네일형 리스트형 2020-04-12 20시 개발자 글 모음 | "TextView 에서 ellipsiz" TextView 에서 ellipsize 가 적용되지 않는 이슈 (feat: autoLink 와 movementMethod) by 김지훈 SPANNABLE || mMovement != null ) { if (mAutoLinkMask != 0 ) { s2 = (Spannable) text; 2020-04-12 18시 개발자 글 모음 | "[Unity] tag 비교하기('Co" 외 11개 이야기 Elementary Map by 안기웅 Before a big journey begins Some very simple missions will help you remember how to use code as well as how CheckiO works Don’t forget to check out the solutions of other users Between Markers by 안기웅 If the initial and final markers are missing then simply return the whole string end: str) -> str: """ returns substring between two given markers """ # your code here return '.. 2020-04-12 16시 개발자 글 모음 | "문서 자유(Document Freed" 외 3개 이야기 Spring Framework에서 의존성을 주입받는 방법 3가지 - DI / Dependency Injection by 백서영 about Spring 3 이상부터는 생성자가 하나인 경우 @Autowired 를 사용하지 않아도 됨 Circular Dependency / 순환 참조 의존성을 알아 차릴 수 있음 생성자에 점차 많은 의존성이 추가 될 경우 리패토링 시점을 감지 할 수 있음 의존성 주입 대상 필드를 final로 불변 객체 선언할 수 있음 테스트 코드 작성시 생성자를 통해 의존성 주입이 용이함 이로 인해 의존성 관계가 과도하게 복잡해질 수 있음 반대로 Constructor injection과 Setter injection은 의존성을 명확하게 커뮤니케이션 함 이는 SRP / 단일 책임 원칙에 반하는 .. 2020-04-12 12시 개발자 글 모음 | "2019년에 읽은 책" 외 5개 이야기 Fixing /data/db not found error in MacOS X when starting MongoDB by 손지민 You decided to try MongoDB as the database because you heard a great thing about it execute sudo chown -R `id -un` MongoData (or your directory name) cd MongoData (or your directory name) to go inside the directory Lastly this helped to resolve the issue of getting /data/db not found issue when you run mongod process in Mac .. 2020-04-12 08시 개발자 글 모음 | "[광산보안기능사 2013-44] 파이" 외 5개 이야기 RDBMS 역사를 이끈 시대의 천재, 밥 마이너 - [야만인] 인공지능 탄생의 뒷이야기 by 허령 Our interactive data tool allows viewers to sort the PwC Global 100 Software Leaders by rank 공무원을 꿈꾸며 대학에 들어갔으나 동서양문화에 심취하여 수많은 사부님들을 찾아다녔고 기나긴 갈구끝에 서울 인사동과 중국 하남성 황토벌판 그리고 실리콘밸리에서 스승을 만났다 공무원을 꿈꾸며 대학에 들어갔으나 동서양문화에 심취하여 수많은 사부님들을 찾아다녔고 기나긴 갈구끝에 서울 인사동과 중국 하남성 황토벌판 그리고 실리콘밸리에서 스승을 만났다 [BaekJoon] 1264번 : 모음의 개수 (Python) by 장동현 about 백준,Python .. 2020-04-12 06시 개발자 글 모음 | "리셉터 (3)" 외 6개 이야기 가상주소와 페이지 테이블 크기 by 김석범 고추 짜장면 by 박정규 Thanks for sharing it! by 유희철 Thanks for sharing it It helped me getting started on testing with RxJS 6 I’m also sharing a gist based on this post hoping it could be helpful for some folks :) 기술교육기획자로 느끼는 데이터 분석 관련 시장의 변화 - 데이터 분석가를 둘러싼 시장의 변화는 무엇일까 by 김영웅 올해는 특히 데이터 분석가를 둘러싼 시장의 변화가 매우 큰 것 같아요 조직에서 데이터 분석가를 기대하는 것이 아니라 분석역량을 각 개인에게 기대하고 있다는 생각이 들어요 데이터 분석가에.. 2020-04-11 22시 개발자 글 모음 | "[JavaScript] Array에서" 외 5개 이야기 [디자인 패턴 15편] 행동 패턴, 방문자 (Visitor) by 전시흠 Visitor 방문자 클래스의 인터페이스 visit(Element) 을 공용 인터페이스로 쓴다 작업 주체(방문자) 는 visit() 안에 이 작업 대상을 입력받아 작업 항목을 처리하면 된다 새로운 작업 대상(방문 공간)이 추가될 때마다 작업 주체(방문자) 도 이에 대한 로직을 추가해야 한다 [Lean Analytics] Chapter 4. Data-Driven Versus Data-Informed by 박미정 Rather than be a slave to the data Quantitative data is great for testing hypotheses gave us the following 10 common .. 2020-04-11 18시 개발자 글 모음 | "Between Markers" 외 5개 이야기 Max Digit by 안기웅 about Git def max_digit(number: int) -> int: # your code here return 0 if __name__ == '__main__': print("Example:") print(max_digit(0)) # These "asserts" are used for self-checking and not for an auto-testing assert max_digit(0) == 0 assert max_digit(52) == 5 assert max_digit(634) == 6 assert max_digit(1) == 1 assert max_digit(10000) == 1 print("Coding complete def max_digit(num.. 이전 1 ··· 211 212 213 214 215 216 217 ··· 255 다음