python2.7 python3.2差别还是蛮大的,就想着学习较新的 升级后
结果出现 输入法不显示 update-manager 和 add-apt-repository不能用,android的模拟器也打不开。前面三几个问题直接把python ls到原来的2.7版本就可以直接解决,但是最后的一个问题android模拟器无法打开 折腾了好久才解决,写此以记录
问题如下:fglrxinfo
X Error of failed request: BadRequest (invalid r...
分类:
移动开发 时间:
2014-07-18 23:09:55
阅读次数:
372
Sending images can be done using theHttpComponents libraries. Download the latest HttpClient (currently4.0.1) binary with dependencies package and co....
分类:
移动开发 时间:
2014-07-18 19:17:57
阅读次数:
227
memcached server端服务在win7下的安装、启动图解1、首先下载解压memcached-1.2.6-win32-bin.zip到某一盘下,如下图2、通过管理员方式运行cmd.exe。这里如果没有使用管理员身份运行,会出现一个“failed to install service or s...
虚拟机无法联网,service network start 启动eth0报错:
Error: Connection activation failed: Device not managed by NetworkMan
错误的原因是:网络管理装置不被允许。
解决方法:
运行下列命令
chkconfig network off
chkconfig ...
分类:
其他好文 时间:
2014-07-17 19:17:29
阅读次数:
212
题目描述:猜密码:远程连接,如果猜错密码超过五次,就拒绝访问实现描述:通过查看日志,找到相应ip地址的失败记录,累加次数超过五次的将这个ip地址丢到/etc/hosts.deny文件中,写法是:sshd:ip#!/bin/bashforipin$(cat/var/log/secure|grep"Failedpassword"|awk‘{print$11}..
分类:
其他好文 时间:
2014-07-17 08:54:09
阅读次数:
278
mysql使用过程中经常会遇到的三个故障,在此小结一下。1、MySQl服务无法启动我们在使用mysql的过程中,常会遇到MySQl服务无法启动,具体报错信息:StartingMySQLERROR.TheserverquitwithoutupdatingPIDfile(/[FAILED]l/mysql/)对这样的错误,网上的分析解释有很多,有人分析把ski..
分类:
数据库 时间:
2014-07-17 08:39:50
阅读次数:
290
环境:Ubuntu12.10_x64问题:用tsql访问SQL Server>> tsql -H 192.168.88.133 -p 1433 U saError 20002 (severity 9):Adaptive Server connection failed解决:查看TDS version...
分类:
其他好文 时间:
2014-07-17 00:13:08
阅读次数:
845
在pom.xml所在目录下,执行mvn dependency:copy-dependencies -DoutputDirectory=lib还可以设置依赖范围mvn dependency:copy-dependencies -DoutputDirectory=lib -DincludeScope=c...
分类:
其他好文 时间:
2014-07-16 18:30:49
阅读次数:
163
[root@vmoffice-7MySQL-python-1.2.3]#pythonsetup.pyinstallfunction)...._mysql.c:133:error:‘ER_SYNTAX_ERROR’undeclared(firstuseinthisfunction)_mysql.c:380:error:‘_mysql_ConnectionObject’hasnomembernamed‘connection’_mysql.c:382:warning:implicitdeclaratio..
分类:
数据库 时间:
2014-07-16 16:40:35
阅读次数:
377
出现错误提示: Failed to load administrator rule file.Check your Installation. 原因: 电脑缺少MS XML4.0,导致SAP客户端无法正确读取XML文件C:\program files\SAP\FrontEnd\SAPgui\them...
分类:
其他好文 时间:
2014-07-16 15:39:00
阅读次数:
355