RSS(feed.xml) 기반으로 게시글을 검색합니다.
Hi, I'm MadPlay !
[이펙티브 자바 3판] 아이템 26. 로 타입은 사용하지 말라
[Effective Java 3th Edition] Item 26. don't use raw types
[이펙티브 자바 3판] 아이템 10. equals는 일반 규약을 지켜 재정의하라
[Effective Java 3th Edition] Item 10. Obey the general contract when overriding equals
파이썬 URL 파싱, 호출(urllib)
Python에서 URL 파싱, 호출 등을 쉽게해주는 urllib 라이브러리
파이썬 한글 주석 입력하기(SyntaxError: Non-ASCII character)
Python에서 한글로 주석을 입력하는 방법에 대해 알아봅시다.
[이펙티브 자바 3판] 아이템 2. 생성자에 매개변수가 많다면 빌더를 고려하라
[Effective Java 3th Edition] Item 2. Consider a builder when faced with many constructor parameters