JSP 잘생긴팝콘 2009. 7. 30. 18:16
request.setCharacterEncoding("utf-8");%>
더 읽기
JSP 잘생긴팝콘 2009. 7. 22. 17:13
StringTokenizer st = new StringTokenizer(URLDecoder.decode(request.getParameter("frame_name").trim()),";"); while (st.hasMoreTokens()) { frame_name[i] = st.nextToken(); i++; } 활용예제
Linux Unix 잘생긴팝콘 2009. 7. 6. 16:32
- cron -> 일정시간 마다 시스템에서 자동으로 실행 시키는 데몬 (Windows 의 작업스케줄러와 비슷한 기능) -> 정기적 작업을 할때 많이 사용 (백업작업 등) -> cron 을 사용할때 crontab 이라는 명령을 이용해서 실행한다. (/etc/crontab) -> 각각의 사용자가 등록한 crontab은 /var/spool/cron/[사용자명] 에 저장된다. - cron 데몬의 시작 과 종료 -> /etc/rc.d/init.d/crond [start/restart/stop] - crontab -> 지정된 시간에 다른 프로그램을 실행하면서 연속적으로 실행하는 프로그램 -> 유사한 명령으로는 at 명령어가 있다. * crontab 와 at 명령의 차이점 -> crontab 명령은 일정한 간격으로 ..
카테고리 없음 잘생긴팝콘 2009. 6. 16. 19:44
--------------------------------- List(int page, int scale){ //page 현재 페이지 //scale 출력될 양 int startIndex = ((page -1) * scale) +1; int endIndex = page * scale; } SELECT * FROM (SELECT /*+ FIRST_ROWS(100) */ ROWNUM rnum,c.* FROM (SELECT tname, tabtype, clusterid FROM tab WHERE tabtype = 'TABLE' ORDER BY tname) c WHERE ROWNUM = ? pStmt.setInt(1, endIndex); pStmt.setInt(2, startIndex); -------------..
카테고리 없음 잘생긴팝콘 2009. 6. 11. 10:01
[use robots.txt] 1. 모두 차단 User-agent:* Disallow:/ 2. 모두 허용 User-agent:* Allow:/ 3. /admin/ 이하 차단 User-agent: * Disallow: /admin/ 4. googlebot 만 차단 User-agent: googlebot Disallow: / 5. /img/test.html 차단 User-agent: * Disallow: /img/test.html 6. file or directory 이름이 news 인것만 허용 User-agent: * Allow: /news [case image ] User-agent: Googlebot-image Disallow:/*.gif$ Disallow:/*.jpg$ User-agent: Yahoo..
Oracle 잘생긴팝콘 2009. 5. 19. 10:00
http://cafe.daum.net/inteior/Jkc8/116
2009. 3. 23. 18:58 카테고리 없음
Javascript 잘생긴팝콘 2009. 3. 23. 18:56
decodeURIComponent return decodeURIComponent(document.cookie.substring(idx_s,idx_e)); url 인코딩 풀때 굿
주부알바 재택부업 앙팡펫파트너스
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.