Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- Java
- program
- django
- Book
- Artificial Intelligence
- Spain
- MySQL
- hbase
- QT
- programming_book
- agile
- history
- Software Engineering
- essay
- Italy
- Python
- Kuala Lumpur
- RFID
- Malaysia
- Linux
- web
- erlang
- comic agile
- Programming
- hadoop
- management
- ubuntu
- leadership
- Book review
- France
Archives
- Today
- Total
목록ifdef (1)
conditional compile on java
C의 #ifdef를 java에서 흉내내는 방법 http://cafe.naver.com/javacircle/43981 http://www.experts-exchange.com/Programming/Languages/Java/Q_11152787.html public static final boolean DEBUG = true; if(DEBUG) { System.out.println("Debugging on"); } is functionally equivalent to #define DEBUG 1 #if DEBUG cout
Programming/Java
2011. 3. 29. 04:03