上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页
摘要: 参考:https://blog.csdn.net/dc_726/article/details/42784317 创建一条测试 数据 查询 (默认是 DB 0 ) 创建: set name xiaoming 查询: get name 1、模糊搜索查询 (redis 默认有16个DB , 0-15 ) 阅读全文
posted @ 2020-08-27 18:39 1O(∩_∩)O1 阅读(2118) 评论(0) 推荐(0) 编辑
摘要: 使用tp,group和count无法得到想要的sql语句。 M('Report')->group('begin')->where($term)->count(); SELECT COUNT(*) AS tp_count FROM `qdb_report` WHERE ( `type` = 1 ) A 阅读全文
posted @ 2020-08-17 09:58 1O(∩_∩)O1 阅读(1849) 评论(0) 推荐(0) 编辑
摘要: 经常用的前端操作: 1、创建编辑器 UE.getEditor('editor', { initialFrameWidth:"100%" //初始化选项 }) 精简版 UE.getEditor('editor') 2、删除编辑器 UE.getEditor('editor').destroy(); 3、 阅读全文
posted @ 2020-08-15 11:06 1O(∩_∩)O1 阅读(922) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.csdn.net/immortalzz/article/details/81479819 事情通知: 1.你最好检验你平时上传oss的方法可行,因为网上的案例的oss方法不是通用的。 2.修改你平时上传oss时调用的$ossClient->uploadFile()的第 阅读全文
posted @ 2020-08-14 18:14 1O(∩_∩)O1 阅读(620) 评论(0) 推荐(1) 编辑
摘要: 来源:https://blog.csdn.net/qq_23564667/article/details/107524645 在做项目中,由于使用的是thinkphp5.1框架,使用tcpdf生成的pdf文件在浏览器里显示输出文件流字符串;这个问题只要:关闭调试模式即可 在ThinkPHP5.1上使 阅读全文
posted @ 2020-08-11 15:54 1O(∩_∩)O1 阅读(965) 评论(0) 推荐(0) 编辑
摘要: function down_file($url,$type='application/zip'){ header("Cache-Control: public"); header("Content-Description: File Transfer"); header('Content-dispo 阅读全文
posted @ 2020-07-27 15:28 1O(∩_∩)O1 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/ivy-zheng/p/12614002.html https://blog.csdn.net/weixin_42390015/article/details/104060207 下载地址:http://mirrors.163.com/cygw 阅读全文
posted @ 2020-07-21 13:56 1O(∩_∩)O1 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 本文地址: https://www.laruence.com/2020/07/13/6033.html PHP8 alpha2发布了,最近引入了一个新的关键字:match, 这个关键字的作用跟switch有点类似。 虽然我一般对语法糖无感,但这个我觉得还是有点意思,match这个词也挺好看,那么它是 阅读全文
posted @ 2020-07-21 10:01 1O(∩_∩)O1 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/qq_39666838/article/details/81947225 https://zhidao.baidu.com/question/178447697.html https://www.cnblogs.com/lxwphp/p/77312 阅读全文
posted @ 2020-05-29 09:48 1O(∩_∩)O1 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Guzzle是一款php请求客户端,他已经帮你封装了你需要的各种各样的场景,你只要只用即可。 开发手册:https://guzzle-cn.readthedocs.io/zh_CN/latest/overview.html#installation 阅读全文
posted @ 2020-05-29 01:14 1O(∩_∩)O1 阅读(595) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页