09 2015 档案

摘要:1.2种常见时间操作:import java.util.Date; import java.util.Calendar; import java.text.SimpleDateFormat; public class TestDate{ public static void main(String[... 阅读全文
posted @ 2015-09-02 13:21 往日的雨幽 阅读(195) 评论(0) 推荐(0)
摘要:===================================================================================实用小框架:=============================================================... 阅读全文
posted @ 2015-09-02 00:04 往日的雨幽 阅读(377) 评论(0) 推荐(0)
摘要:HttpClicent是Apache下的一个子项目,文档齐全,详见官网:http://hc.apache.org/httpcomponents-client-4.5.x/quickstart.html 这里列出一些常见用法: (1)使用步骤: 1.创建HttpClient对象。... 阅读全文
posted @ 2015-09-01 23:58 往日的雨幽 阅读(9143) 评论(0) 推荐(0)