摘要: http://www.cnblogs.com/dekevin/p/4551843.html//今天 DateTime.Now.Date.ToShortDateString(); //昨天,就是今天的日期减一 DateTime.Now.AddDays(-1).ToShortDateString(); //明天,同理,加一 DateTime.Now.AddDays(1)... 阅读全文
posted @ 2017-07-20 00:01 colinzhu 阅读(6885) 评论(0) 推荐(0) 编辑
摘要: //www.trackingmore.com/api-class_csharp.html 安装: 1. 下载这个类到你需要的位置 2.在这一行填写你的apikey protected $apiKey = 'YOUR API KEY'; 3. 在程序中包含这个类. 安装: 1. 下载这个类到你需要的位 阅读全文
posted @ 2017-07-19 05:54 colinzhu 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 转载http://blog.csdn.net/e_one/article/details/51730217 今天想做个快递查询软件玩玩,手头有个快递查询api,它返回的数据是Json,百度了一下如何用C#解析Json数据,终于慢慢理解。所以现在写篇日志记录一下。本文章用到的类库:http://pan 阅读全文
posted @ 2017-07-19 05:48 colinzhu 阅读(10907) 评论(0) 推荐(1) 编辑
摘要: 转http://www.cnblogs.com/smile-wei/archive/2012/07/04/2575630.html saveFileDialog 用法 openFileDialog 用法: 阅读全文
posted @ 2017-07-19 05:42 colinzhu 阅读(301) 评论(0) 推荐(0) 编辑