摘要:
unity3d: https://www.coursera.org/courses?query=unity%203d&userQuery=unity%203d https://www.zhihu.com/question/21602985 http://www.xuanyusong.com/ 微信小 阅读全文
摘要:
滚动到一定高度: // 滚动到底部 阅读全文
摘要:
工具--选项--调试--常规--启用asp.net的JavaScript调试(chrome和ie)去掉勾选 阅读全文
摘要:
https://www.cnblogs.com/wlays/p/7994393.html 1.NuGet中搜索QRCoder,安装这个插件。 2.创建一个一般处理程序,代码: 3.使用<img src="Handlers/HandlerQRCode.ashx" /> 4.注释 //补充说明:QRCo 阅读全文
摘要:
错误原因是:在根目录中的Controller中有HomeController,而在Areas中也有一个HomeController,只是他们的命名空间不一样。 这样的话,只需要在对应的路由注册中加入命名空间就好了。 App_Start/RouteConfig.cs中 和 Areas/xxxAreaR 阅读全文
摘要:
代码: 页面代码我直接copy过来的。有需要的请自己精简一下。bxslider轮播api文档 :http://www.uedsc.com/jquery-bxslider-api.html 注意:这个网页在IOS系统上面不能播放,IOS有防止浪费用户流量的限制,禁止自动播放。还好微信出了个js脚本。 阅读全文
摘要:
.leftbar{ height:100%; overflow:scroll; } /*滚动条样式*/ .leftbar::-webkit-scrollbar { /*滚动条整体样式*/ width: 4px; /*高宽分别对应横竖滚动条的尺寸*/ height: 4px; } .leftbar:: 阅读全文
摘要:
jqueryUI:https://jqueryui.com/ swiper轮播:http://www.swiper.com.cn/usage/swiper4/index.html sweetalert弹窗、拟态弹窗。 bxslider轮播:http://www.uedsc.com/jquery-bx 阅读全文
摘要:
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'; 阅读全文