上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: 镜像 pip install pip -U pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 其他 豆瓣(douban) http://pypi.douban.com/simple/ 阿里云 http:/ 阅读全文
posted @ 2020-12-20 14:00 张永峰z 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 插件合集 点击跳转 安装 composer require dh2y/think-qrcode=2.* 使用 /** * [qrcode 生成二维码] * @param string $url 生成地址 * @param object $log 图片 * */ function qrcode($ur 阅读全文
posted @ 2020-12-16 15:01 张永峰z 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 安装 百度盘:https://pan.baidu.com/s/1ia2HEjo2Q5gKBPZWJ5Chzg 密码:v3l0 官方地址:https://getcomposer.org/Composer-Setup.exe 测试 win + r 输入 cmd composer 出现这个就对了,没出现到 阅读全文
posted @ 2020-12-16 14:40 张永峰z 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 直接上代码 <?php /** * Created by PhpStorm. * User: Zhangyongfeng * Date: 2020/12/1 * Time: 11:31 * * ━━━━━━━━━神兽出没━━━━━━━━━ * * ┏┓ ┏┓+ + * ┏┛┻━━━┛┻┓ + + * 阅读全文
posted @ 2020-12-04 17:07 张永峰z 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 插件合集 点击跳转 源地址 https://github.com/helei112g/payment 安装 当前 Payment 项目仅支持 PHP version > 7.0 的版本,并且仅支持通过 composer 进行安装。 需要 PHP 安装以下扩展: - ext-curl - ext-mb 阅读全文
posted @ 2020-12-02 17:19 张永峰z 阅读(1071) 评论(11) 推荐(0) 编辑
摘要: 插件合集 点击跳转 安装 composer require phpmailer/phpmailer 配置 QQ邮箱 --> 设置 --> 账户 --> 往下拉 --> 打开它 直接上代码 <?php /** * Created by PhpStorm. * User: Zhangyongfeng * 阅读全文
posted @ 2020-12-02 15:35 张永峰z 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 基类 在application目录的model中新建Base基类 直接上代码 <?php /** * Created by PhpStorm. * User: Zhangyongfeng * Date: 2020/12/1 * Time: 11:32 * * ━━━━━━━━━神兽出没━━━━━━━ 阅读全文
posted @ 2020-12-02 13:30 张永峰z 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 插件合集 点击跳转 安装 composer require alibabacloud/sdk 后台 <?php /** * Created by PhpStorm. * User: Zhangyongfeng * Date: 2020/11/24 * Time: 13:57 * * ━━━━━━━━ 阅读全文
posted @ 2020-12-02 13:07 张永峰z 阅读(416) 评论(0) 推荐(0) 编辑
摘要: RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /in 阅读全文
posted @ 2020-11-16 09:04 张永峰z 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 安装 在phpstorm中请求一直报错,只能老老实实在项目文件夹cmd了 composer require okcoder/think5-apidoc dev-master 配置 官方文档说会在config目录里自动生成okcoder_doc.php,我的没有,只能自己创建了 <?php /** * 阅读全文
posted @ 2020-11-14 14:23 张永峰z 阅读(1381) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页