摘要:
使用mac,php开发环境比较特殊,遇到了session 存储读取的问题 如题,PHP启用SESSION后抛 Warning: session_start(): open(/var/lib/php/session_user/sess_d5gn9q7q9qii26ajk2c8ltrefs, O_RDW 阅读全文
posted @ 2021-01-28 17:31
盘思动
阅读(2227)
评论(0)
推荐(0)
摘要:
zb@zbdeMacBook-Pro 7.1 % brew services stop php@7.1 Stopping `php@7.1`... (might take a while) ==> Successfully stopped `php@7.1` (label: homebrew.mxc 阅读全文
posted @ 2021-01-28 17:20
盘思动
阅读(655)
评论(0)
推荐(0)
摘要:
打开终端,cd到home路径 cd ~ 编辑.bash_profile文件 vim .bash_profile 添加以下代码 alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' 然后source文件 source .bash_profile 到这 阅读全文
posted @ 2021-01-28 16:44
盘思动
阅读(731)
评论(0)
推荐(0)
摘要:
网上通用解决方法的配置如下: server { ... location / { index index.htm index.html index.php; #访问路径的文件不存在则重写URL转交给ThinkPHP处理 if (!-e $request_filename) { rewrite ^/( 阅读全文
posted @ 2021-01-28 16:10
盘思动
阅读(396)
评论(0)
推荐(0)