-
Mac phpstorm读写log的权限
在终端中执行命令:给max系统用户liutao赋予整个项目文件权限,即可成功sudo chown -R 用户 需要授权的路径referencehttps://blog.csdn.net/lxw1844912514/article/details/100028113
26次时间:2021-09-10
-
phpstorm取消首行停止
51次时间:2021-05-08
-
thinkphp5.1的model在什么时候执行的sql
在执行select的时候:
37次时间:2021-04-24
-
phpstorm断点不命中
phpstorm调试时断电不命中,并且提示服务器上找不到映射路径
66次时间:2021-04-22
-
php web page validate debugger
php断点无法命中Validate debugger configuration on web serverInformationspecified url is not reachable,caused by :Connection refused(Connection refused)Validation script was created but it cannot be executed, check possible reasons: Configured Url to v…
236次时间:2021-04-18
-
控制器不存在:app\index\controller\Index
根据项目中使用的功能将语言级别设置为7.1 php为什么要在访问的开始用index,怎么删掉将LoadModule rewrite_module libexec/apache2/mod_rewrite.so前面的#号去掉。<IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond…
69次时间:2021-04-18
-
failed to open stream: Permission denied in
Uncaught think\exception\ErrorException: error_log(/Users/***/Desktop/code/***/runtime/log/202104/18.log) failed to open stream: Permission denied in /Users//Desktop/code//thinkphp/library/think/log/driver/File.php:128Stack trace:#0 [internal function…
150次时间:2021-04-18
-
刘晨:ThinkPHP特性剖析 和TOPThink平台介绍
大家下午好,非常高兴跟大家在这边交流关于ThinkPHP一个技术剖析或者一个介绍。首先在介绍之前我想跟大家说一下这次主题,我们这次主要是关于[url=javascript:;]PHP[/url]特性介绍,这次大会议题是关于一些高性能,负载方面,我主要是把相关的包括一些简单高效特性给大家…
69次时间:2021-04-16
-
thinkphp6中的find的参数是怎么用的?
看很多demo发现,它传整数,但是并不知道它到底是怎么个意思?实际上就是所检索内容的主键,看下对应的源码就知道了。public function parsePkWhere($data): void{ $pk = $this->getPk(); if (is_string($pk)) { // 获取数据表 if (empty($this-&…
55次时间:2021-04-11
-
phpstorm断点不命中
XDEBUG_SESSION_STAET=**** 怎么设置?只有localhost/?XDEBUG_SESSION_STAET=****可以,价格别的参数就不行了
22次时间:2021-03-28
-
fatal error php.h
In file included from /Users/sxf/Downloads/swoole-src/swoole.c:19:./php_swoole.h:22:10: fatal error: ‘php.h’ file not found#include “php.h”^1 error generated.make: *** [swoole.lo] Error 1sudo ln -s /Applications/Xcode.app/Contents/Developer/Platfo…
59次时间:2021-03-27
-
Call to a member function select() on array
不用Db::query()->select()->......直接使用Db::query()便可以了
49次时间:2021-03-18