一、准备环境 1,配置maven(MAVEN_HOME) 2,配置jdk(JAVA_HOME)我这里用的jdk1.8.0_121,之前碰到过一次别的版本的jdk在启动tomcat无法解析https情况,如果有这种情况建议更换jdk版本 3,配置git(我这里用的时git)或者svn根据自己需求 4, ...
分类:
其他好文 时间:
2020-05-20 22:48:59
阅读次数:
80
yum install -y epel-releaseyum install -y libmcrypt-devel两个不能一起安装,因为CentOs6默认的yum源没有 libmcrypt-devel这个包,只能借助epel的yum源,所以先安装epel,再安装libmcrypt。————————— ...
分类:
Web程序 时间:
2020-05-20 18:28:56
阅读次数:
64
1 导入pom依赖 2 <dependencies> 3 <dependency> 4 <groupId>org.apache.flume</groupId> 5 <artifactId>flume-ng-core</artifactId> 6 <version>1.7.0</version> 7 ...
分类:
其他好文 时间:
2020-05-20 14:03:09
阅读次数:
60
一.zabbix-server: yum install libxml2-devel net-snmp-devel libevent-devel curl-devel pcre* mariadb-devel php-fpm ./configure --prefix=/usr/local/zabbix ...
分类:
其他好文 时间:
2020-05-20 00:22:44
阅读次数:
87
前段时间不小心改了host 配置,想要还原,以下是默认配置: # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change t ...
分类:
系统相关 时间:
2020-05-19 18:49:21
阅读次数:
78
废话少说,直接干货: 前提:添加图片转换器 @Configuration public class WebMvcConfig implements WebMvcConfigurer { /** * 增加图片转换器 * @param converters */ @Override public voi ...
分类:
编程语言 时间:
2020-05-19 18:14:57
阅读次数:
145
项目启动是报错: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.Be ...
分类:
移动开发 时间:
2020-05-19 10:52:54
阅读次数:
63
nmap 报错问题解决configure: error: Neither flex nor lex was found. ...
分类:
系统相关 时间:
2020-05-19 00:28:07
阅读次数:
297
说明: 版本:ideaIU-2019.3.3.win.zip + 补丁(jetbrains-agent.jar + important.txt) 1,安装IDEA 解压版IDEA安装:将IDEA解压到 D:\Program Files\ideaIU-2019.3.3.win 后,进入 bin 文件夹 ...
分类:
其他好文 时间:
2020-05-18 18:37:19
阅读次数:
406
在ubuntu下安装应用程序的时候总是提示 解决办法输入: sudo dpkg configure a ...
分类:
系统相关 时间:
2020-05-18 14:22:12
阅读次数:
110