享受自由与创造的乐趣!

I LOVE THIS GAME

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  13 随笔 :: 0 文章 :: 41 评论 :: 0 引用

公告

09 2005 档案

摘要: staticlonglongDirSize=0;/**////<summary>///获取目录的大小///</summary>///<paramname="srcPath">目录路径</param>///<returns>目录的大小(单位:KB)</returns>publiclongGetDirSize(stringsrcP...阅读全文
posted @ 2005-09-26 22:39 helloworld84 阅读(1027) | 评论 (1) 编辑

摘要: 下雨了,别忘了打伞,湿身是小事,淋病就麻烦大了   丑,但是丑的特别,也就是特别的丑。      天使之所以会飞,是因为她们把自己看得很轻~~~   人生没有彩排,每天都是现场直播!   给我一个女人,我可以创造一个民族;给我一瓶酒,我可以带领他们征服全世界!   春天,我把老公埋在地底下,秋天,我就有好多老公......   起来,不愿坐着的人们   如果只有300W,大家说是买奔驰好还是法...阅读全文
posted @ 2005-09-12 03:26 helloworld84 阅读(321) | 评论 (1) 编辑

摘要: //将ArrayList中的ListItem绑定到DropDownList中 publicvoidDropDownListDisplay(ArrayListInput,DropDownListInputddl,stringCompareValue) { for(inti=0;i<Input.Count;i++) { ListItemaItem=Input[i]asListItem; Inpu...阅读全文
posted @ 2005-09-10 15:46 helloworld84 阅读(575) | 评论 (0) 编辑

摘要: Mail.rar/**//**基于System.Web.Mail的邮件发送和接收类*/usingSystem;usingSystem.Collections;usingSystem.Net.Sockets;usingSystem.Net;usingSystem.IO;usingSystem.Web.Mail;usingSystem.Text;namespaceMail{"邮件接收类"#region...阅读全文
posted @ 2005-09-02 22:15 helloworld84 阅读(1887) | 评论 (3) 编辑