码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
Linux Commands 彻底研究(02):mkdir
NAME mkdir - make directoriesSYNOPSIS mkdir [OPTION]... DIRECTORY...DESCRIPTION Create the DIRECTORY(ies), if they do not already ex...
分类:系统相关   时间:2014-05-10 00:10:10    阅读次数:411
探讨:如何更快的赋值取值
背景 显示数据时,常规赋值与取值是这样的.// set$("#name").val(data.name);$("#realname").val(data.realname);$("#address").val(data.address);$("#sex").val(data.name);$("#l....
分类:其他好文   时间:2014-05-09 23:39:21    阅读次数:359
关于SEO的浅谈
SEO是Search Engine Optimization的缩写,用英文描述是to use some technics to make your website in the top places in Search Engine when somebody is using Search Eng...
分类:其他好文   时间:2014-05-09 16:14:40    阅读次数:290
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
android permission
android.permission.WAKE_LOCK------------>keep the screen from dimming or the processor from sleeping, or uses the MediaPlayer.setScreenOnWhilePlaying(...
分类:移动开发   时间:2014-05-09 06:37:42    阅读次数:280
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
Ubuntu下配置了ssh,但是连接很慢
ssh登录服务器时总是要停顿等待一下才能连接上,这是因为OpenSSH服务器有一个DNS查找选项UseDNS默认是打开的。UseDNS选项打开状态下,当客户端试图登录OpenSSH服务器时,服务器端先根据客户端的IP地址进行DNS PTR反向查询,查询出客户端的host name,然后根据查询出的客...
分类:其他好文   时间:2014-05-09 05:45:28    阅读次数:288
some simple recursive lisp programs
1. Write a procedure count-list to count the number of elements in a list1 (defun count-list (numbers)2 (if (null numbers) 03 (+ 1 (co...
分类:其他好文   时间:2014-05-09 05:41:41    阅读次数:307
HDU4278Faulty Odometer
转载请注明出处:http://blog.csdn.net/u012860063 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4278 Faulty Odometer Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Other...
分类:其他好文   时间:2014-05-09 02:03:58    阅读次数:410
bluetooth开发(五)------蓝牙的功能测试(一)
newton板已经发布了,下面接着整理我调试的一个小小的方面,蓝牙的功能实现以及测试: 转载请注明出处:http://blog.csdn.net/wang_zheng_kai 3.2. Bluetooth Function Test 141  142 1)View the Bluetooth MAC address and device names:hcitool dev 143...
分类:其他好文   时间:2014-05-09 01:32:21    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!