上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: arclist 标签下使用 [field:global.autoindex/] 默认从1开始 {dede:arclist row='10' titlelen='48' typeid='1' channelid='1'} 从1开始:[field:global runphp='yes' name=aut 阅读全文
posted @ 2018-01-25 11:43 bubuchu 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 最简便的一个方法,通过js实现。 阅读全文
posted @ 2018-01-15 09:33 bubuchu 阅读(252) 评论(0) 推荐(0) 编辑
摘要: http://www.downfi.com/video http://weibo.iiilab.com/ 阅读全文
posted @ 2018-01-09 18:16 bubuchu 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-06 09:40 bubuchu 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 1. 进入小程序后台 - 设置 - 开发设置 2. 添加业务域名(小程序只支持https) 3. 小程序代码 <web-view src="网址"></web-view> 阅读全文
posted @ 2018-01-04 18:12 bubuchu 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: 1. 下载景安免费证书 https://www.zzidc.com/help/helpDetail?id=555 2.文件解压上传至服务器,位置自己决定 3. 调整apache配置 景安原文链接:https://www.zzidc.com/help/helpDetail?id=555 ① 确保你的a 阅读全文
posted @ 2017-12-25 11:38 bubuchu 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 官方网站:http://echarts.baidu.com 阅读全文
posted @ 2017-12-14 16:43 bubuchu 阅读(233) 评论(0) 推荐(0) 编辑
摘要: %M 月名字(January……December) %W 星期名字(Sunday……Saturday) %D 有英语前缀的月份的日期(1st, 2nd, 3rd, 等等。) %Y 年, 数字, 4 位 %y 年, 数字, 2 位 %a 缩写的星期名字(Sun……Sat) %d 月份中的天数, 数字( 阅读全文
posted @ 2017-12-14 16:40 bubuchu 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 按年汇总,统计:select sum(mymoney) as totalmoney, count(*) as sheets from mytable group by date_format(col, '%Y');按月汇总,统计: select sum(mymoney) as totalmoney, 阅读全文
posted @ 2017-12-14 11:49 bubuchu 阅读(529) 评论(0) 推荐(0) 编辑
摘要: select * from table where field is null 阅读全文
posted @ 2017-12-14 11:45 bubuchu 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页