上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页
摘要: https://github.com/happyfish100/fastdfs/wiki 阅读全文
posted @ 2019-07-12 13:33 雷神约 阅读(163) 评论(0) 推荐(0)
摘要: /** * 发送消息 * @param user */@RequestMapping(value = prefix+"/setRabbitMessage", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_UTF8 阅读全文
posted @ 2019-07-12 10:28 雷神约 阅读(320) 评论(0) 推荐(0)
摘要: package com.jd.ng.shiro.config.rabbitMQconfig;import com.jd.ng.shiro.rabbitMqListener.SimpleMessageListener;import org.springframework.amqp.core.*;imp 阅读全文
posted @ 2019-07-12 10:02 雷神约 阅读(497) 评论(0) 推荐(0)
摘要: package com.lgmall.search;import com.lgmall.search.esEntity.Article;import com.lgmall.search.esEntity.Movie;import io.searchbox.client.JestClient;impo 阅读全文
posted @ 2019-07-08 16:38 雷神约 阅读(631) 评论(0) 推荐(0)
摘要: Products Cloud Services Customers Learn downloads Products Cloud Services Customers Learn downloads Products Cloud Services Customers Learn downloads 阅读全文
posted @ 2019-07-03 10:11 雷神约 阅读(448) 评论(0) 推荐(0)
摘要: elasticsearch启动常见错误 问题出现环境,OS版本:CentOS-7-x86_64-Minimal-1708;ES版本:elasticsearch-6.2.2。 1、max file descriptors [4096] for elasticsearch process is too 阅读全文
posted @ 2019-07-03 10:03 雷神约 阅读(308) 评论(0) 推荐(0)
摘要: useradd和adduser的区别 添加用户:useradd -m 用户名 然后设置密码 passwd 用户名 删除用户:userdel -r 用户名 1. 在root权限下,useradd只是创建了一个用户名,如 (useradd +用户名 ),它并没有在/home目录下创建同名文件夹,也没有创 阅读全文
posted @ 2019-07-02 09:40 雷神约 阅读(675) 评论(0) 推荐(0)
摘要: package com.jd.ng.shiro.controller;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.beans.factory.annotation.Autowire 阅读全文
posted @ 2019-07-01 10:34 雷神约 阅读(610) 评论(0) 推荐(0)
摘要: 使用rabbitctl添加用户 第一、添加mq用户并设置密码 root@live-mq-01:~ # rabbitmqctl add_user mq 123456 1 root@live-mq-01:~ # rabbitmqctl add_user mq 123456 root@live-mq-01 阅读全文
posted @ 2019-06-28 13:26 雷神约 阅读(1198) 评论(0) 推荐(0)
摘要: package com.zledu.commonentity.entity;import lombok.AllArgsConstructor;import lombok.Data;import java.io.Serializable;import java.util.List;/** * @Aut 阅读全文
posted @ 2019-06-27 09:18 雷神约 阅读(760) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页