- 博客(4)
- 收藏
- 关注
原创 linux常用命令
查看指定进程 ps -ef|grep java|grep -v grep 显示出所有的java进程,去处掉当前的grep进程。 查看端口监听 netstat -nat | grep LISTEN 查找大文件前10 find / -type f -exec du -Sh {} + | sort -rh | head -n 10 ...
2019-11-28 17:17:30
139
原创 Docker部署Redis服务器集群
1. 安装docker(来自官网) 参考:Docker开发环境搭建 2. 从docker库获取redis镜像 docker pull redis 3. 从docker库获取ruby镜像 docker pull ruby 4. 创建redis容器 #在/usr/local/src目录下创建redis-cluster文件夹并在redis-cluster文件夹下创建配置文件redis...
2019-01-15 18:59:30
1064
1
原创 netty-socketio+nginx+redis做socket服务集群
socketio服务器 //集群通过Redis进行数据通道交互,配置如下 Config redissonConfig = new Config(); redissonConfig.useSingleServer().setPassword("xxxxxx").setAddress("http://127.0.0.1:6379"); Rediss...
2018-11-20 09:29:06
9714
3
翻译 eclipse exception:File not found: .\target\m2e-wtp\web-resources\
eclipse exception:File not found: ..\target\m2e-wtp\web-resources\ eclipse exception:File not found: ..\target\m2e-wtp\web-resources\ What is this web resources folder target/m2e-wtp/web-resourc
2016-05-11 16:18:54
7480
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人