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
- DB
- tomcat
- laravel
- jquery
- SeLinux
- NetBeans
- input
- 리눅스
- javascript
- 안드로이드
- JSON
- curl
- Spring
- File
- java
- html
- CentOS
- 이클립스
- ajax
- Linux
- 톰캣
- 와일드카드
- error
- larravel
- MySQL
- Android
- php
- 정규식
- properties
- junit
Archives
- Today
- Total
목록HTTP (1)
합쭈기 programming
http connect - json
protected boolean requestJson(final String addr, final int method, final String data) { if (chkHandler()) { new Thread(new Runnable() { String strJson = ""; @Override public void run() { // TODO Auto-generated method stub try { URL url = new URL(addr); if (url.getProtocol().toLowerCase().equals("http")) { HttpURLConnection httpConn = null; httpConn = (HttpURLConnection) url.openConnection(); htt..
Java/Android
2015. 4. 13. 10:38