摘要: 根据文件夹大小,删除文件夹 private void button1_Click(object sender, EventArgs e) { DirectoryInfo Dir = new DirectoryInfo("c:\\Program Files"); int i = 0; try { foreach (DirectoryInfo d in Dir.GetDirectories()) /... 阅读全文
posted @ 2010-01-07 10:15 星释天狼 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 听力特快:http://www.listeningexpress.com/ 阅读全文
posted @ 2010-01-02 21:02 星释天狼 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 常见的css简写font简写:font:italic small-caps bold 12px/1.5em arial,verdana;等效于:font-style:italic;font-variant:small-caps;font-weight:bold;font-size:12px;line-height:1.5em;font-family:arial,verdana;顺序:font-st... 阅读全文
posted @ 2010-01-02 15:28 星释天狼 阅读(426) 评论(0) 推荐(0) 编辑
摘要: asp.net 常见问题解决:http://tech.ddvip.com/zt/asp.net_issue.html 阅读全文
posted @ 2010-01-01 20:22 星释天狼 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 下载并安装CSS验证器:http://jigsaw.w3.org/css-validator/DOWNLOAD.htmlcss调试工具:https://addons.mozilla.org/zh-CN/firefox/addon/60css代码清道夫:TopStylecss导航菜单设计器:www.highdots.com/css-tab-designer/css代码参考:http:www.cssp... 阅读全文
posted @ 2009-12-31 19:31 星释天狼 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 程序员的抽象 我能抽象出整个世界... 但是我不能抽象出你... 因为你在我心中是那么的具体... 所以我的世界并不完整... 我可以重载甚至覆盖这个世界里的任何一种方法... 但是我却不能重载对你的思念... 也许命中注定了 你在我的世界里永远的烙上了静态的属性... 而我不慎调用了爱你这个方法... 当我义无返顾的把自己作为参数传进这个方法时... 我才发现爱上你是一个死循环... 它不停的返... 阅读全文
posted @ 2009-12-30 16:36 星释天狼 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 【转】C#编写COM组件 http://www.cnblogs.com/Real_Dream/articles/1577938.html1、新建一个类库项目 2、将Class1.cs改为我们想要的名字 问是否同时给类改名,确定 3、修改Properties目录下面的AssemblyInfo.cs ComVisible属性设置为True 4、项目菜单->MyLib属性 找到“... 阅读全文
posted @ 2009-12-30 16:33 星释天狼 阅读(529) 评论(2) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-12-30 15:27 星释天狼 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/idior/articles/864806.htmlhttp://www.cnblogs.com/xd125/archive/2007/12/12/992406.html线程-资源亲缘性 有名数据槽http://hi.baidu.com/wangjunwangjuna/blog/item/a8d47d8d8d70b81bb31bba8c.html 阅读全文
posted @ 2009-12-23 13:13 星释天狼 阅读(194) 评论(0) 推荐(1) 编辑