
JAVA
羏仔
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java 中使用HttpURLConnection发起POST 请求
private void httpUrlConnection() { try { String pathUrl = "http://172.20.0.206:8082/TestServelt/login.do"; // 建立连接 URL url = new URL(pathUrl); HttpURLConnection httpConn = (HttpURLConnection) url转载 2014-04-06 14:55:33 · 75041 阅读 · 1 评论 -
Mac系统更新JAVA版本
Only one JRE can be installed at a time. The system will notinstall a JRE that has a lower version than the current version. Ifyou wish to install a lower version of the JRE, first uninstall the cur原创 2014-08-22 16:21:05 · 20506 阅读 · 1 评论