上一页 1 ··· 7 8 9 10 11
摘要: 三、弹层相对于浏览器窗口(或屏幕)居中: 可将弹层对应的dom作为body第一层子元素,然后给弹层设置样式: 阅读全文
posted @ 2017-06-20 15:23 sharestone 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 前台JS代码 后台代码 阅读全文
posted @ 2017-06-16 15:36 sharestone 阅读(3594) 评论(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 阅读(1260) 评论(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 阅读(924) 评论(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 阅读(2667) 评论(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) 编辑
摘要: public void TestMethod1(){using (var _context = new hotelEntities()){var rq = DateTime.Now.Date;var query = from q in _context.UV_RZJL_RZRY_Singlewher 阅读全文
posted @ 2017-05-26 18:09 sharestone 阅读(1269) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11