개발87 ibatis <abotro> sort - 아바터 정렬 출처 : http://kyungseo.pe.kr/blog/tag/92 package xxx.business.sys.domain; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; public class RoleExample { /** * This field was generated by Abator for iBATIS. * This field corresponds to the database table TM_XXX_ROLE * * @abatorgenerated Wed Nov 28 17:31:32 KST 2007. */ private Str.. 2008. 8. 12. [ANT] 유독 Eclipse에서 Ant가 작동하지 않는다면? (이클립스, 앤트) Ryan Lowe's Blog ≪ MiniBlog | Main | Soda Popinski ≫ June 04, 2003 Ant and JAVA_HOME I'm writing this in my blog so it will get Googled. I tried searching for a solution to this problem and came up empty. If you are using the Ant Eclipse plug-in and get the following error message [javac] BUILD FAILED: file:C:/[ECLIPSE_DIR]/workspace/[PROJECT_DIR]/build.xml:32: Unable to find a javac compiler; c.. 2008. 7. 17. POI HSSF ~ 이용 엑셀파일 만들기 HSSFWorkbook wb = new HSSFWorkbook(); HSSFSheet sheet1 = wb.createSheet("sheet1"); //시트생성 HSSFRow rows = sheet1.createRow(0); //로우생성 HSSFCell cell = rows.createCell((short) 0); //셀생성 2008. 7. 16. json 한글.. response.setContentType("application/x-json; charset=UTF-8"); charset=UTF-8 꼭 써야지..ㅠ.ㅠ 2008. 7. 11. 이전 1 ··· 12 13 14 15 16 17 18 ··· 22 다음