上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 125 下一页
摘要: ``` php my_script.php php -f my_script.php 阅读全文
posted @ 2021-01-29 16:14 盘思动 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 找到使用着的phpmyadmin 路径 zb@zbdeMacBook-Pro libraries % pwd /Users/zb/www/phpmyadmin/libraries/config.default.php 打开 config.default.php $cfg['LoginCookieVa 阅读全文
posted @ 2021-01-29 14:51 盘思动 阅读(130) 评论(0) 推荐(0) 编辑
摘要: m1 芯片安装,直接安装也安装成功了,但再安装下面的mysql就有问题 安装了路径调整下才可以成功安装mysql的 先FQ,brew有很多都是从境外拉取资源的,FQ比较快; 快连有免费3天的 FQ软件; https://d132o2ux0nuv2m.cloudfront.net/landing/ze 阅读全文
posted @ 2021-01-29 14:39 盘思动 阅读(3087) 评论(0) 推荐(0) 编辑
摘要: mac部署php环境 最近才入手了macbook pro m1芯片系列的,发现环境配置和之前的不同,很多不兼容芯片,brew安装路径也需要更改,带来了环境很多路径不一致的问题;好在能避开的都避开了. https://www.jianshu.com/p/8d0b42470679 不是m1芯片的都可以安 阅读全文
posted @ 2021-01-29 14:18 盘思动 阅读(1407) 评论(0) 推荐(0) 编辑
摘要: 使用mac,php开发环境比较特殊,遇到了session 存储读取的问题 如题,PHP启用SESSION后抛 Warning: session_start(): open(/var/lib/php/session_user/sess_d5gn9q7q9qii26ajk2c8ltrefs, O_RDW 阅读全文
posted @ 2021-01-28 17:31 盘思动 阅读(2035) 评论(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 盘思动 阅读(599) 评论(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 盘思动 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 网上通用解决方法的配置如下: server { ... location / { index index.htm index.html index.php; #访问路径的文件不存在则重写URL转交给ThinkPHP处理 if (!-e $request_filename) { rewrite ^/( 阅读全文
posted @ 2021-01-28 16:10 盘思动 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 配置文件: /etc/redis/6379.conf 能"执行命令"的"可执行文件":/etc/init.d/redis_6379 # /etc/init.d/redis_6379 start # /etc/init.d/redis_6379 stop # /etc/init.d/redis_637 阅读全文
posted @ 2021-01-26 14:19 盘思动 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 入口文件调试报错模式 ini_set('display_errors','1'); error_reporting(E_ALL); define('APP_ERROR_HANDLE',false); define('APP_DEBUG',true); 资源包地址 之前把资源包上传到code.taob 阅读全文
posted @ 2021-01-26 11:08 盘思动 阅读(307) 评论(0) 推荐(0) 编辑
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 125 下一页