- 博客(8)
- 收藏
- 关注
原创 elasticsearch启动闪退
elasticsearch启动不了,显示jvm是client不是service,按照网上经验帖把jvm配置文件二者的位置改了之后还是闪退。 后来发现是jdk位数问题,之前用32位,换了64位之后就好了
2020-10-25 15:34:05
325
转载 /usr/src/fastdfs-nginx-module/src/common.c:21:25:致命错误:fdfs_define.h:没有那个文件或目录 #include
编译中断。 原因:编译安装nginx的fastdfs插件的头文件没有找到,由于编译nginx时候系统会到/usr/local /include, 而编译安装fastdfs-nginx-module时则默认保存在了/usr/include目录。 修复:ln -s /usr/include/fast* /usr/local/include/ ...
2020-10-22 23:02:45
2532
1
原创 fastdfs安装遇到的坑
安装fastdfs的storage安不上 一、tracker的地址不能写127.0.0.1 二、没有手动创建它配置文件中写的data和log文件夹,需要手动创建,还得一级一级地创建
2020-10-22 17:06:49
423
原创 2020-10-13
如何把RabbitMQ卸载干净 原文转载至:https://blog.csdn.net/w893932747/article/details/81018191 To uninstall RabbitMQ and Erlang from the machine completely, do the following: Open the Windows Control Panel. Double-click Programs and Features. In the list of currently ins
2020-10-13 23:26:07
420
1
原创 docker安装nginx
docker安装nginx下载镜像运行容器 下载镜像 docker pull nginx 运行容器 docker run --name nginx -p 80:80 -d nginx
2020-08-25 16:01:18
144
原创 docker安装rebbitmq
docker安装rebbitmq下载镜像运行镜像登录rabbitmq页面添加交换器添加队列交换器绑定队列 下载镜像 docker pull rabbitmq:3-management 运行镜像 docker run -d -p 5672:5672 -p 15672:15672 --name myrabbitmq rabbitmq:3-management 登录rabbitmq页面 地址栏输入172.20.10.9:15672 弹出的登录页面user:guest password:guest
2020-08-25 14:37:41
259
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅