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
- replace
- Postfix
- php
- i18n
- Python
- TextBox
- yum
- 부모창
- 일괄변경
- mariadb
- Eclipse
- Oracle
- MySQL
- 한글 깨짐
- 확장자
- 문자열자르기
- random
- Selectbox
- smarty
- docker
- SVN
- ubuntu
- jQuery
- install
- RabbitMQ
- 천단위
- TPL
- JavaScript
- centos
Archives
- Today
- Total
목록OpenConnection (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