码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
Delphi DateUtils时间单元
Uses DateUtils //时间单元,非常有用。 记得引用这个单元,不然不能用。CompareDate 比较两个日期时间值日期部分的大小CompareDateTime 比较两个日期时间值的大小CompareTime 比较两个日期时间值时间部分的大小DateOf 去除日期时间值的时间部分Dat....
分类:其他好文   时间:2014-05-21 23:39:55    阅读次数:227
VirtualBox 快捷键
VirtualBox 的 Host 键是哪一个?默认的 Host = Right Ctrl 组合键,意思是键盘上两个 “Ctrl”中右边的那个。键盘上是没有 “Right”这个键的,刚开始不明白,后来才知道是这个意思。Host 键可以点击 Oracle VM VirtualBox 管理器的左上角 “...
分类:其他好文   时间:2014-05-21 23:02:29    阅读次数:950
MySql远程连接无法打开解决办法
1。改表法。请使用mysql管理工具,如:SQLyog Enterprise可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑使用mysql管理工具登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"loc...
分类:数据库   时间:2014-05-21 21:12:21    阅读次数:445
PHP连接数据库,实现最基本的增删改查(面向对象)
1、创建mysql_class.php文件然后在该文件中创建Mysql类,并定义变量12345678910112、通过构造函数初始化类1234567function __construct($host,$root,$password,$database){$this->host = $host;$t...
分类:数据库   时间:2014-05-21 20:33:36    阅读次数:450
LeetCode: First Missing Positive [040]
【题目】 Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, and [3,4,-1,1] return 2. Your algorithm should run in O(n) time and uses constant space. 【题意】 给定一个数组,找出第一个缺失的正数。时间复杂度O(n) ...
分类:其他好文   时间:2014-05-21 17:13:07    阅读次数:219
POJ 1458 Common Subsequence.(最长公共子序列)
Description A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = another sequence Z = is a subsequence of X if there exists a ...
分类:其他好文   时间:2014-05-21 10:58:39    阅读次数:237
poj 3735 Training little cats(矩阵快速幂)
Description Facer's pet cat just gave birth to a brood of little cats. Having considered the health of those lovely cats, Facer decides to make the cats to do some exercises. Facer has well designe...
分类:其他好文   时间:2014-05-21 10:36:57    阅读次数:297
OpenWRT系统MT7620N芯片的无线BSSID问题
BSSID的值是路由器无线MAC地址,具体相信IEEE 802.11规范。 MAC地址在路由器上存储位置一半为Factory/factory分区的第四个字节(从0开始),小端字节序。 The BSSID included in the MAC Header transmitter address field of a Beacon frame when the multiple BSSID...
分类:其他好文   时间:2014-05-21 09:59:36    阅读次数:326
解决android上java.net.UnknownHostException: Unable to resolve host "xxxx": No address associated wit
如题:解决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虚拟机网络设置(四种方式)
VirtualBox的提供了四种网络接入模式,它们分别是:1、NAT 网络地址转换模式(NAT,Network Address Translation)2、Bridged Adapter 桥接模式3、Internal 内部网络模式4、Host-only Adapter 主机模式第一种 NAT模式解释...
分类:其他好文   时间:2014-05-21 04:05:58    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!