06 2017 档案

摘要:在bootstrap中的bootstrap table 插件在多语言切换的审核,只需要如下操作 引入bootstrap-table-locale-all.js文件 $('#Grid').bootstrapTable({ locale: "zh-CN" }); 或者直接引用相应的本地化js文件,如bo 阅读全文
posted @ 2017-06-30 17:27 sharestone 阅读(2830) 评论(0) 推荐(0) 编辑
摘要:三、弹层相对于浏览器窗口(或屏幕)居中: 可将弹层对应的dom作为body第一层子元素,然后给弹层设置样式: 阅读全文
posted @ 2017-06-20 15:23 sharestone 阅读(441) 评论(0) 推荐(0) 编辑
摘要:前台JS代码 后台代码 阅读全文
posted @ 2017-06-16 15:36 sharestone 阅读(3626) 评论(1) 推荐(0) 编辑
摘要:<h3>学籍系统</h3> <ul> <li><a href="/Student/LeaveList.aspx">请假信息</a></li> </ul> <h3>实验管理系统</h3> <ul> <li><a href="/Student/Laboratory/LeaveList.aspx">借出设 阅读全文
posted @ 2017-06-15 19:56 sharestone 阅读(1320) 评论(0) 推荐(0) 编辑
摘要:@font-face { font-family: 'Glyphicons Halflings'; src: url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('/Scripts/bootstrap/ 阅读全文
posted @ 2017-06-15 19:53 sharestone 阅读(928) 评论(0) 推荐(0) 编辑
摘要:批量修改:var values = Context.Request["values"].JsonDeserialize<Dictionary<string, object>>(); var list = gdc.GetDataSet<Students>().Where(p => querySourc 阅读全文
posted @ 2017-06-15 15:58 sharestone 阅读(2683) 评论(2) 推荐(0) 编辑
摘要:JavaScript对象属性访问的两种方式 object.attribute object["attribute"] 例如: [javascript] view plain copy var employees = [ { "firstName":"Bill" , "lastName":"Gates 阅读全文
posted @ 2017-06-06 14:53 sharestone 阅读(423) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示