码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
LFS,编译自己的Linux系统 - 准备
概述 现在用的操作系统是Win8.1,用VMware创建一个虚拟机,3G内存(物理内存是6G,分一半),23G硬盘,其中3G用于swap分区,10G用于host system,10G用于建立LFS系统。 创建虚拟机 使用VMware7.1.2创建一个虚拟机,硬盘23G,内存3G。 硬盘分区 分3个区...
分类:系统相关   时间:2014-05-25 23:09:49    阅读次数:479
php类
host = $host; $this->user = $user; $this->pwd = $pwd; $this->db = $db; $this->charset = $charset; $this->conn = get_conn(); } public function ge...
分类:Web程序   时间:2014-05-25 19:49:42    阅读次数:317
程序为何挂掉?
#include#include// 自己构造mov指令更改变量值int val,address;char *func() //构造mov addr,val指令 与jmp指令{ char *code,*pMov,*pAddr,*pJmp; code=(char *)malloc(1...
分类:其他好文   时间:2014-05-25 19:13:58    阅读次数:187
Java 并发专题 : CyclicBarrier 打造一个安全的门禁系统
继续并发专题~ 这次介绍CyclicBarrier:看一眼API的注释: /** * A synchronization aid that allows a set of threads to all wait for * each other to reach a common barrier point. CyclicBarriers are * useful in program...
分类:编程语言   时间:2014-05-25 18:15:06    阅读次数:316
acd LCM Challenge(求1~n的任意三个数的最大公倍数)
Problem Description Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it. But I also don't want to use...
分类:其他好文   时间:2014-05-25 16:39:53    阅读次数:266
ACdream1077:LCM Challenge
Problem Description Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it. But I also don't want to use...
分类:其他好文   时间:2014-05-25 16:32:49    阅读次数:214
php_next_first
dirname($sql);获取前缀路径 class mysql{ private $host ; private $user = "root"; private $pwd = ""; private $db = "bbs"; private $charset = "utf8"; pri...
分类:Web程序   时间:2014-05-25 14:01:26    阅读次数:343
【DOM】1.DOM优化
1.JS include :DOM BOM ECMA2.Browser 分别独立实现dom & JSas if two isolated islands3.JS操作DOMfrom the island to the other one4.DOM性能The bridges between island...
分类:其他好文   时间:2014-05-25 11:28:12    阅读次数:246
HDU-1007-Quoit Design
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encircled awarded. In the field of Cyberground, the ...
分类:其他好文   时间:2014-05-25 11:13:53    阅读次数:245
H3C交换机配置远程登录
首先交换机会自带console线一根,现在很少有笔记本带串口了,我的TP也不带,于是买了根转换线,这里要说一下,转换线是需要装驱动的,可以把带的驱动装好,最好是copy一份到网盘里。装好驱动后,可以在设备管理器端口那一栏查查serialtousb的端口COM号,我的本子上提示COM7。我..
分类:其他好文   时间:2014-05-25 05:50:53    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!