上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 60 下一页
  2018年4月28日
摘要: unity3d: https://www.coursera.org/courses?query=unity%203d&userQuery=unity%203d https://www.zhihu.com/question/21602985 http://www.xuanyusong.com/ 微信小 阅读全文
posted @ 2018-04-28 14:46 邢帅杰 阅读(86) 评论(0) 推荐(0) 编辑
  2018年4月23日
摘要: 代码: 阅读全文
posted @ 2018-04-23 14:27 邢帅杰 阅读(745) 评论(0) 推荐(0) 编辑
  2018年4月19日
摘要: 滚动到一定高度: // 滚动到底部 阅读全文
posted @ 2018-04-19 10:30 邢帅杰 阅读(142) 评论(0) 推荐(0) 编辑
  2018年4月10日
摘要: 工具--选项--调试--常规--启用asp.net的JavaScript调试(chrome和ie)去掉勾选 阅读全文
posted @ 2018-04-10 14:26 邢帅杰 阅读(278) 评论(0) 推荐(0) 编辑
  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 邢帅杰 阅读(842) 评论(0) 推荐(0) 编辑
  2018年3月30日
摘要: 错误原因是:在根目录中的Controller中有HomeController,而在Areas中也有一个HomeController,只是他们的命名空间不一样。 这样的话,只需要在对应的路由注册中加入命名空间就好了。 App_Start/RouteConfig.cs中 和 Areas/xxxAreaR 阅读全文
posted @ 2018-03-30 14:59 邢帅杰 阅读(164) 评论(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 邢帅杰 阅读(216) 评论(0) 推荐(0) 编辑
  2018年3月6日
摘要: .leftbar{ height:100%; overflow:scroll; } /*滚动条样式*/ .leftbar::-webkit-scrollbar { /*滚动条整体样式*/ width: 4px; /*高宽分别对应横竖滚动条的尺寸*/ height: 4px; } .leftbar:: 阅读全文
posted @ 2018-03-06 09:21 邢帅杰 阅读(270) 评论(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 邢帅杰 阅读(138) 评论(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 邢帅杰 阅读(269) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 60 下一页