热部署 1.添加热部署pom依赖 2.在maven插件新增 3.idea下开启自动编译 file=>Settings下 4.组合键:Shift+ALT+Ctrl+/ ,选择“Registry”,回车,找到“complier.automake.allow.when.app.running” 打上勾 5 ...
分类:
编程语言 时间:
2018-06-29 14:19:29
阅读次数:
171
./autogen.sh: 4: autoreconf: not found是在不同版本的 tslib 下执行 autogen.sh 产生。它们产生的原因一样,是因为没有安装automake 工具, (ubuntu 10.04)用下面的命令安装好就可以了。sudo apt-get install a ...
分类:
其他好文 时间:
2018-06-26 20:50:15
阅读次数:
181
Nginx安装 ? 1、安装依赖环境– yum -y install gcc automake autoconf libtool make– yum -y install gcc gcc-c++ pcre-devel openssl openssl-devel? 2、安装pcre、zlib,前者为了 ...
分类:
系统相关 时间:
2018-06-20 13:01:35
阅读次数:
250
快捷键Ctrl + Alt + S打开设置面板,勾选Build project automatically选项: 快捷键Ctrl + Shift + A查找registry命令: 在查找到的registry命令通过鼠标双击或敲回车键,在弹出的面板中搜索关键字automake,找到并勾选compile ...
分类:
其他好文 时间:
2018-06-18 18:14:21
阅读次数:
674
先去官网下载protobuf的源码https://github.com/google/protobuf/releases可以先下载本地,然后上传到虚拟机中我选择的是Source code(tar.gz)?安装依赖包(如果缺少包,可能会报错)yum install -y gcc gcc-c++ autoconf automake libtool curl make g++ un
分类:
编程语言 时间:
2018-06-13 16:33:32
阅读次数:
235
工作原因需要把原JAVA界面移植成QT界面,触摸驱动这个坑填了好久,今天终于搞定了,也怪自己经验不足吧。记录一下忘了以后还可以看看,设置的环境变量都是机器上的,如果需要使用得改改 下载tslib1.4,安装相应要用到的工具 sudo apt-get install automake sudo apt ...
分类:
其他好文 时间:
2018-06-06 22:15:21
阅读次数:
243
下载 https://github.com/LibtraceTeam/libtrace/releases 解压 进入目录 依赖 sudo apt install libpcap0.8-dev -y automake wget ftp://ftp.gnu.org/gnu/automake/automa ...
分类:
其他好文 时间:
2018-06-03 14:40:09
阅读次数:
234
安装Redis的时候报这个错误 原因:未安装gcc 解决方法:安装gcc 自动安装,包括依赖库[root@VM_220_111_centos redis-3.2.9]# yum -y install gcc automake autoconf libtool make ...
分类:
其他好文 时间:
2018-05-26 17:55:07
阅读次数:
467
pom文件中添加 file-》settings-》build,execution,deployment-》Compiler alt + shift + a 搜索 registry 选第一个 弹出框后下拉找到 compiler.automake.allow.when.app.running 勾选上即可 ...
分类:
编程语言 时间:
2018-05-22 16:40:05
阅读次数:
192
Protocol Buffers: $ sudo apt-get install autoconf automake libtool curl make g++ unzip grpc编译环境: $ [sudo] apt-get install build-essential autoconf lib ...
分类:
系统相关 时间:
2018-05-21 12:27:20
阅读次数:
228