说明:我这里用的是Android
4.2.2自带的交叉编译工具。如果是使用host系统安装的,我觉得应该也是可以的。但是没有测试过。因为Android源代码已经自带了,所以大多数情况下,不需要再安装host系统的交叉编译工具。Android自带的交叉编译工具有两套,位于prebuilts/gcc/l...
分类:
移动开发 时间:
2014-05-23 06:06:33
阅读次数:
321
1. 说明:
在Shell下,我们可以拥有更加色惨斑斓的提示行信息,这可以通过改变bash的$PS1环境变量还设置,如下面就是提示行的一种:
user@host$
root用户的提示是这样的:
user$host#
2. 提示行的转义字符:
Java代码
序列 ...
分类:
系统相关 时间:
2014-05-23 02:31:58
阅读次数:
373
在内部测试服务器上新安装了mysql,在服务器本地登录数据库没问题,但是远程不能登录,试着用telnet命令连接mysql服务器,结果命令行给出如下提示:
telnet 192.168.41.191 3306
Trying 192.168.41.191...
Connected to 192.168.41.191.
Escape character is '^]'.
GHost ...
分类:
数据库 时间:
2014-05-22 23:56:50
阅读次数:
457
host = $host; $this->user = $user; $this->pwd
= $pwd; $this->db = $db; $this->charset = $charset; $this->conn =
get...
分类:
数据库 时间:
2014-05-22 15:41:55
阅读次数:
261
1。改表法。请使用mysql管理工具,如:SQLyog
Enterprise可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑使用mysql管理工具登入mysql后,更改
"mysql" 数据库里的 "user" 表里的 "host" 项,从"loc...
分类:
数据库 时间:
2014-05-21 21:12:21
阅读次数:
445
1、创建mysql_class.php文件然后在该文件中创建Mysql类,并定义变量12345678910112、通过构造函数初始化类1234567function
__construct($host,$root,$password,$database){$this->host = $host;$t...
分类:
数据库 时间:
2014-05-21 20:33:36
阅读次数:
450
虚拟机管理软件:Oracle VirturalBox Manager
4.0.8虚拟机:Ubuntu Server 10.10 i386The problem lies in the fact that ethernet MAC
addresses are cached.You need to re...
分类:
其他好文 时间:
2014-05-21 19:27:39
阅读次数:
311
1,Master初始化
1.1
if (!this.stopped) {
finishInitialization(startupStatus, false);
loop();
}
1.2 finishInitialization(),这里主要完成master组件components:filesystem manager,servermanager,assig...
分类:
其他好文 时间:
2014-05-21 09:23:05
阅读次数:
269
如题:解决android上面java.net.UnknownHostException: Unable to resolve host "m.blog.csdn.net": No address associated with hostname的错误:
这是由于我们在开发的过程中没有给模拟器和Manifest开放网络导致的,
解决方法目前有两种:
1、android设备网络连接没打开,例如3...
分类:
移动开发 时间:
2014-05-21 06:46:02
阅读次数:
1745
VirtualBox的提供了四种网络接入模式,它们分别是:1、NAT
网络地址转换模式(NAT,Network Address Translation)2、Bridged Adapter 桥接模式3、Internal
内部网络模式4、Host-only Adapter 主机模式第一种 NAT模式解释...
分类:
其他好文 时间:
2014-05-21 04:05:58
阅读次数:
292