일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 리브레캐드
- 파주
- oracle
- librecad
- MSSQL
- s4a
- 강좌
- 잡토이
- 설치
- 오라클
- Unity
- jobtoy
- 코딩
- 안드로이드
- 스크래치
- 라즈베리파이
- 톰캣
- 잡토이 메이킹 코딩 학원
- 운정
- 예제
- mysql
- 아두이노
- Android
- 설정
- Spring Security
- 유니티
- jsp
- 시작하기
- tomcat
- html5
- Today
- Total
목록programming (381)
랩제이
public class sample1 { /** * @param args */ public sample1() { super(); } public static void main(String[] args) { // TODO Auto-generated method stub sample1 sm = new sample1(); sm.test1(); } public void test1() { String menu_code1 = "MN1005"; String agMenu_url = "/myhome/myhome.do"; String srvp = ""; System.out.println(agMenu_url.lastIndexOf("/")); srvp = agMenu_url.substring(0, agMenu_url.last..
- 오페라 미니 Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/1016; U; ko) Presto/2.4.15 64.255.180.171 - 옴니아2 오페라 미니 Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.17903/1360; U; ko) Presto/2.2.0 121.125.69.34 - 옴니아2 오페라 모바일 SAMSUNG-SCH-M710/(null)ID4 (compatible; MSIE 6.0; Windows CE; PPC) Opera 9.5 211.234.192.120 - 옴니아2 모바일 IE Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Windows Phone 6.5) 211.234.192.1..
http://www.acme.com/taglib /WEB-INF/acme-taglib.tld http://www.acme.com/taglib2 /WEB-INF/acme-taglib2.tld
FCKEditor 예제
1) String -> Reader 변환String -> ReaderStringReader sr = new StringReader(str);2) String -> InputStream 변환String -> InputStreamByteArrayInputStream bais = new ByteArrayInputStream(response.getBytes());[출처] String -> Reader, InputStream 변환|작성자 들닢
http://blog.naver.com/tyboss/70041644246
import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; /* * Copyright (c) 1999-2005 (주)ACTSoft. All rights reserved. */ /** * @author Hong ByungChan * */ public class MapSample { /** * */ public MapSample() { super(); } /** * @param args */ public static void main(String[] args) { Map map = new HashMap(); map.put("key1", "value1"); map.put("key2", "value..
* 톰캣6 windows 64bit 설치시 교체파일 AMD: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/res/procrun/amd64/ INTEL: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/res/procrun/ia64/ 테스트 : 1) JAVA_HOME, CATALINA_HOME 설정 2) zip 파일에서 파일 교체 3) tomcat-users.xml 수정 4) %CATALINA_HOME %\startup.bat 실행 5) 정상 동작함 [출처] 톰캣6 windows 64bit 설치|작성자 들닢 [출처] Struts 처음 배우기|작성자 들닢