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 |
Tags
- error
- Spring
- javascript
- Linux
- junit
- 리눅스
- laravel
- larravel
- File
- 안드로이드
- ajax
- 와일드카드
- html
- 정규식
- Android
- 이클립스
- 톰캣
- curl
- java
- CentOS
- input
- DB
- NetBeans
- properties
- MySQL
- JSON
- SeLinux
- php
- tomcat
- jquery
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