<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_烂笔头</title><subtitle type="text">想说啥说啥.</subtitle><id>http://feed.cnblogs.com/blog/u/8598/rss</id><updated>2009-09-15T07:44:28Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/8598/rss"/><entry><id>http://www.cnblogs.com/na57/archive/2009/09/15/1567068.html</id><title type="text">ASP.NET MVC应用中一个诡异错误的处理</title><summary type="text">今天的开发中，访问http://localhost:1672/Member/ChangePwd/dd时页面总是报这样一个错误：The view 'ChangePassword' or its master could not be found. The following locations were searched:~/Views/Member/dd.master~/Views/Shared/...</summary><published>2009-09-15T07:44:00Z</published><updated>2009-09-15T07:44:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2009/09/15/1567068.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2009/09/15/1567068.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2009/09/08/1562572.html</id><title type="text">使用Enterprise Library 4.0 Logging 的问题</title><summary type="text">将应用程序日志写近数据库里面遇到了如下的错误:创建 loggingConfiguration 的配置节处理程序时出错: 未能加载文件或程序集&amp;#8220;Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;#8221;或它的某...</summary><published>2009-09-08T07:10:00Z</published><updated>2009-09-08T07:10:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2009/09/08/1562572.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2009/09/08/1562572.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2008/05/06/1185425.html</id><title type="text">8. Action过滤</title><summary type="text">Action过滤原文: http://quickstarts.asp.net/3-5-extensions/mvc/ActionFiltering.aspx1. 介绍一般Action与用户动作是一对一的关系,用户的某一个动作对应一个特定的Action.然而,有时你可能会希望在Action执行的前后执行指定的操作,MVC中可以通过Action过滤器来实现这个功能.Action过滤器是一个自定义的At...</summary><published>2008-05-06T09:00:00Z</published><updated>2008-05-06T09:00:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185425.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185425.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2008/05/06/1185421.html</id><title type="text">6. 视图和生成助手</title><summary type="text">视图和生成助手原文：http://quickstarts.asp.net/3-5-extensions/mvc/MVCViews.aspx1. 介绍MVC框架支持任意模板引擎生成视图。默认地，MVC中使用.aspx页面、模板页及用户空间生成视图。2. 使用视图生成UI控制器提供了“RenderView”方法来生成视图，一个简单的例子如下：public void Categories(){ List...</summary><published>2008-05-06T08:58:00Z</published><updated>2008-05-06T08:58:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185421.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185421.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2008/05/06/1185418.html</id><title type="text">5. 控制器和Action方法</title><summary type="text">控制器和Action方法原文：http://quickstarts.asp.net/3-5-extensions/mvc/MVCControllerActions.aspx1. 介绍控制器的职责：定位并执行Action方法，并确保它能正确执行；获取Action方法所需的参数并传递给它；捕获Action方法执行期间出现的错误；提供“WebFormViewFactory”类以便生成ASP.NET页面类...</summary><published>2008-05-06T08:57:00Z</published><updated>2008-05-06T08:57:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185418.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185418.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2008/05/06/1185414.html</id><title type="text">2. 创建基本的MVC项目</title><summary type="text">创建基本的MVC项目原文:http://quickstarts.asp.net/3-5-extensions/mvc/MVCCreatingMVCProject.aspx 1. 创建一个新的MVC项目.2. 项目中各个目录及文件的说明.Content : 包含内容文件,如css,jpg等.Controllers: 包含控制器类Models : 包含模型类,包含数据提供程序等.Views : 包含....</summary><published>2008-05-06T08:56:00Z</published><updated>2008-05-06T08:56:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185414.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185414.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2008/05/06/1185412.html</id><title type="text">3. URL路由</title><summary type="text">URL路由原文 : http://quickstarts.asp.net/3-5-extensions/mvc/URLRouting.aspx1. 介绍2. 定义URL路由URL路由包括一个URL模式定义,在模式定义中,"{}"定义占位符,"/"和"."分割各个字符串.当URL请求字符串被URL模式解析时,占位符和具体的值组成"键值对".一般,URL路由在Global.asax文件的Applica...</summary><published>2008-05-06T08:56:00Z</published><updated>2008-05-06T08:56:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185412.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185412.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2008/05/06/1185409.html</id><title type="text">4. 用MVC实现URL路由</title><summary type="text">用MVC实现URL路由原文：http://quickstarts.asp.net/3-5-extensions/mvc/MvcUrlRouting.aspx1. 介绍MVC框架使用URL路由将URL映射到控制器类及Action方法。URL路由自动解析URL中的变量，并将他们作为参数传递给Action方法。2. 默认路由MVC提供了一些默认URL路由设置，将URL以简单的方式映射到控制器和Actio...</summary><published>2008-05-06T08:55:00Z</published><updated>2008-05-06T08:55:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185409.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2008/05/06/1185409.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2007/12/04/982202.html</id><title type="text">Google笔记本迈向烂笔头</title><summary type="text">曾经为了方便做笔记而写了“烂笔头”的程序代码，其核心目的是为了能将笔记随心所欲的分类。但是，用了一段时间之后，我发现“烂笔头”的基础结构已经不能支持我心中所想的功能，于是，我放弃了它，准备从头再来。在那以后一段时间，Google笔记本横空出世，提供了将笔记条目垂直分类的功能。然而，垂直分类始终是没有标签来得方便的，因此，用了一段时间之后，我又放弃了它。在那以后，我开始用饭否，开始觉得不错，可以将自...</summary><published>2007-12-04T05:37:00Z</published><updated>2007-12-04T05:37:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2007/12/04/982202.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2007/12/04/982202.html"/></entry><entry><id>http://www.cnblogs.com/na57/archive/2007/12/04/981952.html</id><title type="text">XML and Databases 笔记</title><summary type="text">作为一种“数据库”格式，XML有一些优势：例如，它是自描述的（所用的标记描述了数据的结构和类型，尽管缺乏语义），可交换的(portable)，能够以树型或图形结构描述数据。同样它也有缺点，例如，它显得有些繁琐，由于要对它进行解析和文本转换，所以数据访问速度较慢。XML及其周边技术是否可以算作“数据库” -- 数据库管理系统(DBMS)。答案是“在某种程度上是(sort of)”。好的一面是，XML...</summary><published>2007-12-04T02:08:00Z</published><updated>2007-12-04T02:08:00Z</updated><author><name>Na57</name><uri>http://www.cnblogs.com/na57/</uri></author><link rel="alternate" href="http://www.cnblogs.com/na57/archive/2007/12/04/981952.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/na57/archive/2007/12/04/981952.html"/></entry></feed>
