Toggle navigation
xiaohuasheng
关于我
注册
登录
首页
文章列表
ubuntu18安装composer
2018-09-30 09:45:55
xhs
sudo apt update sudo apt install curl php-cli php-mbstring git unzip 失败了 php -v 因为我装的是php7.3,,所以装php的扩...
ubuntu
,
composer
评论(0)
php报错Unable to create lock file: Bad file descriptor (9)
2018-10-09 21:45:38
xhs
Tue Oct 9 21:44:29 2018 (23730): Fatal Error Unable to create lock file: Bad file descriptor (9) 原因: tm...
php
评论(0)
php-fpm和nginx的reload、restart的区别
2018-04-20 21:39:57
xhs
php-fpm和nginx的 reload、restart的区别 reload ...
nginx
,
php-fpm
评论(0)
常用的Linux命令
2017-10-08 00:12:35
xhs
常用的Linux命令,备查,欢迎在评论区与我分享! # 上传文件 rz -bey # 清理磁盘 du -h --max-depth=1 # 磁盘是否满了 df -hl # 去掉环境变量 unset...
Linux
评论(1)
openresty重启失败
2019-03-20 11:21:03
xhs
[root@to8to nginx]# systemctl status openresty.service ● openresty.service - SYSV: OpenResty is a scalabl...
openresty
,
nginx
评论(0)
ubuntu18 php7.3 安装symfony4.1
2018-10-15 08:53:38
xhs
xhs@xhs:~$ sudo composer create-project symfony/website-skeleton symfony_web [sudo] password for xhs: D...
symfony
评论(0)
常用vim命令
2018-06-22 09:27:51
xhs
# 如果是想把光标所在行置于屏幕中央,是 zz。它不移动光标,而是重绘屏幕,以使光标所在行位于屏幕中间位置。 # 水平和垂直分割打开多个文件 vim -o vim -O // 垂直 # 模式匹配 :%s/...
vim
评论(0)
AttributeError: module 'threading' has no attribute 'Thread'
2019-05-18 14:24:00
xhs
运行报错 AttributeError: module 'threading' has no attribute 'Thread' 原来是我的文件名叫做threading.py,所以import的就是本文件 ...
python3
评论(0)
debian安装openrestry
2018-05-29 20:54:23
xhs
apt-get install libpcre3-dev libssl-dev perl make build-essential curl cd /root/openresty-1.13.6.2 ....
nginx
评论(0)
docker学习笔记
2018-07-13 15:56:32
xhs
docker run ubuntu echo hello docker docker pull nginx #本地的8080端口映射到容器的80端口 docker run -p 8080:80 -d ngi...
docker
评论(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
搜索
标签云
Linux
PHP
centos
composer
docker
elasticsearch
es
git
java
logstash
mysql
nginx
python
sql
virtualbox
windows
学车
弹琴
情信
随想
最新回复
补充: chmod 755 libevent.so
weixi_member
《
常用的Linux命令
》