随笔分类 -  .net program

摘要:经常我们会在后台生成数据绑定到数据控件有时候我们bu不想麻烦 单独去写一个类而直接使用基本类型绑定如:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1List<string>list=newList<string>();2fo... 阅读全文
posted @ 2008-04-17 11:05 文浩的随笔 阅读(464) 评论(2) 推荐(0)
摘要:前几天随便用C#写了一个约瑟夫环 谈不上效率 因为使用的是C#自带的双向链表Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1 //count 代表总数 //order 代表报号出列的号码 //begId 代表起始 位置 classProgram2... 阅读全文
posted @ 2008-04-09 10:11 文浩的随笔 阅读(1447) 评论(0) 推荐(0)
摘要:今天安装IIS,想弄弄ASP。结果发现IIS安装完无法启动。后来在服务里面找到World Wide Web Publishing Services这个服务,发现是自动运行的,不过是停止状态。我启动了一下,出现错误:1717:接口未知。自然baidu一下吧找到http://www.blog.edu.cn/user1/6266/archives/2006/1124770.shtml原来是 event ... 阅读全文
posted @ 2007-02-26 14:13 文浩的随笔 阅读(1519) 评论(1) 推荐(0)