上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 安装Mysql8 1、yum仓库下载MySQL: yum localinstall https://repo.mysql.com//mysql80-community-release-el7-1.noarch.rpm 2、yum安装MySQL: yum install mysql-community 阅读全文
posted @ 2019-05-14 18:50 Jerome27 阅读(1655) 评论(0) 推荐(1)
摘要: In file included from /home/work/php 7.2.6/ext/mysqli/mysqli.c:34:0: /home/work/php 7.2.6/ext/mysqli/php_mysqli_structs.h:42:33: fatal error: ext/mysq 阅读全文
posted @ 2019-05-12 16:40 Jerome27 阅读(1405) 评论(0) 推荐(0)
摘要: 看一下系统指向的文件 ls /usr/bin/php al 找到对应版本的php文件 ls /home/work/study/soft/php/bin/php al 删除老的软连接建立新的软连接 ln s /home/work/study/soft/php/bin/php /usr/bin/php 阅读全文
posted @ 2019-05-10 20:24 Jerome27 阅读(1412) 评论(0) 推荐(0)
摘要: 红色 执行命令:curl sS https://getcomposer.org/installer | php 报错如下 Some settings on your machine make Composer unable to work properly. Make sure that you f 阅读全文
posted @ 2019-05-10 14:20 Jerome27 阅读(2793) 评论(0) 推荐(0)
摘要: cd 可以返回上一次所在的目录 GitHub上克隆Swoole 编译安装: cd swoole yum install php devel phpize 使用pphize生成configure文件 phpize文件在bin目录下 在swoole目录下直接/home/work/soft/php/bin 阅读全文
posted @ 2019-05-09 21:58 Jerome27 阅读(171) 评论(0) 推荐(0)
摘要: tar –xvf file.tar //解压 tar包 tar xzvf file.tar.gz //解压tar.gz tar xjvf file.tar.bz2 //解压 tar.bz2 tar –xZvf file.tar.Z //解压tar.Z unrar e file.rar //解压rar 阅读全文
posted @ 2019-05-09 21:30 Jerome27 阅读(114) 评论(0) 推荐(0)
摘要: #!/bin/bash git clone --recursive https://github.com/Leptune/vim-for-coding.git ~/vim-for-coding cd ~ mv .vim .vimbak &> /dev/null mv .vimrc .vimrcbak 阅读全文
posted @ 2019-04-14 21:23 Jerome27 阅读(87) 评论(0) 推荐(0)
摘要: 安装 Pecl下载Yaf tar zxvf yaf-3.0.8.tgz 解压 $ phpize$ ./configure --with-php-config=/path/to/php-config$ make && make install 最后到php.ini添加 [Yaf]extension=y 阅读全文
posted @ 2019-04-14 21:07 Jerome27 阅读(337) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-04-14 12:32 Jerome27 阅读(261) 评论(0) 推荐(0)
摘要: 服务器Centos7,环境用的是LNMP一键安装 项目从Git上面拉下来后 对这三个函数解禁 proc_open、proc_get_status、passthru 配置Nginx,vhost增加项目的nginx.conf配置,还需检查端口防火墙有没有开启。 执行 composer install 再 阅读全文
posted @ 2019-03-30 18:22 Jerome27 阅读(1039) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页