上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 63 下一页
  2018年4月9日
摘要: https://www.cnblogs.com/wlays/p/7994393.html 1.NuGet中搜索QRCoder,安装这个插件。 2.创建一个一般处理程序,代码: 3.使用<img src="Handlers/HandlerQRCode.ashx" /> 4.注释 //补充说明:QRCo 阅读全文
posted @ 2018-04-09 10:24 邢帅杰 阅读(996) 评论(0) 推荐(0)
  2018年3月30日
摘要: 错误原因是:在根目录中的Controller中有HomeController,而在Areas中也有一个HomeController,只是他们的命名空间不一样。 这样的话,只需要在对应的路由注册中加入命名空间就好了。 App_Start/RouteConfig.cs中 和 Areas/xxxAreaR 阅读全文
posted @ 2018-03-30 14:59 邢帅杰 阅读(178) 评论(0) 推荐(0)
  2018年3月7日
摘要: 代码: 页面代码我直接copy过来的。有需要的请自己精简一下。bxslider轮播api文档 :http://www.uedsc.com/jquery-bxslider-api.html 注意:这个网页在IOS系统上面不能播放,IOS有防止浪费用户流量的限制,禁止自动播放。还好微信出了个js脚本。 阅读全文
posted @ 2018-03-07 09:48 邢帅杰 阅读(224) 评论(0) 推荐(0)
  2018年3月6日
摘要: .leftbar{ height:100%; overflow:scroll; } /*滚动条样式*/ .leftbar::-webkit-scrollbar { /*滚动条整体样式*/ width: 4px; /*高宽分别对应横竖滚动条的尺寸*/ height: 4px; } .leftbar:: 阅读全文
posted @ 2018-03-06 09:21 邢帅杰 阅读(282) 评论(0) 推荐(0)
  2018年2月9日
摘要: jqueryUI:https://jqueryui.com/ swiper轮播:http://www.swiper.com.cn/usage/swiper4/index.html sweetalert弹窗、拟态弹窗。 bxslider轮播:http://www.uedsc.com/jquery-bx 阅读全文
posted @ 2018-02-09 16:31 邢帅杰 阅读(149) 评论(0) 推荐(0)
  2018年2月8日
摘要: update TableA as a inner join TableB as b on a.order_id=b.order_id set a.last_time='2018-01-01' where b.channel_ordersn='18'; 阅读全文
posted @ 2018-02-08 14:11 邢帅杰 阅读(317) 评论(0) 推荐(0)
  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 邢帅杰 阅读(497) 评论(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 邢帅杰 阅读(314) 评论(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 邢帅杰 阅读(188) 评论(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 邢帅杰 阅读(5749) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 63 下一页