2014年2月26日

摘要: 1:第一种方式:string firsttime = "20140226120201";string secondtime = "20140225115401";DateTime firstDateTemp = DateTime.ParseExact(firsttime, "yyyyMMddHHmmss", new System.Globalization.CultureInfo("zh-CN", true));DateTime secondDateTemp = DateTime.ParseExact(second 阅读全文

posted @ 2014-02-26 18:00 小程序员也疯狂 阅读(1810) 评论(0) 推荐(0)

摘要: using System; using System.Drawing; using System.IO; using System.Net; using System.Text; using System.Windows.Forms; namespace 用POST提交带验证码的网站{ public partial class FrmMain : Form { public FrmMain() { InitializeComponent(); } //用于保存cookie CookieContainer cc = new Cookie... 阅读全文

posted @ 2014-02-26 17:48 小程序员也疯狂 阅读(644) 评论(0) 推荐(0)


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3