1、安装依赖 2、安装PCRE库: 解压到/usr/local/目录,切换到pcre的目录,编译安装 3、安装zlib库 解压到/usr/local/目录,切换到zlib的目录,编译安装 ...
分类:
其他好文 时间:
2019-05-12 00:58:25
阅读次数:
100
Ubuntu(版本16.04)下默认配置编译Ffmpeg(版本4.1.3configure 添加选项--enable-threads),将编译好的ffmpeg库添加到程序 中进行编译出现undefined reference to pthread_once ,undefined reference ...
分类:
系统相关 时间:
2019-05-11 12:13:16
阅读次数:
266
红色 执行命令:curl sS https://getcomposer.org/installer | php 报错如下 Some settings on your machine make Composer unable to work properly. Make sure that you f ...
分类:
系统相关 时间:
2019-05-10 14:50:55
阅读次数:
942
1、依赖有问题 找到build path 点击configure build path 点击libraries 找到有红叉的包,然后选中移除 2、引用的包有问题 利用maven引用的包出现问题,有的包不完整,需要删除重新引入。 通过下方的problems,有错误产生。根据路径找到依赖包,删除重新导入 ...
分类:
系统相关 时间:
2019-05-09 21:38:41
阅读次数:
143
现在很多的企业将业务转移到云上,如果数据库服务器直接暴露在公网,存在被*的风险,云服务器上的mysql3306端口基本不对外开放。我们如果想通过外网直接访问mysql怎么做呢,这里我们可以使用nginx端口转发来实现。1:首先安装nginx./configure--prefix=/application/nginx--user=www--group=www--with-http_ssl_modul
分类:
数据库 时间:
2019-05-09 10:41:48
阅读次数:
553
源码安装 zabbix 报错总结 1)报错: configure: error: MySQL library not found 解决办法 # find / -name "mysql_config" /usr/local/mysql/bin/mysql_config # ./configure -- ...
分类:
其他好文 时间:
2019-05-08 21:54:41
阅读次数:
144
1、nginx编译时加ssl模块(加参数--with-http_ssl_module):./configure--prefix=/usr/local/nginx--with-http_ssl_module2、生成私钥(key),csr(证书签名请求文件),CA证书(crt)生成key:opensslgenrsa-des3-outserver.key1024生成csr:opensslreq-new-
分类:
其他好文 时间:
2019-05-07 23:01:17
阅读次数:
204
linux系统 root权限 lrzsz安装包 ①. 安装 编译安装 root 账号登陆后,依次执行以下命令: tar zxvf lrzsz-0.12.20.tar.gz cd lrzsz-0.12.20 ./configure make make install 上面安装过程默认把lsz和lrz安 ...
分类:
Web程序 时间:
2019-05-07 14:21:57
阅读次数:
211
Linux(CentOS)下将Python的版本升级为3.6.2的方法 1.检查确认系统的相关信息 2.下载安装Python-3.6.2 1) 下载Python-3.6.2.tgz软件包 2) 解压编译安装 # 如果编译出错,需要检查make,gcc等是否安装好 3) 安装完成,需要更改默认的pyt ...
分类:
编程语言 时间:
2019-05-03 21:14:31
阅读次数:
171
visual studio code 安装、通过360软件管家,查找visual studio code 下载安装即可 设置visual studio code为中文 打开进入软件,Ctrl + Shift + P,切入到命令行模式。输入“Configure Language” 然后点击下拉框出来的 ...
分类:
编程语言 时间:
2019-05-03 21:13:03
阅读次数:
219