fuyun
博客园
首页
新随笔
联系
订阅
管理
16 Posts :: 2 Stories :: 47 Comments :: 1 Trackbacks
公告
昵称:
浮云
园龄:
7年7个月
粉丝:
0
关注:
1
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
MonoRail专题(3)
随笔档案
2007年12月 (2)
2007年10月 (3)
2006年4月 (2)
2006年3月 (3)
2006年1月 (3)
2005年2月 (2)
2004年6月 (1)
文章档案
2005年1月 (1)
相册
test1
sourceforge
Dotnet IL Editor
Dotnet IL Editor (DILE) is an editor program which helps modifying .NET assemblies. It is intended to be able to disassemble .NET assemblies, modify the IL code, recompile it and run inside a debugger.
Motherboard Monitor
Motherboard Monitor .NET is a .NET class library written in C# able to communicate with Motherboard Monitor using shared memory, it can read system temperatures, CPU & fans speed, voltages, add custom sensors, set sensors alarms and manage system events.
关注的博客
uGoer
吕震宇
最新评论
阅读排行榜
评论排行榜
推荐排行榜
10 2007 档案
从留言簿开始,学习MonoRail MVC(三)
摘要: 刚开始学习MonoRail的时候,一直搞不清楚URL与调用的Controller是如何对应了,经过一番实验分析后,得出以下结论。一个http请求是与如何工作的呢?请看以下实例,我们将浏览器发出的请求URL分层四段。http://localhost/guestbook/user/admin/index.castle 1234第一段“guestbook/user”由Contro...
阅读全文
posted @
2007-10-19 21:09
浮云 阅读(2502) |
评论 (15)
编辑
从留言簿开始,学习MonoRail MVC(二)
摘要: 在研究MonoRail过程中进行了URL重定向的实验。未全面了解MonoRail的情况下,首先尝试使用ASP.NET经典方式,参考Microsoft一篇文章《在ASP.NET 中执行URL 重写》,创建UrlRewriteModule类并实现IHttpModule接口来达到我的要求。在实现该功能的同时,我将URL重定向的配置文件重Web Config中移除来,单独建立了一个URLRewriting...
阅读全文
posted @
2007-10-18 22:38
浮云 阅读(478) |
评论 (0)
编辑
从留言簿开始,学习MonoRail MVC(一)
摘要: 关注MVC开发Web应用程序是看到《一个.NET的MVC Web框架》这篇文章以后开始的,通过官方网站的几个教程很快引起了我的兴趣,的确是非常简洁,让我想起了ASP的时代。再搜索了一下ASP.NET MVC框架,发现MonoRail相对来说文档较多一些,决定从它开始。最近一段时间微软要推出ASP.NET的MVC框架新闻各大技术网站都在转,博客园针对MonoRail的文章也多了起来。使用ASP.NE...
阅读全文
posted @
2007-10-17 22:58
浮云 阅读(1275) |
评论 (6)
编辑
Powered by:
博客园
Copyright © 浮云