728x90 반응형 Developer/Java75 [Java] Java공통Service 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 package egovframework.rte.kr.go.xxxxxxx.com.service; import ja.. 2017. 11. 10. [Java] ParameterUtils 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667package xxx.xxx.common.web; import java.io.UnsupportedEncodingException;import java.net.URLEncoder;import javax.servlet.http.HttpServletRequest;import net.bogo.common.util.StringUtil; public class ParameterUtils { public static boolean isEmpty(HttpServletRequest request, S.. 2017. 11. 10. [Java] PreparedStatement 쿼리문 확인하기 package common; import java.sql.*; import java.net.URL; //import java.sql.Connection; //import java.sql.PreparedStatement; //import java.sql.SQLException; import java.util.ArrayList; import java.util.Date; import java.util.StringTokenizer; /** * A LoggableStatement is a {@link java.sql.PreparedStatement PreparedStatement} with added logging capability. * * In addition to the methods declared in .. 2017. 10. 15. [Java] 리스트 안의 모든 값 확인 뭐하다가 이랬다. 저랬다. 헛소리다. 소스만 올리면, 보기 편할 뿐이다. 웹취약점 준비도 있고, 리스트처리를 앞으로 더 원활하게 하고자 만들었음. Controller에서 Service호출 List resultListRd = boarddbService.selectList(searchVO); 리스트를 List유틸로 보내고 다시 받자. List resultList = (List) ListUtil.requestToMap(resultListRd); package egovframework.com.cmm.util; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Set; import org.apa.. 2017. 9. 1. [Java] Eclipse Decompiler 플러그인 설치 Eclipse상단매뉴에서Help - Install New Software - Work With 안에 URL추가 http://www.cpupk.com/decompiler/update/ - Next 2017. 8. 21. 이전 1 ··· 4 5 6 7 8 9 10 ··· 15 다음 728x90 반응형