摘要: 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̶.̶ 阅读(401) 评论(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̶.̶ 阅读(277) 评论(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̶.̶ 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 原文地址: http://kb.cnblogs.com/page/101437/ 阅读全文
posted @ 2014-07-15 17:23 b̶i̶n̶g̶.̶ 阅读(153) 评论(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̶.̶ 阅读(382) 评论(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̶.̶ 阅读(276) 评论(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̶.̶ 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 阅读全文
posted @ 2014-07-12 16:28 b̶i̶n̶g̶.̶ 阅读(374) 评论(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̶.̶ 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1.查看系统版本 cat /proc/version cat /etc/issue2.查看IPifconfig3.重启 shutdown -r now4.更多 http://wenku.baidu.com/view/b3472f96daef5ef7ba0d3cbc.html5.查看libc版本apt... 阅读全文
posted @ 2014-07-09 13:00 b̶i̶n̶g̶.̶ 阅读(176) 评论(0) 推荐(0) 编辑