| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 시작하기
- 잡토이
- 오라클
- 설정
- 파주
- librecad
- Android
- tomcat
- 톰캣
- mysql
- 잡토이 메이킹 코딩 학원
- 아두이노
- s4a
- 안드로이드
- html5
- 유니티
- Spring Security
- jobtoy
- MSSQL
- jsp
- 운정
- 코딩
- 예제
- oracle
- 설치
- 스크래치
- Unity
- 리브레캐드
- 강좌
- 라즈베리파이
- Today
- Total
목록programming/java (30)
랩제이
http://code.google.com/intl/ko/apis/protocolbuffers/docs/javatutorial.html protoc -I=c:/protoc/src --java_out=c:/protoc/dst c:/protoc/src/address book.proto
QR코드(2차원바코드) 생성하기 http://littletrue.egloos.com/3984474 http://hanulso.springnote.com/pages/4584321 구글Chart cht=qr chs= chl= choe= http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=Hello%20World&choe=UTF-8 http://chart.apis.google.com/chart?cht=qr&chl=My%20RSS%20URL%20is%20http://www.potatosoft.com/tt/rss&chld=H|2&chs=144
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