上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 40 下一页
摘要: 报错信息 php -r "copy('https://install.phpcomposer.com/installer', 'composer-setup.php');" PHP Warning: copy(): SSL operation failed with code 1. OpenSSL 阅读全文
posted @ 2022-09-20 16:19 zhang_you_wu 阅读(336) 评论(0) 推荐(0)
摘要: git上传仓库时报错 解决方法共两步1、移除git remote rm origin2、再次连接git remote add origin ‘仓库地址’ 完成之后再次重新提交即可。 阅读全文
posted @ 2022-09-13 15:33 zhang_you_wu 阅读(1459) 评论(0) 推荐(0)
摘要: Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/svnrepos/thinkphp/base.php) is not within the allowed path(s): (/www/wwwroot 阅读全文
posted @ 2022-09-13 15:16 zhang_you_wu 阅读(700) 评论(0) 推荐(0)
摘要: 1.如下图 其实很简单。不要盯着红色的看。黄色的也看一下 Do not run Composer as root/super user! See https://getcomposer.org/root for detailsWarning from https://mirrors.aliyun.c 阅读全文
posted @ 2022-08-25 16:56 zhang_you_wu 阅读(787) 评论(0) 推荐(0)
摘要: 找到相关文件PhpSpreadsheet/Style/NumberFormat.php 使用 $spreadsheet->getActiveSheet()->getStyle('A')->getNumberFormat()->setFormatCode('@');//将A设置成文本 @ $sprea 阅读全文
posted @ 2022-08-16 22:30 zhang_you_wu 阅读(703) 评论(0) 推荐(0)
摘要: Git遇到error: Unable to create 'E:/zyw/xm/ssrb_uni_oa_ht/.git/index.lock': File exists. 解决方案: 在 .git 同级目录中找到 index.lock ,删除即可; 或在 .git 同级目录执行 rm -f .git 阅读全文
posted @ 2022-07-28 23:32 zhang_you_wu 阅读(141) 评论(0) 推荐(0)
摘要: 看代码 //判断文件是否存在,存在则删除,不存在则。。。 public function ff(){ $list=Db::name('costpay_file')->where('url','like','/costpay_file/20220622/%')->select(); foreach ( 阅读全文
posted @ 2022-07-18 23:24 zhang_you_wu 阅读(306) 评论(0) 推荐(0)
摘要: 若执行了git commit 想车祸,只需要执行命令 git reset --soft HEAD^ 若执行了git add 后想撤回 直接执行 git reset HEAD git reset HEAD 如果后面什么都不跟的话 就是上一次add 里面的全部撤销了 git reset HEAD XXX 阅读全文
posted @ 2022-07-18 16:12 zhang_you_wu 阅读(27) 评论(0) 推荐(0)
摘要: tp5.0 //值为数字 $id=419; $where[] = ['exp',Db::raw("FIND_IN_SET($id,category)")];//category值为数字,例子:419,415,414 //值为字符串 $id值等于dfd 要注意'引号 $where[] = ['exp' 阅读全文
posted @ 2022-07-12 10:08 zhang_you_wu 阅读(406) 评论(0) 推荐(0)
摘要: 执行指令 composer require qiniu/php-sdk:^7.2 阅读全文
posted @ 2022-07-11 11:34 zhang_you_wu 阅读(105) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 40 下一页