码迷,mamicode.com
首页 >  
搜索关键字:jumbo frame    ( 7340个结果
Packet 和 Frame
一般说来,数据链路层发出的数据包称为frame,地址是链路层的地址,如mac地址;网络层发出的数据包称为packet,地址是网络层地址,如ip地址;传输层发出的数据包称为segment,地址是传输层地址,如TCP的端口号。?...
分类:其他好文   时间:2014-09-15 23:00:29    阅读次数:419
英文阅读--20140915NPR
ISIS 'Are Not Muslims, They Are Monsters,' Cameron Says by Bill Chappell September 14, 2014 8:57 AM ET A frame grab from a video released by the Islam...
分类:其他好文   时间:2014-09-15 19:15:49    阅读次数:292
默认样式表之HTML4
html, address,blockquote,body, dd, div,dl, dt, fieldset, form,frame, frameset,h1, h2, h3, h4,h5, h6, noframes,ol, p, ul, center,dir, hr, menu, pre {.....
分类:Web程序   时间:2014-09-15 19:06:59    阅读次数:263
tableVIew/scrollVIew,点击按钮滑倒最下/最上.
//scrollVIew1 //跳到最前2 [_scrollView scrollRectToVisible:CGRectMake(0, 0, self.view.frame.size.width, 10) animated:YES];3 //跳到最后4 [_scrollView scrollRec...
分类:其他好文   时间:2014-09-15 19:06:29    阅读次数:154
VNC的安装与配置
VNC(Virtual Network Computing)虚拟网络计算工具,它是一个桌面共享系统。它的功能类似于windows中的远程桌面功能。VNC使用了RFB(Remote Frame Buffer,远程帧缓冲)协议来实现远程控制另外一台计算机。它把键盘、鼠标动作发送到远程计算机,并把远程计算...
分类:其他好文   时间:2014-09-15 17:36:39    阅读次数:293
StoryBoard中使用xib
转自:http://blog.csdn.net/li6185377/article/details/8131042一般自定义View 代码方式 有 在初始化的时候添加 子Views[cpp]view plaincopy-(id)initWithFrame:(CGRect)frame{self=[su...
分类:其他好文   时间:2014-09-15 12:37:18    阅读次数:217
iOS7适配问题总结
一、状态栏(statusBar)在iOS7中view默认是全屏模式,状态栏的高度也加在了view的高度上,例如iOS7之前iphone5中self.view.frame.size.height = 548,在iOS7中就是568了,在iOS7中navigationbar是半透明的,statusbar...
分类:移动开发   时间:2014-09-15 00:52:27    阅读次数:460
Android动画之Frame Animation
在Android中,动画Animation的实现有两种方式:TweenAnimation(渐变动画)和FrameAnimation(帧动画)。渐变动画是通过对场景里的对象不断做图像变换(平移、缩放、旋转等)产生动画效果。帧动画则是通过顺序播放事先准备好的图像来产生动画效果,和电影类似。 帧动画主要....
分类:移动开发   时间:2014-09-14 12:45:27    阅读次数:316
CodeCombat多人游戏Greed
题目的意思在于,更高效的Collect Gold;然后合理的安排生产出来的士兵;我对战的是简单的电脑// This code runs once per frame. Build units and command peasants!// Destroy the ogre base within 1...
分类:其他好文   时间:2014-09-14 11:15:06    阅读次数:357
自定义引导视图
#pragma mark - 创建引导页+ (id)initWithFrame:(CGRect)frame{ return [[self alloc] initWithFrame:frame];}//- (id)initWithFrame:(CGRect)frame{ self = [s...
分类:其他好文   时间:2014-09-13 22:39:26    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!