会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sharestone
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
2017年6月20日
弹层相对于浏览器窗口(或屏幕)居中
摘要: 三、弹层相对于浏览器窗口(或屏幕)居中: 可将弹层对应的dom作为body第一层子元素,然后给弹层设置样式:
阅读全文
posted @ 2017-06-20 15:23 sharestone
阅读(448)
评论(0)
推荐(0)
2017年6月16日
表单数据批量提交,后台批量接收并保存
摘要: 前台JS代码 后台代码
阅读全文
posted @ 2017-06-16 15:36 sharestone
阅读(3662)
评论(1)
推荐(0)
2017年6月15日
导航中一级导航和二级导航之间的切换
摘要: <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
阅读(1368)
评论(0)
推荐(0)
bootstrap图标字体不出来问题的解决办法
摘要: @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
阅读(939)
评论(0)
推荐(0)
linq 批量修改更新
摘要: 批量修改:var values = Context.Request["values"].JsonDeserialize<Dictionary<string, object>>(); var list = gdc.GetDataSet<Students>().Where(p => querySourc
阅读全文
posted @ 2017-06-15 15:58 sharestone
阅读(2740)
评论(2)
推荐(0)
2017年6月6日
JavaScript对象属性访问的两种方式
摘要: JavaScript对象属性访问的两种方式 object.attribute object["attribute"] 例如: [javascript] view plain copy var employees = [ { "firstName":"Bill" , "lastName":"Gates
阅读全文
posted @ 2017-06-06 14:53 sharestone
阅读(432)
评论(0)
推荐(0)
2017年5月26日
linq中日期格式转换或者比较,程序报错说不支持方法的解决办法
摘要: 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
阅读(1293)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
公告