码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
calculate the sum of some integers
DescriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, and then N lines follow. Each line s...
分类:其他好文   时间:2014-05-23 06:41:47    阅读次数:298
Android内核编译
说明:我这里用的是Android 4.2.2自带的交叉编译工具。如果是使用host系统安装的,我觉得应该也是可以的。但是没有测试过。因为Android源代码已经自带了,所以大多数情况下,不需要再安装host系统的交叉编译工具。Android自带的交叉编译工具有两套,位于prebuilts/gcc/l...
分类:移动开发   时间:2014-05-23 06:06:33    阅读次数:321
manganese mining quarry machine
Have we missed some critical information from this article? Are you a company, organisation or research group operating in this region and feel you wa...
分类:其他好文   时间:2014-05-23 05:51:05    阅读次数:305
Linux环境变量PS1配置
1. 说明:       在Shell下,我们可以拥有更加色惨斑斓的提示行信息,这可以通过改变bash的$PS1环境变量还设置,如下面就是提示行的一种:       user@host$    root用户的提示是这样的:       user$host#   2.  提示行的转义字符:   Java代码    序列        ...
分类:系统相关   时间:2014-05-23 02:31:58    阅读次数:373
Codeforces A. Valera and X 题解
判断二维字符串是否满足下面条件: on both diagonals of the square paper all letters are the same; all other squares of the paper (they are not on the diagonals) contain the same letter that is different from the...
分类:其他好文   时间:2014-05-23 02:21:01    阅读次数:294
uva 101 History Grading
Background Many problems in Computer Science involve maximizing some measure according to constraints. Consider a history exam in which students are asked to put several historical events into chr...
分类:其他好文   时间:2014-05-23 00:14:42    阅读次数:386
安装mysql后,开启远程登录
在内部测试服务器上新安装了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
C实现判断两个IP是否在同一个子网
在进行网络程序的时候避免不了对给定IP是否跨子网段进行判断。相关原理倒是简单, 贴出相关代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 #define ALL_BIT 32 /* ip address have...
分类:其他好文   时间:2014-05-22 14:59:04    阅读次数:237
hi3531的pcie atu资源重映射
1. 设置ATU 区域号寄存器为需要配置的地址转换区编号。 2. 设置ATU Region Lower Base Address Register 和ATU Region Upper Base Address Register。(在此区域内的目标地址将由区域号寄存器所在的ATU 转换) 3. 设置ATU Region Limit Address Register。 4. 设置ATU Reg...
分类:其他好文   时间:2014-05-21 13:52:28    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!