上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: $year = $_POST['year'];$selMonthSql = "SELECT DISTINCT(DATE_FORMAT(时间列,'%m')) as month FROM orders WHERE 时间列 LIKE '%$year%'";$monthRes = getRes($selMo 阅读全文
posted @ 2018-10-19 09:37 LanXiny 阅读(3756) 评论(0) 推荐(0) 编辑
摘要: 源码: 阅读全文
posted @ 2018-10-19 09:26 LanXiny 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 源码: // 多个元素使用','号隔开 阅读全文
posted @ 2018-10-06 16:33 LanXiny 阅读(2452) 评论(0) 推荐(0) 编辑
摘要: //如果是隐藏状态则显示,反之 类似于淡入淡出效果$('body').on('click','.am-cf',function() { $("#collapse-nav").toggle(1000);}); 阅读全文
posted @ 2018-10-04 17:51 LanXiny 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 今天琢磨了一会,但是好像是只能处理俩个字符,可能是不会用 SELECT 字段名,substring_index(字段名,',',1) as one FROM orders WHERE delivery LIKE '%2018-09%' 阅读全文
posted @ 2018-10-04 15:23 LanXiny 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: 首先需要到腾讯开发平台创建一个应用,获取到appid 与 appkey拥有了appid与appkey就可以开始编写源码 源码: 阅读全文
posted @ 2018-10-04 11:19 LanXiny 阅读(2157) 评论(0) 推荐(0) 编辑
摘要: phpqrcode类文件下载,下载地址:https://sourceforge.net/projects/phpqrcode/ 源码: 阅读全文
posted @ 2018-10-04 11:17 LanXiny 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 框架:tp js: php: 阅读全文
posted @ 2018-09-20 16:02 LanXiny 阅读(147) 评论(0) 推荐(0) 编辑
摘要: -webkit-transform:rotate(900deg) <div class="card-box" style="width:100%;"> <table> <tr> <td><img src="<?php echo __IMG__?>timg.jpg" style="width: 40p 阅读全文
posted @ 2018-09-12 14:27 LanXiny 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-11 15:00 LanXiny 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页