Toggle navigation
xiaohuasheng
关于我
注册
登录
首页
文章列表
windows知识
2019-03-25 09:20:10
xhs
win+r运行, 管理服务 services.msc
windows
评论(0)
ssh免密登录
2018-04-29 14:15:04
xhs
生成自己电脑的公钥,我是用git的 ssh-keygen 命令生成的 登录服务器 上传公钥 C:\Users\xhs\.ssh\id_rsa.pub 把公钥内容写入 /home/git/....
ssh
评论(0)
安装 es head
2019-04-09 16:28:33
xhs
git clone git://github.com/mobz/elasticsearch-head.git cd elasticsearch-head 在windows的cmd窗口运行 npm ins...
es
,
head
,
phantomjs
评论(0)
telnet: connect to address 192.168.0.3: No route to host
2019-06-04 15:45:21
xhs
iptables -F
linux
,
telnet
评论(0)
pr 压缩视频
2019-03-24 22:40:45
xhs
比特率-》CBR-》比特率选4
pr
评论(0)
git fetch 和 pull 区别
2019-05-14 15:06:12
xhs
git pull == git fetch + git merge git fetch origin master git log -p master..origin/master git merge or...
git
评论(0)
开车总结
2018-11-25 17:25:44
xhs
倒车,注意车的方向,注意后视镜,不要迷信雷达,不要对抗雷达 路口,注意后方来车,不要急着汇入车流(上次把后面的客车逼停了) 路上,提前变道,动方向前先看后视镜 事故处理,先救人,再报保险
开车
评论(0)
git报错及解决
2019-07-10 10:04:46
xhs
git diff --name-status master 5803a9f7baf2043c911000d1d31694f0a7ffa2d6 fatal: ambiguous argument 'maste...
git
评论(0)
php-fpm重启
2019-06-05 19:52:36
xhs
sudo kill -INT `cat /usr/local/php-7.1.7/var/run/php-fpm.pid` sudo /usr/local/php-7.1.7/sbin/php-fpm -c...
php
,
fpm
,
重启
评论(0)
监听文件变化
2019-06-27 22:25:45
xhs
import pyinotify wm = pyinotify.WatchManager() notifier = pyinotify.Notifier(wm) wm.add_watch('/tmp/'...
监听
,
python
,
文件变化
评论(0)
上一页
4
5
6
7
8
9
10
11
12
13
下一页
搜索
标签云
Linux
PHP
centos
composer
docker
elasticsearch
es
git
java
logstash
mysql
nginx
python
sql
vim
virtualbox
windows
学车
弹琴
随想
最新回复
补充: chmod 755 libevent.so
weixi_member
《
常用的Linux命令
》