今天在使用MVC4打包压缩功能@Scripts.Render("~/bundles/jquery")的时候产生了一些疑惑,问什么在App_Start文件夹下BundleConfig.cs文件内[csharp]view plaincopyprint?bundles.Add(newScriptBundl...
分类:
Web程序 时间:
2015-06-12 09:47:00
阅读次数:
143
在App_Code中添加BundleConfig.csusingSystem.Web.Optimization;publicclassBundleConfig{publicstaticvoidRegisterBundles(BundleCollectionbundles){bundles.Add(n...
分类:
Web程序 时间:
2015-06-11 14:29:54
阅读次数:
252
@Styles.Render("~/Content/css")@Scripts.Render("~/bundles/modernizr")@RenderSection("header", required: false) @{Html.RenderAction("LoginInfo", "Parti...
分类:
Web程序 时间:
2015-06-10 11:49:55
阅读次数:
162
Virgo Tomcat Server简称VTS,VTS是一个应用服务器,它是轻量级, 模块化, 基于OSGi系统。与OSGi紧密结合并且可以开发bundles形式的Spring web apps应用他们同样拥有OSGi和Spring的特性。VTS由SpringSource 的Spring DM s...
分类:
其他好文 时间:
2015-06-03 13:31:53
阅读次数:
201
我的java版本是jdk1.8.0_45,安装了protege后打开总显示:ERROR: Bundle org.protege.common [1] Error starting file:/home/xxx/Protege_4.3/bundles/org.protege.common.jar(or...
分类:
其他好文 时间:
2015-06-02 00:06:33
阅读次数:
184
(此文章同时发表在本人微信公众号“dotNET每日精华文章”,欢迎右边二维码来关注。) 众所周知,在ASP.NET MVC中很早就存在一个所谓的“bundling and minification”的特性,那么在ASP.NET 5中,这个特性跑哪里去了?待今天推荐的文章来分解。 在使用ASP.NET...
分类:
Web程序 时间:
2015-05-19 00:44:16
阅读次数:
115
先说datepicker。 github上的地址是:https://github.com/eternicode/bootstrap-datepicker。效果如下:在bundle里面引用添加js 和 css的引用。bundles.Add(new StyleBundle("~/Content/css"...
分类:
其他好文 时间:
2015-05-18 18:41:15
阅读次数:
178
号外
昨天,atom官方更新了atom的版本;
把之前内置到core的核心插件autocomplete替换成autocomplete plus,还做了许多修正,具体看这里
Notable Changes
Atom now bundles Autocomplete Plus and the completion providers for HTML, CSS, Less, Sass, sni...
分类:
其他好文 时间:
2015-05-16 12:03:44
阅读次数:
233
Android中IDE、ADT、SDK、JDK、NDK的解释1. IDE:
Intelligent Development Environm的简称。即智能开发环境。是一种开发工具。常用的IDE有adt-bundles和Android studio。两个都需要配置jdk。2. ADT:
Android Development tools的简称。即Android开发工...
分类:
移动开发 时间:
2015-05-02 16:39:42
阅读次数:
164
1、@Scripts.Render("~/bundles/kindeditor");@Styles.Render("~/Css/") //(加载)引用bundles/kindeditor/kindeditor.js文件 @using System.Web.Optimization2、@Html.Te...
分类:
Web程序 时间:
2015-04-23 19:12:34
阅读次数:
176