posts - 609,  comments - 13,  views - 64万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
01 2018 档案
jqPaginator分页(每次只取一页数据)
摘要:应用技术点:jqPaginator、template7、bootstrap.css 参考网址: jqPaginator:http://jqpaginator.keenwon.com/#a3 template7:http://idangero.us/template7/#.Wm6t1fmWaUk te 阅读全文
posted @ 2018-01-29 13:18 邢帅杰 阅读(490) 评论(0) 推荐(0) 编辑
css背景图充满屏幕
摘要:代码: body { /* 加载背景图 */ background: url(resource/inv_bg.png); /* 背景图不平铺 */background-repeat: no-repeat; /* 背景图垂直、水平均居中 */ background-position: center c 阅读全文
posted @ 2018-01-26 10:49 邢帅杰 阅读(304) 评论(0) 推荐(0) 编辑
Linq使用group by
摘要:代码: 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 邢帅杰 阅读(179) 评论(0) 推荐(0) 编辑
C#中DllImport用法
摘要: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 邢帅杰 阅读(5735) 评论(0) 推荐(0) 编辑
mysql分组后将未分组的列合并成行GROUP BY,GROUP_CONCAT
摘要:今天遇到一个问题,消息通知可以同时发送给多个班级,而查询消息通知的时候并不需要根据班级分组,如何把多个班级的名称合并成一行数据追加到消息通知的后面呢 然后就发现了 group_concat: 结果就是这样了 1 test data!!! 0 2017-10-10 00:00:00 小太阳班,小山羊班 阅读全文
posted @ 2018-01-11 10:52 邢帅杰 阅读(369) 评论(0) 推荐(0) 编辑

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