Toggle navigation
xiaohuasheng
关于我
注册
登录
首页
文章列表
站点上线遇到的问题
2017-10-08 22:51:16
xhs
直接把配置文件main-local.php放到git exclude里,但没有把main.php没有的配置拷贝过去, 导致数据库链接失败 直接删了两个引用l...
上线要点
评论(0)
bash support 快捷键
2019-02-02 15:43:33
xhs
\sc – case in … esac (n, i) \sei – elif then (n, i) \sf – for in do done (n, i, v) \sfo – for ((…)) do ...
bash
评论(0)
常用网站
2018-04-23 17:57:38
xhs
Linux镜像或虚拟机下载 curl 转 php
常用网站
评论(0)
git 公钥登录 Authentication refused: bad ownership or modes for file /home/git/.ssh/authorized_keys
2019-03-10 21:28:45
xhs
Authentication refused: bad ownership or modes for file /home/git/.ssh/authorized_keys > chmod g-w /home/...
git
,
ssh
评论(0)
nginx403问题
2019-08-28 20:01:45
xhs
nginx root 配置有问题 #root /var/www/utils; root /var/www/utils/frontend/web/; 接着又是file not fo...
nginx
,
403
评论(0)
bat脚本
2018-10-24 09:31:41
xhs
注意字符编码问题,用vim创建的文本,写完后改文件后缀为bat,运行不了,右键编辑时是空白的,要用windows的编辑器编辑 #一个简单调用php的脚本 C: cd C:\Users\WATSON.ZENG...
bat
评论(0)
vim 宏录制
2018-12-06 08:56:40
xhs
例子:删除每一行前面的分号 下面是在vim中的按键 esc qa //a是寄存器 0 x j q //录制完成退出 @a //执行宏 10@a //重复执行10次宏
vim
,
宏
评论(0)
查软件安装目录, mysql
2019-08-16 10:19:23
xhs
rpm -qa | grep mysql 得到 mysql-community-server-5.7.27-1.el7.x86_64 rpm -ql mysql-community-server-5.7.27...
mysql
,
安装目录
评论(0)
pr遮罩
2018-11-09 21:27:29
xhs
https://jingyan.baidu.com/album/295430f194424e0c7e005013.html 关键一步 查中英文对照找到了遮罩的英文名 matte ,在channel那里 最后...
pr
评论(0)
centos7安装django
2019-06-28 15:17:56
xhs
yum install python36 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python36 get-pip.py ...
django
,
python
,
安装
评论(0)
上一页
3
4
5
6
7
8
9
10
11
12
下一页
搜索
标签云
Linux
PHP
centos
composer
docker
elasticsearch
es
git
java
logstash
mysql
nginx
python
sql
vim
virtualbox
windows
学车
弹琴
随想
最新回复
补充: chmod 755 libevent.so
weixi_member
《
常用的Linux命令
》