Java 썸네일형 리스트형 [android] int to string conversion public static String int2str( int in ) { return String.valueOf(in); } 더보기 Beginning Eclipse CVS Eclipse is an open-source software development platform or IDE that has CVS (version control) functions built-in. Although Eclipse was originally built for Java development, it is very useful for working in other languages as well because of it's open plugin-based architecture. It is often used as the foundation for new applications because it is so easily extended. This series will focus on the.. 더보기 검색 엔진을 만들어 보자, Nutch 사용자가 간단하게 검색 엔진을 만들 수 있는 오픈소스 도구로 Nutch가 있다. Nutch는 Apache Lucene 인덱싱 API 위에서 동작하는데, Lucene을 편하게 쓸 수 있도록 여러 가지 도구를 추가해서 사용자가 쉽게 검색엔진을 만들 수 있게 해 준다. Nutch에 대한 전반적인 내용 여기 에서 볼 수 있다. 글을 쓰는 지금 안정적인 릴리즈는 0.8.x 이므로, 0.8.x를 어떻게 쓰는지 살펴 보자. 간단하게 한글로 설명하지만, 여기에 있는 내용은 Nutch 0.8.x Tutorial 을 기반으로 하고 있다. Requirements Java 1.4.x, either from Sun or IBM on Linux is preferred. Set NUTCH_JAVA_HOME to the root o.. 더보기 이전 1 다음