12 2012 档案

摘要:If the command line way of configuring your proxy server doesn't work, you can probably just edit .gitconfig (in the root of your profile, which may hide both in C:\Documents and Settings and on some network drive) and add this:[http] proxy = http://username:password@proxy.at.your.org:8080http:/ 阅读全文
posted @ 2012-12-06 18:24 sinlight23 阅读(834) 评论(0) 推荐(0)
摘要:System.Web.Optimization是在ASP.NET 4.5中正式引入的。1. 在MVC 3中如何使用Bundling and Minification机制个人建议的方法,是在VS中建一个MVC 4的项目,看看Global.asax.cs里多了什么,看看App_Start目录下多了什么。MvcApplication.Application_Start() in Global.ascx.csBundleTable.EnableOptimizations = `true`; `BundleConfig.RegisterBundles`(BundleTable.Bundles);[内容. 阅读全文
posted @ 2012-12-04 16:23 sinlight23 阅读(1155) 评论(2) 推荐(0)