<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_享受自由与创造的乐趣！</title><subtitle type="text">I LOVE THIS GAME</subtitle><id>http://feed.cnblogs.com/blog/u/12985/rss</id><updated>2005-10-26T01:27:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12985/rss"/><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/10/25/261536.html</id><title type="text">发现 C# 2005 Beta2 的一个BUG</title><summary type="text">线程内访问不了通过Invoke函数传递delegate调用的 listView 的 Items 属性</summary><published>2005-10-25T05:45:00Z</published><updated>2005-10-25T05:45:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/10/25/261536.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/10/25/261536.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/10/07/249554.html</id><title type="text">怪事, VS.NET 疯掉了,  注释掉的代码居然还执行</title><summary type="text">我的 VS.NET 疯掉了, 注释掉的代码居然还执行到, 莫名其妙的, 怪不得每次得出的结果都不是我想要的</summary><published>2005-10-06T18:53:00Z</published><updated>2005-10-06T18:53:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/10/07/249554.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/10/07/249554.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/09/26/244643.html</id><title type="text">获取目录大小</title><summary type="text">staticlonglongDirSize=0;/**////&amp;lt;summary&amp;gt;///获取目录的大小///&amp;lt;/summary&amp;gt;///&amp;lt;paramname="srcPath"&amp;gt;目录路径&amp;lt;/param&amp;gt;///&amp;lt;returns&amp;gt;目录的大小(单位:KB)&amp;lt;/returns&amp;gt;publiclongGetDirSize(stringsrcP...</summary><published>2005-09-26T14:39:00Z</published><updated>2005-09-26T14:39:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/09/26/244643.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/09/26/244643.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/09/12/234738.html</id><title type="text">坛上最酷的一句话 (不防娱乐一下)</title><summary type="text">下雨了，别忘了打伞，湿身是小事，淋病就麻烦大了  　　丑，但是丑的特别，也就是特别的丑。 　　 　　天使之所以会飞，是因为她们把自己看得很轻~~~ 　　人生没有彩排，每天都是现场直播！ 　　给我一个女人，我可以创造一个民族；给我一瓶酒，我可以带领他们征服全世界！  　　春天，我把老公埋在地底下，秋天，我就有好多老公...... 　　起来，不愿坐着的人们 　　如果只有３００Ｗ，大家说是买奔驰好还是法...</summary><published>2005-09-11T19:26:00Z</published><updated>2005-09-11T19:26:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/09/12/234738.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/09/12/234738.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/09/10/233935.html</id><title type="text">一个关于将ArrayList中的ListItem绑定到DropDownList中的问题</title><summary type="text">//将ArrayList中的ListItem绑定到DropDownList中 publicvoidDropDownListDisplay(ArrayListInput,DropDownListInputddl,stringCompareValue) { for(inti=0;i&amp;lt;Input.Count;i++) { ListItemaItem=Input[i]asListItem; Inpu...</summary><published>2005-09-10T07:46:00Z</published><updated>2005-09-10T07:46:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/09/10/233935.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/09/10/233935.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/09/02/229063.html</id><title type="text">基于 System.Web.Mail  的邮件发送和接收类</title><summary type="text">Mail.rar/**//**基于System.Web.Mail的邮件发送和接收类*/usingSystem;usingSystem.Collections;usingSystem.Net.Sockets;usingSystem.Net;usingSystem.IO;usingSystem.Web.Mail;usingSystem.Text;namespaceMail{"邮件接收类"#region...</summary><published>2005-09-02T14:15:00Z</published><updated>2005-09-02T14:15:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/09/02/229063.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/09/02/229063.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/08/30/226146.html</id><title type="text">高兴....收到微软中国寄给我的第4期的《MSDN 开发精选》</title><summary type="text">收到微软中国寄给我的第4期的&amp;lt;&amp;lt;MSDN 开发精选&amp;gt;&amp;gt;, 高兴........</summary><published>2005-08-30T07:15:00Z</published><updated>2005-08-30T07:15:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/08/30/226146.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/08/30/226146.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/08/27/224334.html</id><title type="text">JS + WebService 模拟 IE 的自动完成</title><summary type="text">本实例来自 msdn WebCast</summary><published>2005-08-27T13:36:00Z</published><updated>2005-08-27T13:36:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/08/27/224334.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/08/27/224334.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/08/23/220852.html</id><title type="text">获取某目录下的所有文件(包括子目录下文件)的数量(C#/VB.NET)</title><summary type="text">intfileNum=0;/**////&amp;lt;summary&amp;gt;///获取某目录下的所有文件(包括子目录下文件)的数量///&amp;lt;/summary&amp;gt;///&amp;lt;paramname="srcPath"&amp;gt;&amp;lt;/param&amp;gt;///&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;publicintGetFileNum(stringsrcPath){try{//...</summary><published>2005-08-23T04:34:00Z</published><updated>2005-08-23T04:34:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/08/23/220852.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/08/23/220852.html"/></entry><entry><id>http://www.cnblogs.com/helloworld84/archive/2005/08/22/220166.html</id><title type="text">省市联动菜单(ASP.NET + XML)</title><summary type="text">usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Web;usingSystem.Web.SessionState;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;using...</summary><published>2005-08-22T06:11:00Z</published><updated>2005-08-22T06:11:00Z</updated><author><name>helloworld84</name><uri>http://www.cnblogs.com/helloworld84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloworld84/archive/2005/08/22/220166.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloworld84/archive/2005/08/22/220166.html"/></entry></feed>
