摘要:C#编写网站测速WebClient wcl = new WebClient();Stopwatch spwatch = new Stopwatch();spwatch.Start();byte[] resultBytes = wcl.DownloadData(new Uri(textBox1.Tex...
阅读全文
posted @ 2015-05-21 18:54
|
|||
05 2015 档案
摘要:C#编写网站测速WebClient wcl = new WebClient();Stopwatch spwatch = new Stopwatch();spwatch.Start();byte[] resultBytes = wcl.DownloadData(new Uri(textBox1.Tex...
阅读全文
posted @ 2015-05-21 18:54
摘要:private void dataGridViewX1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { //DataGridViewX dgv = sender as Data...
阅读全文
posted @ 2015-05-01 17:40
|
|||