Goodspeed

06 2011 档案

supervisor 3.0a8-1 安装失败
摘要: 在ubuntu 11.04上安装supervisorsudo apt-get install supervisor会得到以下错误Reading package lists... DoneBuilding dependency treeReading state information... Donesupervisor is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.1 not fully installed or removed.After this ope阅读全文

posted @ 2011-06-20 16:09 Goodspeed 阅读(116) | 评论 (0) 编辑

asp.net mvc去掉无用的http header
摘要: 1 X-AspNetMvc-Version在Global.asax的Application_Start方法中加入 MvcHandler.DisableMvcResponseHeader=true;2 X-AspNet-Versionweb.config中<httpRuntimeenableVersionHeader="false"/>3 X-Powered-Byweb.config中<httpProtocol><customHeaders><removename="X-Powered-By"/></c阅读全文

posted @ 2011-06-09 17:26 Goodspeed 阅读(97) | 评论 (0) 编辑