240 发简信
IP属地:湖南
  • SpringBoot整合mybatis——xml版

    1、pom文件添加依赖 2、修改resources包下的application.properties文件 3、在entity包下新建User类,...

  • Resize,w 360,h 240
    springboot整合CXF

    1、添加依赖 2、创建实体类 3、创建service接口 4、创建接口实现类 5、创建CXF配置类 6、运行springboot主程序 7、页面...

  • Resize,w 360,h 240
    solr入门

    solr安装与测试 1、下载solr http://mirrors.hust.edu.cn/apache/lucene/solr/7.5.0/s...

  • Resize,w 360,h 240
    nginx入门

    一、安装nginx 1、下载nginx http://nginx.org/download/nginx-1.8.1.tar.gz上传到Linux...

  • [ERR] Node 127.0.0.1:6001 is not empty. Either the node already knows other nodes

    redis再次启动报错:[ERR] Node 127.0.0.1:6001 is not empty. Either the node alre...

  • Resize,w 360,h 240
    Reids集群部署

    Redis的安装 下载redis 官网地址:http://redis.io/下载地址:http://download.redis.io/rele...

  • CentOS7使用firewalld打开关闭防火墙与端口

    1、firewalld的基本使用启动: systemctl start firewalld关闭: systemctl stop firewall...

  • redis requires ruby version 2.2.2的解决方案

    做Redis的Cluster集群的时候,在执行gem install redis时,提示如下错误: CentOS7 yum库中ruby的版本支持...