网络设备有数据要发送给另一台网络设备时,必须要知道对方的网络层地址(即IP地址)。IP地址由网络层来提供,但是仅有IP地址是不够的,IP数据报文必须封装成帧才能通过数据链路进行发送。数据帧必须要包含目的MAC地址,因此发送端还必须获取目的MAC地址。通过目的IP地址而获取目的MAC地址的过程是由ARP(Address Resolution Protocol)协议来实现的。学习目标:
1. 掌握AR...
分类:
其他好文 时间:
2015-02-25 22:27:17
阅读次数:
317
spring + ehcache 使用实例spring3.2+ehcache 注解使用Nexus添加新Repository后Maven仍找不到jar包的解决方案maven执行报错resolution will not be reattempted until the update interval ...
分类:
系统相关 时间:
2015-02-11 16:19:08
阅读次数:
200
问题一,分辨率Resolution适配:不同屏幕宽度,html元素宽高比和字体大小,元素之间的距离自适应,使用rem单位。问题二,单位英寸像素数PPI适配:使用rem单位,文字会发虚。段落文字,使用px单位,用media query或js来适配。标题文字可以直接使用rem单位。问题三,设备像素比例D...
分类:
移动开发 时间:
2015-02-11 12:17:03
阅读次数:
182
boost 的asio库里有几个定时的器,老的有 deadline_timer, 还有三个可配合 C++11 的 chrono 使用的 high_resolution_timer、steady_timer和 system_timer。 老的 deadline_timer我不太想用了,因为用起来...
分类:
其他好文 时间:
2015-02-11 00:29:26
阅读次数:
521
从Cocos2d-x 2.0.4开始,Cocos2d-x提出了自己的多分辨率支持方案,废弃了之前的retina相关设置接口,提出了design resolution概念。
3.0中有以下相关接口:
Director::getInstance()->getOpenGLView()->setDesignResolutionSize() //设计分辨率大小及模式
Director::getIns...
分类:
其他好文 时间:
2015-02-09 23:15:50
阅读次数:
414
MRO(Method resolution order)是python用来解析方法调用顺序的,mro中记录了一个类的所有基类的类类型序列,super不是简单地调用基类的方法,而是按照MRO中的顺序来调用类的方法。使用super()时,应该在所有类中使用,否则就可能发生有的类构造函数没有调用的情况。#...
分类:
编程语言 时间:
2015-02-08 14:06:24
阅读次数:
189
详细错误:
Failure to transfer classworlds:classworlds:pom:1.1-alpha-2 from http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until th...
分类:
其他好文 时间:
2015-02-08 10:21:32
阅读次数:
1396
setScale(1.4); // Resolution //设置缩放的比例 $code->setThickness(60); // Thickness //设置高度 $code->setForegroundColor($color_black); // Color of bars ...
分类:
Web程序 时间:
2015-02-07 18:47:59
阅读次数:
174
AJProgressPanelAnimated progress panel可做动画的进度条No images needed, all CoreGraphics code 不需要图片,使用CoreGraphics绘制的图片Works on iPhone and iPad (resolution in...
分类:
其他好文 时间:
2015-02-04 23:20:59
阅读次数:
322
IntroductionRadioStreamisfullnativeapplicationforiPadandiPhone.Thisapplicationstreaminternetradiomusic.Packagecontainstwoprojects:oneforiPadandoneforiPhone,soyoucanreleaseHDversionforiPadandregularversionforiPhone.iPhoneversionalsoincludesRetinasupport(4G&a..
分类:
移动开发 时间:
2015-02-02 12:44:11
阅读次数:
140