转自: https://blog.csdn.net/chengyuqiang/article/details/78529454 [root@kube-node3 ~]# cat /etc/ansible/hosts [testhosts] 127.0.0.1 192.168.0.73 [root@k... ...
分类:
其他好文 时间:
2018-11-24 15:15:25
阅读次数:
189
Linux下mysql修改连接超时wait_timeout 1,首先: show variables like '%timeout%'; 显示结果: + + + | Variable_name | Value | + + + | connect_timeout | 10 | | delayed_in ...
分类:
数据库 时间:
2018-11-24 14:08:28
阅读次数:
289
[root@WeiLei data]# /usr/local/mysql/scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql/ --datadir=/usr/local/mysql/data/WARNING: The ho ...
分类:
其他好文 时间:
2018-11-23 23:32:10
阅读次数:
251
oracle 11g 安装过程中运行./runinstaller 后出现 PRVF-0002 : Could not retrieve local nodename 错误 log: 解决办法: 以root用户编辑 /etc/hosts文件,localhost前添加主机名(hostname): 保存, ...
分类:
其他好文 时间:
2018-11-23 12:32:03
阅读次数:
256
这两天看公司项目,要修改一部分代码,本来修改后还没有问题,可以运行。电脑重启后就报错了: The builder launch configuration could not be found 看解释是什么找不到生成器启动配置。 看网上教程,都是让去删除缺失的这个东西。 右键项目-> Propert ...
分类:
其他好文 时间:
2018-11-23 11:17:27
阅读次数:
92
报错信息: 说明是驱动问题, 驱动和浏览器不匹配,且提示不要用64位ie驱动ie10or11,即使是在64位的电脑上。 我安装的是64位的驱动。换成32位的ie驱动问题消除。 IE驱动包下载地址: http://selenium-release.storage.googleapis.com/inde ...
分类:
其他好文 时间:
2018-11-22 17:11:48
阅读次数:
204
这家客户全球标准都是使用Symantec ITMS解决方案。在给 DELL i3-7380部署系统时开始拷贝镜像时报如下错误提示: Error: Could not find the unattend file,然后就停在这里下不去,无法顺利完成系统安装。
File /hbase/.tmp/hbase.version could only be replicated to 0 nodes instead of minReplication (=1). 这是由于 hadoop 的hdfs系统 中datanode没有与 namenode 连接页产生的,所以 ...
分类:
其他好文 时间:
2018-11-22 00:30:16
阅读次数:
464
在编译spring boot 多模块项目的时候,往往出现 鄙视网上不经过实践,就东拼西凑的文章。 ...
分类:
其他好文 时间:
2018-11-21 17:39:16
阅读次数:
915
在postgis中执行./configure时,遇到 checking for library containing GDALAllRegister... no 的错误信息[root@test postgis-2.1.1]# ./configure.........checking for libr ...
分类:
其他好文 时间:
2018-11-21 15:50:35
阅读次数:
299