摘要: Linux下安装rabbitMq必须有Erlang环境------>>>Linux下安装Erlang一、安装rabbitMq# cd /usr/local/# yum install -y xz# wget http://www.rab... 阅读全文
posted @ 2019-03-07 09:26 試毅-思伟 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Linux下安装Erlang一、升级openssl# cd /usr/local/# wget http://www.openssl.org/source/openssl-1.0.1s.tar.gz# tar -zxvf openssl... 阅读全文
posted @ 2019-03-01 16:51 試毅-思伟 阅读(2542) 评论(0) 推荐(1) 编辑
摘要: 修改Hexo文件夹下的node_modules/hexo-generator-index/lib/generator.js需要添加的代码:posts.data = posts.data.sort(function(a, b) { ... 阅读全文
posted @ 2019-02-25 11:40 試毅-思伟 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 在idea的安装目录下的bin/idea.exe.vmoptions文件和idea64.exe.vmoptions文件的末尾另起一行添加-Dfile.encoding=UTF-8 阅读全文
posted @ 2019-02-18 14:01 試毅-思伟 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1、IDEA 配置svn提交svn报错:1.1、下载:https://www.visualsvn.com/downloads/1.2、修改IDEA配置指向的路径:2、IDEA 设置 Tab 键为 4 个空格Scheme 选择 Proje... 阅读全文
posted @ 2019-01-23 10:33 試毅-思伟 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 一、安装Node.js环境# cd /usr/local# wget https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz# yum install -y xz# x... 阅读全文
posted @ 2018-08-21 16:03 試毅-思伟 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 一、ElasticSearch5.2.2 安装1、检查 JDK版本(必须使用jdk1.8版本)# java -version2、初始化环境# service iptables status# service iptables stop#... 阅读全文
posted @ 2018-08-21 11:44 試毅-思伟 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1、Spring Boot 2.0 要求Java 版本必须8以上2、配置属性的重定位Old propertyNew propertyserver.context-pathserver.servlet.context-pathserver... 阅读全文
posted @ 2018-08-21 10:43 試毅-思伟 阅读(176) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 2.0.0.RELEASE版本后更新yml写法:server: servlet: context-path: /exampleproperties写法:server.servlet.contex... 阅读全文
posted @ 2018-08-17 15:29 試毅-思伟 阅读(3010) 评论(0) 推荐(0) 编辑
摘要: 一、Linux下Tomcat指定JDK# vim bin/setclasspath.sh在脚本开头的地方指定JAVA_HOME和JRE_HOMEexport JAVA_HOME=/usr/local/jdk1.8.0_40export ... 阅读全文
posted @ 2018-08-06 17:57 試毅-思伟 阅读(1614) 评论(0) 推荐(0) 编辑