Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker
- TPL
- smarty
- random
- 한글 깨짐
- php
- replace
- Eclipse
- 일괄변경
- JavaScript
- SVN
- 문자열자르기
- 부모창
- centos
- Python
- mariadb
- Selectbox
- Postfix
- RabbitMQ
- yum
- ubuntu
- TextBox
- i18n
- jQuery
- MySQL
- install
- 천단위
- Oracle
- 확장자
Archives
- Today
- Total
목록java html (1)
wilson's story
소스에서 네트워크(http) 데이터 가져오기
JAVA 소스 에서 외부 HTTP의 내용을 가져올 경우가 있다. 이럴 경우에는 소스상에 openConnection을 이용해서 커넥션해서 정보를 가져오면 된다. private String server ="http://www.test.co.kr/test.jsp"; private String userId = "?user_id="; private String userPw = "&user_passwd="; /** * useUrl * @Note : URL커넥션 사용 * @throws IOException * @throws Exception * * */ public void useUrl() throws IOException, Exception { String testVal = getReturnString( getUr..
Java
2012. 3. 19. 13:32