資源簡(jiǎn)介
.NET MVC2 完整博客系統(tǒng), 附數(shù)據(jù)庫(kù)文件,vs2010 sqlserver2008
代碼片段和文件信息
using?System.Web;
using?System.Web.Mvc;
using?System.Web.UI;
namespace?blog
{
????public?partial?class?_Default?:?Page
????{
????????public?void?Page_Load(object?sender?System.EventArgs?e)
????????{
????????????//?Change?the?current?path?so?that?the?Routing?handler?can?correctly?interpret
????????????//?the?request?then?restore?the?original?path?so?that?the?OutputCache?module
????????????//?can?correctly?process?the?response?(if?caching?is?enabled).
????????????string?originalPath?=?Request.Path;
????????????HttpContext.Current.RewritePath(Request.ApplicationPath?false);
????????????IHttpHandler?httpHandler?=?new?MvcHttpHandler();
????????????httpHandler.ProcessRequest(HttpContext.Current);
????????????HttpContext.Current.RewritePath(originalPath?false);
????????}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件????2293760??2009-03-28?14:39??mvcblog\App_Data\blog.mdf
?????文件?????573440??2009-03-28?14:39??mvcblog\App_Data\blog_log.LDF
?????文件??????45056??2009-03-26?08:59??mvcblog\bin\blog.dll
?????文件??????97792??2009-03-26?08:59??mvcblog\bin\blog.pdb
?????文件???????9043??2009-03-25?16:14??mvcblog\blog.csproj
?????文件???????1292??2009-03-25?16:17??mvcblog\blog.csproj.user
?????文件??????10341??2009-03-26?09:00??mvcblog\blog.Publish.xm
?????文件????????897??2009-03-28?14:23??mvcblog\blog.sln
?????文件??????31735??2009-03-11?17:28??mvcblog\Content\404.jpg
?????文件???????6992??2009-03-12?19:29??mvcblog\Content\admin.css
?????文件???????2223??2009-03-11?17:28??mvcblog\Content\dialog.js
?????文件?????????44??2009-03-11?17:28??mvcblog\Content\dot.gif
?????文件????????183??2009-03-12?18:59??mvcblog\Content\editor\blankpage.htm
?????文件??????14688??2009-03-12?18:59??mvcblog\Content\editor\editor.html
?????文件????????204??2009-03-12?18:59??mvcblog\Content\editor\images\bg.gif
?????文件????????194??2009-03-12?18:59??mvcblog\Content\editor\images\bg2.gif
?????文件????????183??2009-03-12?18:59??mvcblog\Content\editor\images\line.gif
?????文件???????2958??2009-03-12?18:59??mvcblog\Content\editor\images\mtoolallbg.gif
?????文件?????????43??2009-03-12?18:59??mvcblog\Content\editor\images\place.gif
????..A.S..??????7168??2009-03-12?18:59??mvcblog\Content\editor\images\Thumbs.db
?????文件??????12987??2009-03-12?18:59??mvcblog\Content\editor\portraitSelect.htm
?????文件???????2187??2009-03-12?18:59??mvcblog\Content\editor\sc
?????文件??????16414??2009-03-12?18:59??mvcblog\Content\editor\sc
?????文件????????301??2009-03-12?18:59??mvcblog\Content\editor\sc
?????文件???????6627??2009-03-11?17:28??mvcblog\Content\fccms.jpg
?????文件?????175614??2009-03-11?17:28??mvcblog\Content\jquery-1.2.6.min-vsdoc.js
?????文件??????56819??2009-03-11?17:28??mvcblog\Content\jquery-1.2.6.min.js
?????文件???????1483??2009-03-11?17:28??mvcblog\Content\lan.gif
?????文件????????183??2009-03-11?17:28??mvcblog\Content\lanmu.gif
?????文件????????341??2009-03-11?17:28??mvcblog\Content\line1.gif
............此處省略84個(gè)文件信息
評(píng)論
共有 條評(píng)論