Archive for October, 2006
드디어 올 것이 왔구나~
공식페이지:
http://www.microsoft.com/ie
다운로드 페이지:
http://www.microsoft.com/windows/ie/downloads/default.mspx
Thursday, October 19th, 2006 at 13:58
Comments Off
개발자들이 개발하면서 제일 싫어하는 것 중 하나가 바로 문서작업입니다.
그래서 문서작업을 따로 하지 않아도 되도록 Java 개발자들을 위한 JavaDoc 이라는게 있죠. JavaDoc 은 대충 다음의 형식을 따릅니다.
/**
* Sorts some Array
*
* @param arr the Array
* @exception SortArgumentException if arr is null
*/
public void sort(Array arr) {
….
}
위와 같이 메소드를 정의하면서 특정 형식에 맞추어 주석을 표기하면 javadoc 이라는 [...]
Tuesday, October 10th, 2006 at 14:21
Comments Off

Recent Comments