码迷,mamicode.com
首页 >  
搜索关键字:.configure    ( 6481个结果
jenkins+gitee+ssh自动化部署
一、准备环境 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
解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.
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
自定义Source sink
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
一.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
IMac 默认host 配置
前段时间不小心改了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
SpringBoot优雅的实现图片返回
废话少说,直接干货: 前提:添加图片转换器 @Configuration public class WebMvcConfig implements WebMvcConfigurer { /** * 增加图片转换器 * @param converters */ @Override public voi ...
分类:编程语言   时间:2020-05-19 18:14:57    阅读次数:145
nested exception is java.lang.NoClassDefFoundError: org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter
项目启动是报错: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.Be ...
分类:移动开发   时间:2020-05-19 10:52:54    阅读次数:63
Linux 错误记录:configure: error: Neither flex nor lex was found.
nmap 报错问题解决configure: error: Neither flex nor lex was found. ...
分类:系统相关   时间:2020-05-19 00:28:07    阅读次数:297
IDEA 2019.3.3 利用补丁激活
说明: 版本: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 : dpkg was interrupted,you must manually run
在ubuntu下安装应用程序的时候总是提示 解决办法输入: sudo dpkg configure a ...
分类:系统相关   时间:2020-05-18 14:22:12    阅读次数:110
6481条   上一页 1 ... 25 26 27 28 29 ... 649 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!