上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 60 下一页
  2018年1月29日
摘要: 应用技术点:jqPaginator、template7、bootstrap.css 参考网址: jqPaginator:http://jqpaginator.keenwon.com/#a3 template7:http://idangero.us/template7/#.Wm6t1fmWaUk te 阅读全文
posted @ 2018-01-29 13:18 邢帅杰 阅读(489) 评论(0) 推荐(0) 编辑
  2018年1月26日
摘要: 代码: body { /* 加载背景图 */ background: url(resource/inv_bg.png); /* 背景图不平铺 */background-repeat: no-repeat; /* 背景图垂直、水平均居中 */ background-position: center c 阅读全文
posted @ 2018-01-26 10:49 邢帅杰 阅读(303) 评论(0) 推荐(0) 编辑
  2018年1月19日
摘要: 代码: DataTable dt = ClassWorkInfoBLL.GetStuWorkList(UserID, PageIndex, PageSize); var data = from item in dt.AsEnumerable() group item by new { t1 = it 阅读全文
posted @ 2018-01-19 15:59 邢帅杰 阅读(178) 评论(0) 推荐(0) 编辑
  2018年1月16日
摘要: http://blog.csdn.net/u011981242/article/details/52622923 http://www.jb51.net/article/46384.htm 读取身份证:https://www.cnblogs.com/softcg/p/6510984.html 析构函 阅读全文
posted @ 2018-01-16 16:54 邢帅杰 阅读(5733) 评论(0) 推荐(0) 编辑
  2018年1月11日
摘要: 今天遇到一个问题,消息通知可以同时发送给多个班级,而查询消息通知的时候并不需要根据班级分组,如何把多个班级的名称合并成一行数据追加到消息通知的后面呢 然后就发现了 group_concat: 结果就是这样了 1 test data!!! 0 2017-10-10 00:00:00 小太阳班,小山羊班 阅读全文
posted @ 2018-01-11 10:52 邢帅杰 阅读(365) 评论(0) 推荐(0) 编辑
  2017年12月20日
摘要: 1.建立MVC项目》NuGet安装EF 2.建立模型: 模型需要引用命名空间: using System.ComponentModel.DataAnnotations;using System.ComponentModel.DataAnnotations.Schema; 3.建立数据库类 DbCon 阅读全文
posted @ 2017-12-20 10:35 邢帅杰 阅读(208) 评论(0) 推荐(0) 编辑
  2017年12月14日
摘要: 第一步:修改web.config配置 在 <system.web>节点下加入配置:未登录的用户跳转到/Home/Login,登录后跳转到/Home/UserCenter,登录后票证记录到cookie,cookie超时时间2880分钟。<allow users="?" />是允许匿名访问的意思。 fo 阅读全文
posted @ 2017-12-14 09:40 邢帅杰 阅读(283) 评论(0) 推荐(0) 编辑
  2017年12月7日
摘要: 代码: 阅读全文
posted @ 2017-12-07 17:57 邢帅杰 阅读(210) 评论(0) 推荐(0) 编辑
  2017年11月30日
摘要: 代码 阅读全文
posted @ 2017-11-30 17:37 邢帅杰 阅读(7743) 评论(0) 推荐(1) 编辑
摘要: 获得对象所有属性的值的拼接 /// <summary> /// 获得对象所有属性的值的拼接 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="t"></param> /// <returns></returns> 阅读全文
posted @ 2017-11-30 10:47 邢帅杰 阅读(1185) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 60 下一页