
asp.net
张东旭12138
这个作者很懒,什么都没留下…
展开
-
.Net Mvc Razor页面中Css选择符@冲突的解决方式
这个问题的解决方式是我电脑卡出来的,emm,感谢电脑?[捂脸],感谢老板~~当使用Css@与Razor中的@冲突,编译器直接按照Razor语法去编译,所以直接报了编译错误:CS0103: The name ‘page’ does not exist in the current context,如图所示:这里为了区分Css中的@和Razor中的@,做了一下区分,即使用Css@时,多加一个@ @@page { size: A4; margin: 0; .原创 2021-08-11 08:23:41 · 789 阅读 · 0 评论 -
Bootstrap Table x-editable 指定某行某列的某一个启用编辑
//获取bootstrap构造器 var BootstrapTable = $.fn.bootstrapTable.Constructor, _initTable = BootstrapTable.prototype.initTable; BootstrapTable.prototype.initTable = function () { var that = this; _initTable.apply(this, Array.prototype.原创 2020-05-27 10:19:58 · 904 阅读 · 1 评论