生产环境:操作系统:CentOSrelease6.8数据库系统:MySQL5.5.52分析问题:一、客户端访问出现以下错误:错误1:浏览器访问Cacti监控系统FATAL:CannotconnecttoMySQLserveron‘localhost‘.PleasemakesureyouhavespecifiedavalidMySQLdatabasenamein‘include/config.php‘错误2:浏..
分类:
数据库 时间:
2017-09-06 22:59:10
阅读次数:
390
企业局域网代理有时仅仅提供http代理,当用git push/clone等命令行工具时,连接远程库会出现错误:fatal:unable to access 'https://github.com/.../...git/':couldn't resolve host 'github.com' 解决办法 ...
分类:
其他好文 时间:
2017-09-06 19:48:53
阅读次数:
167
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project nutzbook: Fatal error compiling: ...
分类:
其他好文 时间:
2017-09-06 14:31:25
阅读次数:
137
后台:http://localhost/ecshop/admin 1. Fatal error: Call to undefined function curl_init() in........这种错误提示的解决办法! 别急!首先得声明,这是因为php的扩张函数没有启动,一样重新启动我们wamp ...
分类:
其他好文 时间:
2017-09-05 00:30:35
阅读次数:
202
1、安装命令: pip install builtwith 如果在命令行提示如下错误: Fatal error in launcher: Unable to create process using ‘"‘ 使用如下命令: python3 -m pip install builtwith 2、导入模 ...
分类:
编程语言 时间:
2017-09-04 11:02:33
阅读次数:
178
Concurrency与Prefetch 在通常的使用中(Java项目),我们一般会结合spring-amqp框架来使用RabbitMQ,spring-amqp底层调用RabbitMQ的java client来和Broker交互,比如我们会用如下配置来建立RabbitMQ的连接池、声明Queue以及... ...
分类:
其他好文 时间:
2017-09-03 17:56:44
阅读次数:
545
1、Spring框架的核心是提供一个容器(BeanFactory 或 ApplicationContext),提供以下功能: 1)创建和销毁组件对象,类似“工厂类” 2)采用不同的模式创建对象 3)IOC 4)AOP 2、Bean组件配置 <bean id="标识符" class="完整类路径" s ...
分类:
编程语言 时间:
2017-09-03 17:54:57
阅读次数:
193
在使用Git来克隆仓库报了错误,如下: fatal: unable to access ‘https://github.com/xingbuxing/TA-Lib-in-chinese.git/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connecti ...
分类:
其他好文 时间:
2017-09-02 20:46:49
阅读次数:
4581
centos7服务器进行双网卡绑定配置文件#catifcfg-em1
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
NAME=em1
DEVICE=em1
ONBOOT=yes
MASTER=bond0
SLAVE=yes
#catifcfg-em2
TYPE=Ethernet
BOOTPROTO=none
IPV4_FAILURE_FATAL=no
NAME=em2
ONBOOT=yes
MASTER=bond0
SLAVE=yes
#c..
分类:
其他好文 时间:
2017-09-01 10:48:41
阅读次数:
992
复位到A节点的时候点了取消(终止),又去复位另外个节点,结果每次不管复位哪个都会报这个错误 fatal: Unable to create 'XXXXXXXXX' : File exists. If no other git process is currently running, this pr ...
分类:
其他好文 时间:
2017-08-31 15:57:06
阅读次数:
155