When managing a VM Guest on the VM Host Server itself, it is possible to access the complete file system of the VM Host Server in order to attach or c...
分类:
其他好文 时间:
2014-07-22 22:57:53
阅读次数:
347
1. 安装 Ubuntu,可以用VM或者VBox,自己用的是VBox。如果是单系统最好。2. 两种方法可以建立交叉编译环境,一种是安装完整的vivado+sdk,这样整个开发编译过程都可以在Ubuntu内进行,另一种只是安装Xilinx的编译器 a. 安装vivado+sdk可以在Xilinx网站....
分类:
数据库 时间:
2014-07-19 21:14:20
阅读次数:
279
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
我的pc有一个IP地址是可以訪问网络的,那么如何让VM可以共享我的IP地址,也能上网呢。今天在摸索中实现了,详细的配置例如以下: 1,首先将VM的网卡net8启用: 2,然后将VM的网卡设置为VMnet8(NAT): 3,将PC的能够上网的网卡共享: 要勾上同意其它网络用户通过此计算机的in...
分类:
其他好文 时间:
2014-07-18 20:36:37
阅读次数:
254
Thu Jul 17 10:45:36 2014 [ReM][D]: Req:4720 UID:0 VirtualMachineDeploy result SUCCESS, 12Thu Jul 17 10:45:40 2014 [TM][D]: Message received: LOG I 12 ...
分类:
其他好文 时间:
2014-07-17 13:31:23
阅读次数:
301
题目描述:猜密码:远程连接,如果猜错密码超过五次,就拒绝访问实现描述:通过查看日志,找到相应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
1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:
其他好文 时间:
2014-07-16 16:46:24
阅读次数:
203
[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