上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 68 下一页
摘要: 2 注册默认的错误页面 <customErrors defaultRedirect="defaultError.html" mode="On"> <error statusCode="404" redirect="404notfind.html"/> </customErrors> </system 阅读全文
posted @ 2016-09-02 16:43 特洛伊-Micro 阅读(1098) 评论(0) 推荐(0)
摘要: Configuring HTTP and HTTPS .NET Framework (current version) Other Versions .NET Framework (current version) Other Versions Other Versions Other Versio 阅读全文
posted @ 2016-09-02 16:16 特洛伊-Micro 阅读(402) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/qianlifeng/archive/2010/12/16/1908568.html https://msdn.microsoft.com/zh-cn/library/ms178473(v=vs.100).aspx http://www.cnblogs. 阅读全文
posted @ 2016-08-30 12:26 特洛伊-Micro 阅读(340) 评论(0) 推荐(0)
摘要: 文章内容 根据对Http Runtime和Http Pipeline的分析,我们知道一个ASP.NET应用程序可以有多个HttpModuel,但是只能有一个HttpHandler,并且通过这个HttpHandler的BeginProcessRequest(或ProcessRequest)来处理并返回 阅读全文
posted @ 2016-08-30 12:01 特洛伊-Micro 阅读(840) 评论(0) 推荐(0)
摘要: NET/ASP.NET Routing路由(深入解析路由系统架构原理) 阅读目录: 1.开篇介绍 2.ASP.NET Routing 路由对象模型的位置 3.ASP.NET Routing 路由对象模型的入口 4.ASP.NET Routing 路由对象模型的内部结构 4.1UrlRoutingMo 阅读全文
posted @ 2016-08-30 11:59 特洛伊-Micro 阅读(241) 评论(0) 推荐(0)
摘要: Open Web Interface for .NET (OWIN)在Web服务器和Web应用程序之间建立一个抽象层。OWIN将网页应用程序从网页服务器分离出来,然后将应用程序托管于OWIN的程序而离开IIS之外。 Use OWIN to Self-Host ASP.NET Web API 2 Op 阅读全文
posted @ 2016-08-29 19:01 特洛伊-Micro 阅读(585) 评论(0) 推荐(0)
摘要: PowerShell v3 – Creating Objects With [pscustomobject] – it’s fast! September 19, 2011powershell, v3previewpowershell, v3preview *****Warning. This is 阅读全文
posted @ 2016-08-29 09:26 特洛伊-Micro 阅读(1467) 评论(0) 推荐(0)
摘要: CREATE DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; CREATE DATABASE 的语法:CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name[cre 阅读全文
posted @ 2016-08-26 16:21 特洛伊-Micro 阅读(60049) 评论(0) 推荐(2)
摘要: url的三个js编码函数escape(),encodeURI(),encodeURIComponent()简介 2014年10月12日 16806次浏览 引子 浏览器URl地址,上网一定会用到,但是浏览器地址有中文或者浏览器url参数操作的时候,经常会用到encodeURIComponent()和d 阅读全文
posted @ 2016-08-25 19:26 特洛伊-Micro 阅读(196) 评论(0) 推荐(0)
摘要: PowerShell文件系统(一)前言 3 12 2月, 2014 在 Powershell tagged Powershell教程 / 别名 / 文件系统 by Mooser Lee PowerShell 文件系统系列文章: PowerShell文件系统(一)前言 PowerShell文件系统(二 阅读全文
posted @ 2016-08-25 19:17 特洛伊-Micro 阅读(369) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 68 下一页