Java 잘생긴팝콘 2011. 4. 11. 15:01
//자릿수만큼 공백에 0 채우기 , public static String chagePositionNumber(String a, int positon){ String r = ""; //return 값 if(a.length() i; i++ ){ r = r+"0"; } r = r + a; } return r; }
더 읽기
Java 잘생긴팝콘 2011. 3. 15. 11:05
http://cafe.naver.com/toracle/67 CallableStatement는 PreparedStatement 를 상속받습니다. CallableStatement와 PreparedStatement 는 바인드 변수를 사용해서 DB 퍼포먼스를 높일 수 있습니다. 여기서 바인드 변수 란 SQL은 먼저 parsing-->execute-->fetche 로 실행됩니다. 바인드 변수를 사용하지 않으면 select * from emp where ename='SCOTT'; 이 문장과 select * from emp where ename='ALLEN';은 같은 문장이고 Condition Value 만 틀립니다. 하지만 DB는 같은 문장이라고 문장체크하고 스키마 체크, 테이블 유무 체크를 DataFile로 부터..
Java 잘생긴팝콘 2010. 1. 15. 12:21
------------------ rcvdata.jsp 예제. ------------------ -1) { itmp = tmp.indexOf(n1); sb.append(tmp.substring(0,itmp)); sb.append(n2); tmp = tmp.substring(itmp+n1.length()); } sb.append(tmp); return sb.toString(); } %>
Java 잘생긴팝콘 2009. 2. 27. 09:13
package db.common; import java.sql.Clob; import java.sql.Connection; import oracle.jdbc.driver.OracleConnection; import com.caucho.sql.UserConnectionAdapter; import com.javaservice.jennifer.trace.sql.Connection4Oracle; public class DaoHelper { private DaoHelper(){}; public static int getPageMinNum(int pageSize, int curPage){ int minNum = (curPage * pageSize ) - (pageSize-1); //시작 return minNum; ..
Java 잘생긴팝콘 2008. 12. 11. 17:16
http://pds6.egloos.com/pds/200712/04/94/Code_Conventions.mht http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html http://okjsp.pe.kr/doc/jspCodeConvention.html http://java.sun.com/developer/technicalArticles/javaserverpages/code_convention/
Java 잘생긴팝콘 2008. 11. 28. 16:51
URL url = null; URLConnection uc = null; HttpURLConnection connection; imgPath = "http://www.javaservice.net/adv/J2eeSTUDY.jpg"; url = new URL(imgPath); uc = url.openConnection(); try { connection = (HttpURLConnection)uc; if(connection.getResponseCode() != 200) //getResponseCode() => 404 (실패) 200(성공) { System.out.println("페이지가 없습니다.!!!"); } } catch(Exception e){}
Java 잘생긴팝콘 2008. 11. 24. 18:00
import java.util.regex.Pattern; public class HtmlTagDelDecoder { private static Pattern HTML_SCRIPT = Pattern.compile("\\]*?>.*?\\", Pattern.CASE_INSENSITIVE); private static Pattern HTML_STYLE = Pattern.compile("\\]*?>.*?\\", Pattern.CASE_INSENSITIVE); private static Pattern HTML_OPTION = Pattern.compile("\\]*?>.*?\\", Pattern.CASE_INSENSITIVE); private static Pattern HTML_TAG = Pattern.compile..
Java 잘생긴팝콘 2008. 11. 24. 17:52
public class RemoveTag { private static String[] htmlWords = { "", """, "&"," "," ", "&","<",">",""" }; private static int MAX_WORD_LEN = 6; private static String CRLF = System.getProperty("line.separator"); private static void decodeHtmlLastWord(StringBuffer sb, int pos) { if (sb.length() < MAX_WORD_LEN) return; int len = sb.length(); int len2; String str = sb.substring(len..
주부알바 재택부업 앙팡펫파트너스