摘要: 原文: http://www.myhack58.com/Article/sort099/sort0100/2012/35585.htm原文: http://www.myhack58.com/Article/sort099/sort0100/2014/41701.htm 阅读全文
posted @ 2014-07-16 18:55 b̶i̶n̶g̶.̶ 阅读(277) 评论(0) 推荐(0)
摘要: 1 //int a = -2; 2 //this.BringToFront(); 3 //for (int i = 0; i = -radius; j--)53 {54 ... 阅读全文
posted @ 2014-07-16 16:02 b̶i̶n̶g̶.̶ 阅读(410) 评论(0) 推荐(0)
摘要: /*进度条框*/.shangchuantishikuang { border: 7px solid #74A5BF; background-color: white; font-size: 14px; color: #666666; font-family: 'Micr... 阅读全文
posted @ 2014-07-16 11:25 b̶i̶n̶g̶.̶ 阅读(281) 评论(0) 推荐(0)
摘要: //定义数组 var _arrays = []; for (var i = 0; i < 10; i++) { _arrays.push(i); }//post $.post(href, {list: _arrays} );//get post datasv... 阅读全文
posted @ 2014-07-16 10:53 b̶i̶n̶g̶.̶ 阅读(325) 评论(0) 推荐(0)
摘要: 原文地址: http://kb.cnblogs.com/page/101437/ 阅读全文
posted @ 2014-07-15 17:23 b̶i̶n̶g̶.̶ 阅读(156) 评论(0) 推荐(0)
摘要: int offset=0; int size=4096;var maxNum=int.MaxValue; progressBar.Maximum =maxNum; progressBar.Minimum = 0; progressBar.Value = 0; offset += size; progressBar.Value = offset;//百分比PbLabel.Content = (of... 阅读全文
posted @ 2014-07-15 08:44 b̶i̶n̶g̶.̶ 阅读(391) 评论(0) 推荐(0)
摘要: 1 public static class IListUtil 2 { 3 /// 4 /// 将集合类转换成DataTable 5 /// 6 /// 集合 7 /// 8 public static DataTable AsDataTab... 阅读全文
posted @ 2014-07-14 11:24 b̶i̶n̶g̶.̶ 阅读(279) 评论(0) 推荐(0)
摘要: 1 public void Test(){2 3 var query = from a in A join b in B on A.Id equals B.Id into c4 from d in c.DefaultIfEmpty()5 ... 阅读全文
posted @ 2014-07-12 16:42 b̶i̶n̶g̶.̶ 阅读(281) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 阅读全文
posted @ 2014-07-12 16:28 b̶i̶n̶g̶.̶ 阅读(379) 评论(0) 推荐(0)
摘要: 为网卡配置静态IP地址编辑文件/etc/network/interfaces:sudo vi /etc/network/interfaces并用下面的行来替换有关eth0的行:# The primary network interfaceauto eth0iface eth0 inet static... 阅读全文
posted @ 2014-07-09 19:10 b̶i̶n̶g̶.̶ 阅读(188) 评论(0) 推荐(0)