02 2018 档案
各种插件收集
摘要:jqueryUI:https://jqueryui.com/ swiper轮播:http://www.swiper.com.cn/usage/swiper4/index.html sweetalert弹窗、拟态弹窗。 bxslider轮播:http://www.uedsc.com/jquery-bx
阅读全文
mysql update join 联表更新使用join
摘要: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';
阅读全文