代码 Read More
posted @ 2010-04-29 23:32 庚武 Views(215) Comments(0) Diggs(0) Edit
经常有人请我指导应该如何动态地“重写”URL,以在他们的ASP.NETweb应用中发布比较干净的URL端点。这个博客帖子概述了几个方法,你可以用来在ASP.NET中干净地映射或重写URL,以及按照你自己的需求组织你的URL的结构。为什么URL映射和重写很重要?下面是开发人员想要对URL有更大的灵活性的最常见的场景:1) 处理这样的情形:你要更改你的web应用中网页的结构,但... Read More
posted @ 2010-04-29 17:15 庚武 Views(782) Comments(0) Diggs(0) Edit
http://blog.csdn.net/codetian/archive/2008/08/25/2827253.aspxASP.NET对请求处理的过程:当请求一个*.aspx文件的时候,这个请求会被inetinfo.exe进程截获,它判断文件的后缀(aspx)之后,将这个请求转交给ASPNET_ISAPI.dll,ASPNET_ISAPI.dll会通过http管道(Http PipeLine)将... Read More
posted @ 2010-04-29 17:06 庚武 Views(305) Comments(0) Diggs(0) Edit
读书方法 1)泛读 泛读即广泛阅读,指读书的面要广,要广泛涉猎各方面的知识,具备一般常识。不仅要读自然科学方面的书,也要读社会科学方面的书,古今中外各种不同风格的优秀作品都应广泛地阅读,以博采众家之长,开拓思路。马克思写《资本论》曾钻研过1500种书,通过阅读来搜集大量的准备资料。 (2)精读 朱熹 Read More
posted @ 2010-04-29 02:53 庚武 Views(751) Comments(0) Diggs(0) Edit
代码[代码]  <httpModules> <add name="MyLog" type="MyHttpModule" /> </httpModules></system.web> Read More
posted @ 2010-04-27 16:38 庚武 Views(139) Comments(0) Diggs(0) Edit
http://www.codeblocks.org/Code::Blocks is afree C++ IDEbuilt to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.Finally, an IDE with all the featuresyouneed, having a consistent look, feel and operation across platforms.Built around a plugin fr Read More
posted @ 2010-04-27 01:30 庚武 Views(243) Comments(0) Diggs(0) Edit
http://wenda.tianya.cn/wenda/thread?tid=5812ca4581e6f3a4&clk=wttpcts2008年国内最常用的PHP+MySql免费CMS系统大全1. DEDE -这是一款国内开源的cms,作者是一个个人,能做出如此功能的cms,是相当不错的。2007版功能十分强大,希望能改善之前数据量一大,更新静态页就很慢的缺点。因为开源,有较多的玩家和拥... Read More
posted @ 2010-04-27 01:26 庚武 Views(506) Comments(0) Diggs(0) Edit
http://www.zh-yh.com/UserFiles/file/resume.msgx?m=greatspark&s=thanks&u=wucg Read More
posted @ 2010-04-26 11:35 庚武 Views(162) Comments(0) Diggs(0) Edit
本文搜集了大量 jQuery 表格插件,帮助 Web 设计者更好地驾御 HTML 表格,你可以对表格进行横向和竖向排序,设置固定表头,对表格进行搜索,对大表格进行分页,对表格进行滚动,拖放操作等等。这些插件很多都包含详细的教程。jQuery 表格插件Flexigrid – Web 2.0 Javscript Grid for jQuery- 可变列宽,自动适应表头宽度,可通过 Ajax... Read More
posted @ 2010-04-16 15:38 庚武 Views(338) Comments(0) Diggs(1) Edit
来源:http://home.cnblogs.com/group/topic/38396.htmlDockPanel Suite:开发类似VS.net的界面,#Develop就是使用的这个控件。网址:http://sourceforge.net/projects/dockpanelsuite/ ZedGraph:二维图表绘制控件,可以绘制大部分的Excel图表。网址:http://zedgraph... Read More
posted @ 2010-04-16 15:35 庚武 Views(245) Comments(0) Diggs(1) Edit