04 2009 档案
C#中的日期处理函数
摘要://2007年4月24日 this.TextBox6.Text = System.DateTime.Now.ToString("D"); //2007-4-24 this.TextBox7.Text = System.DateTime.Now.ToString("d"); //2007年4月24日 16:30:15 this.TextBox8.T... 阅读全文
posted @ 2009-04-09 15:48 volitation 阅读(115) 评论(0) 推荐(0)
C#中的日期处理函数
摘要://2007年4月24日 this.TextBox6.Text = System.DateTime.Now.ToString("D"); //2007-4-24 this.TextBox7.Text = System.DateTime.Now.ToString("d"); //2007年4月24日 16:30:15 this.TextBox8.T... 阅读全文
posted @ 2009-04-09 15:42 volitation 阅读(100) 评论(0) 推荐(0)
C#中的日期处理函数
摘要://2007年4月24日 this.TextBox6.Text = System.DateTime.Now.ToString("D"); //2007-4-24 this.TextBox7.Text = System.DateTime.Now.ToString("d"); //2007年4月24日 16:30:15 this.TextBox8.T... 阅读全文
posted @ 2009-04-09 10:45 volitation 阅读(144) 评论(0) 推荐(0)
FTP操作
摘要:using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net; using System.Windows.Forms; using System.Globalization; namespace FtpTest1 { public class FtpW... 阅读全文
posted @ 2009-04-01 15:24 volitation 阅读(273) 评论(0) 推荐(0)