码迷,mamicode.com
首页 >  
搜索关键字:discover    ( 433个结果
iOS蓝牙4.0开发例子
1建立中心角色#import CBCentralManager *manager; manager = [[CBCentralManager alloc] initWithDelegate:self queue:nil]; 2扫描外设(discover)[manager scanForPer...
分类:移动开发   时间:2014-10-09 14:32:34    阅读次数:212
DHCP获取IP地址过程中捕获的报文—三级网络总结(二)
上一篇文章主要说了一下知识点中的IP地址的考点,这一篇我打算说说DHCP获取IP地址过程中捕获的报文的这个考点,都是自己的理解,有错误欢迎指正。      DHCP是应用层协议,UDP是传输层协议,IP是网络层协议,以太网是链路层协议。数据在网络上传输的时候要自顶向下逐层封装的,典型的DHCP过程是这样的: 1:客户机向服务器发送DHCP_DISCOVER报文,申请IP。 2:服务器向客户机...
分类:其他好文   时间:2014-09-27 23:57:20    阅读次数:322
关于DHCP客户机DISCOVER后无法收到OFFER的解决方法
//接收过滤器:单播过滤、crc校验和匹配格式使能。enc28j60Write(ERXFCON, RXFCON_UCEN|ERXFCON_CRCEN|ERXFCON_PMEN);只要注释掉该句代码,即可正常收到OFFER。
分类:其他好文   时间:2014-09-20 15:16:37    阅读次数:226
有了iscsi存储怎么让主机识别以及使用创建lvm
1.查找安装包:rpm -ivh iscsi-initiator-utils去sf.net下载iscsitarget包make kernel,usr,install开启服务(0)查看iscsi发现记录 iscsiadm -m node(1)发现iscsi存储:iscsiadm -m discover...
分类:其他好文   时间:2014-09-15 22:41:29    阅读次数:291
HDU - 2594 Simpsons’ Hidden Talents
Problem Description Homer: Marge, I just figured out a way to discover some of the talents we weren’t aware we had. Marge: Yeah, what is it? Homer: Take me for example. I want to find out if I have...
分类:其他好文   时间:2014-09-15 15:58:39    阅读次数:146
10 Myths About Introverts
By Carl King[ Translations:Spanish|German|Dutch|Italian|Portuguese]I wrote this list in late-2008. Around that time, I was lucky enough to discover a ...
分类:其他好文   时间:2014-09-02 10:14:54    阅读次数:171
php持续集成环境笔记
记录下php集成环境中若干个工具的安装步骤和过程: 安装pear 安装phpunit pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com sudo pear install phpunit/...
分类:Web程序   时间:2014-08-31 13:16:51    阅读次数:242
微软云计算介绍与实践(实践之三十一)
今天开始管理私有云中的应用实践了。一、先决条件小张将在实验室环境中的GUEST01服务器上部署销售应用。这将安装和配置agent用于(discover)发现,(inventory)库存和(monitor)监控。Guest01添加到Contoso域中在混合模式下安装SQLServer2012到Guest01中,启用sa帐户和配置密..
分类:其他好文   时间:2014-08-08 16:30:37    阅读次数:264
The Ten Minute Guide to diff and patch
Situation one: you are trying to compile a package from source and you discover that somebody has already done the work for you of modifying it slight...
分类:其他好文   时间:2014-07-24 12:15:45    阅读次数:323
Linux virtualization and PCI passthrough
Processors have evolved to improve performance for virtualized environments, but what about I/O aspects? Discover one such I/O performance enhancement...
分类:系统相关   时间:2014-07-13 09:41:59    阅读次数:386
433条   上一页 1 ... 41 42 43 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!