1.安装netbians依赖jdk7 ,所以第一步是 apt-get installopenjdk-7-jre2.安装netbians 通过wgethttp://dlc.sun.com.edgesuite.net/netbeans/8.0/final/bundles/netbeans-8.0-php...
分类:
Web程序 时间:
2014-06-21 08:25:43
阅读次数:
239
1. 使用NuGet安装dotless2. 在BundleConfig中配置var less = new Bundle("~/bundles/less").Include("~/Content/less/global.less");less.Transforms.Add(new LessTransf...
分类:
Web程序 时间:
2014-06-14 19:08:20
阅读次数:
328
当使用Mvc.net创建Create表单后,firebug Create页面会出现404
Not Found -
http://192.168.3.95:7001/bundles/jqueryval"的错误。检查Create.cshtml会发现在底部有这段代码:@section
Scripts { ...
分类:
Web程序 时间:
2014-05-26 12:09:40
阅读次数:
264
以jQuery Mobile为例。当我们用nuget添加jQuery
Mobile的package后,需要在项目中引用jQuery
Mobile。传统的做法是在html页面上添加和不过在MVC.Net里我们可以用Scripts.Render和Styles.Render来实现。1.
在_layout....
分类:
Web程序 时间:
2014-05-24 09:29:21
阅读次数:
270
ckeditor
在mvc4发布后出现无法显示的情况,使用js控制台发现ckeditor.js调用其它js文件的路径出错,找不到那些文件。错误的是:bundles.Add(new
ScriptBundle("~/bundles/ckeditor").Include("~/Scripts/ckedit...
分类:
Web程序 时间:
2014-05-19 19:19:09
阅读次数:
346
Bundles用于打包CSS和javascript脚本文件,优化对它们的组织管理。显示模式则允许我们为不同的设备显示不同的视图。默认脚本库在VS创建一个MVC工程,VS会为我们在scripts目录下添加很多脚本库,下面来简单了解下这些脚本库的作用:脚本文件说明jquery-1.7.1.jsjquer...
分类:
Web程序 时间:
2014-05-09 11:13:56
阅读次数:
429
bundles.Add(new
ScriptBundle("~/bundles/jquery").Include(//"~/Scripts/modernizr-2.6.2.js",
"~/Scripts/jquery-1.8.0....
分类:
Web程序 时间:
2014-04-29 22:46:01
阅读次数:
618