-
6 年前
dns probe possible 问题解决办法?
疑难杂症 IT问题
问题说明 QQ 和 微信能正常登陆无法打开网页,首先想到的是dns问题 但是ping www.baidu.com却可以正常ping通 打开浏览器访问提示 dns probe possible 解决办法 以管理员身份运行cmd 执行 netsh winsock reset 即可恢复…
-
6 年前
python xml.etree.Element 在处理 xml文件时写入产生ns0
疑难杂症 ns0 python xml 修改属性
例如 <manifest xmlns:android="http://schemas.android.com/apk/res/android" <application android:allowBackup="false" android:icon="@drawable/app_icon" android:label="@string/app_name" android…
-
6 年前
KAFKA - While recording the replica LEO, the partition
疑难杂症 kafka
Kafka报错: datacenter,11] hasn't been created. (kafka.server.ReplicaManager) [2017-03-30 15:45:46,583] WARN [Replica Manager on Broker 1]: While recording the replica LEO, the partition [lytx2-datacen…
-
6 年前
MySQL 报错收集整理
MySQL 报错 疑难杂症
一、MySQL5.6开始提供新特性GTID模式 Warning: Using a password on the command line interface can be insecure. Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transac…
-
7 年前
error: command 'gcc' failed with exit status 1
疑难杂症 mysql-python
安装mysql-python模块报错如下 easy_install error: Setup script exited with error: command 'gcc' failed with exit status 1 pip error: command 'gcc' failed with exit status 1 解决办法如下 centos yum install gcc lib…