2011의 게시물 표시

홍콩 관광 정보 수집

윙버스 홍콩 - 가볼만한 곳(명소), 호텔, 지도가 그나마 정리되어 있다. http://www.wingbus.com/asia/china/hongkong/ 홍콩관광청 한국사무소 http://www.discoverhongkong.com/kor/ 블로그 http://blog.daum.net/thaistart/18312272 http://blog.naver.com/csbin79/100102062858 http://www.danalouis.com/ 홍콩/마카오 http://coooca.blog.me/90114824911 http://www.kimsujung.com http://www.gili4u.com/category/%EC%97%AC%ED%96%89/%EB%A7%88%EC%B9%B4%EC%98%A4%26%ED%99%8D%EC%BD%A9 따분함과는 거리가 먼 박물관! 홍콩 역사박물관으로 홍콩 오션파크 (Hongkong, Ocean Park )  2010-03-18 민박 그린하우스  http://www.motelgreenhouse.com 홍콩우리집  http://cafe.daum.net/HKMYHOME 모니카모텔  http://www.monicamotel.com 위클리홍콩  한인신문 http://www.weeklyhk.com/ 포에버홍콩  회원 31만명 http://cafe.naver.com/foreverhk 내사랑홍콩 회원 5만명 http://cafe.daum.net/lovehongkong 알럽홍콩  회원 3만명 http://cafe.naver.com/ilovehk

홍콩의 지하철 MTR

이미지
홍콩의 지하철 MTR 위키피디아 홍콩 지하철 Free In-town Check-in Service free In-town Check-in services are available for many major airlines at Hong Kong and Kowloon stations. http://www.mtr.com.hk/eng/airport_express/complom_checkin.html Check-In Counters Information http://www.mtr.com.hk/chi/airport_express/images/itci.pdf

"Hello World!" for the NetBeans IDE

It's time to write your first application! These detailed instructions are for users of the NetBeans IDE. The NetBeans IDE runs onthe Java platform, which means that you can use it with any operating system for which there is a JDK 6 available. These operating systems include Microsoft Windows, Solaris OS, Linux, and Mac OS X. A Checklist To Write your first program, you'll need: The Java SE Development Kit 6 (JDK 6) For Microsoft Windows, Solaris OS, and Linux: http://java.sun.com/javase/6/download.jsp For Mac OS X: http://connect.apple.com The NetBeans IDE For all platforms: http://www.netbeans.info/downloads/index.php Creating Your First Application Source: http://download.oracle.com/javase/tutorial/getStarted/cupojava/netbeans.html

What Can Java Technology Do?

The general-purpose, high-level Java programming language is a powerful software platform. Every full implementation of the Java platform gives you the following features: Development Tools : The development tools provide everything you'll need for compiling, running, monitoring, debugging, and documenting your applications. As a new developer, the main tools you'll be using are the javac compiler, the java launcher, and the javadoc documentation tool. Application Programming Interface (API) : The API provides the core functionality of the Java programming language. It offers a wide array of useful classes ready for use in your own applications. It spans everything from basic objects, to networking and security, to XML generation and databases access, and more. The core API is very large; to get an overview of what it contains, consult 참고하라 the Java SE Development Kit 6 (JDK 6) documentation . Deployment 배치 Technologies : The JDK software provides standard mechanisms 방