摘要: 详见: https://blog.csdn.net/wohiusdashi/article/details/89358071 阅读全文
posted @ 2020-10-22 21:08 kravis 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1. 添加EPEL和REMI存储库 sudo yum install epel-release sudo yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm 2.在CentOS 7上安装PHP 7.4版本 su 阅读全文
posted @ 2020-10-22 20:56 kravis 阅读(845) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; server_name test.wqzsub.com; location / { root /var/www/test; index index.php index.html index.htm; if (!-e $request_filename) { r 阅读全文
posted @ 2020-08-25 11:42 kravis 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 下载地址: https://github.com/apache/dubbo-admin 端口冲突的话直接修改server中的配置文件即可 下载后,进入根目录下执行命令,不需要进入到子文件(server)中执行。 ui的pom.xml的build中添加 <downloadRoot>http://npm 阅读全文
posted @ 2020-04-26 14:38 kravis 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 1.下载官方镜像 2.启动容器 3.查看php-fpm的IP地址 4.修改NGINX配置 nginx容器中的配置文件位置在/etc/nginx/conf.d/default.conf 使用docker命令: 将nginx配置文件拷贝到本地(注:docker容器中没有安装vi/vim). 5. 进入n 阅读全文
posted @ 2018-03-05 11:00 kravis 阅读(947) 评论(0) 推荐(0) 编辑
摘要: 1.打开phpinfo 查看 nts(非线程) 还是 ts (线程),然后查看操作位数 2. 下载对应的版本的php_mongodb.dll 文件 https://pecl.php.net/package/mongodb/1.2.9/windows 3. 把文件解压出来 php_mongodb.dl 阅读全文
posted @ 2017-10-20 17:14 kravis 阅读(2260) 评论(0) 推荐(0) 编辑
摘要: 转自 https://www.kancloud.cn/kancloud/theory-of-mysql-index/41846 http://taop.marchtea.com/03.02.html 阅读全文
posted @ 2017-03-08 15:10 kravis 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 简单使用oh my zsh 安装oh my Zsh curl 下载方式curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh wget下载wget https://raw.github.co 阅读全文
posted @ 2017-01-04 21:47 kravis 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: java下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmles下载地址 :https://www.elastic.co/downloads/elasticsearch 1. 阅读全文
posted @ 2016-08-31 10:27 kravis 阅读(4325) 评论(0) 推荐(0) 编辑
摘要: 从pecl下载的phpredis扩展在make时报错,google了一下,解决办法,因为phpredis 有专门为php7的分支,所以先git clone phpredis下来 参考自:http://blog.webfsd.com/article-195.html 阅读全文
posted @ 2016-08-18 09:53 kravis 阅读(1991) 评论(0) 推荐(1) 编辑