摘要:
修改了未压缩的js,然后bundles,总出错,郁闷若干天,未果。。。。。。。。。将...min.js改名,原来。。。。。。。。。伟大的微软,太智能了 阅读全文
摘要:
使用系统默认的错误处理方式,可以减少一次重定向访问,并且正常提示了错误信息,并发送了错误码500,但应注意以下问题:一、需要修改web.config 二、如果修改默认的Error.cshtml文件,不使用默认布局页或修改布局页,应引用下列文件 @Styles.Render("~/Content/c... 阅读全文
摘要:
protected void Application_Start(){ ...... //调试时合并文件 //BundleTable.EnableOptimizations = true; //去除无用文件查找路径,添加自己的文件夹 ViewEngines.Engines.Clear(); Vie... 阅读全文
摘要:
1. $("#dg").datagrid("load",{"userName":$("#s_userName").val()}); 数据表的load方法,用于加载数据,后面可以写上参数,格式为:{"参数名":参数值,"":""}中间用逗号分开 2.$("#dlg").dialog("open").d 阅读全文
摘要:
一、显示分页(pagination:true)情况下,隐藏每页显示的记录条数的那个select(即pageList),下图箭头 方法1:onBeforeLoad:function(param){ $('#'+$(this)[0].id).datagrid('getPager').pagination 阅读全文
摘要:
http://blog.csdn.net/aojiancc2/article/details/25395925 阅读全文
摘要:
一、下载文件复制到项目中 二、复制表情文件 三、复制列表图片 四、修改ueditor.config.js文件 五、接着修改net文件下config.json文件 六、完蛋了,不支持IE8,版本替换为了1.4.2,先将就吧 阅读全文
摘要:
@{ ViewBag.Title = "mpie"; } 阅读全文
摘要:
@{ ViewBag.Title = "pie"; } pie 阅读全文
摘要:
series: [ { name: '本期收入', type: 'bar', itemStyle: { normal: { color: 'rgba(193,46,52,1)', label: { show: true, position: 'top' } } ... 阅读全文
摘要:
路过的感觉对你有用的帮忙配下色 :) 阅读全文
摘要:
语法:Object.style.background=background-color background-imagebackground-repeat background-attachment background-position参数描述值background-color设置元素的背景色。c... 阅读全文