本文转载至http://www.tuicool.com/articles/aANBF3m时间2014-12-07 20:13:37segmentfault-博客原文http://segmentfault.com/blog/alan/1190000002411296iOS的各种动画相漂亮,相信这是吸引...
分类:
移动开发 时间:
2014-12-08 00:31:04
阅读次数:
253
这两天在研究openWRT的网络接口问题,涉及到了交换机的一些概念,主要是跟VLAN相关的,在此总结一下。
VLAN在802.11Q中定义,802.11Q帧格式如下图所示:
交换机示意图如下图所示:
交换机的端口有三种类型,access,trunk,hybrid(其实应该还有一种模式,透传模式..
分类:
其他好文 时间:
2014-12-07 23:25:49
阅读次数:
155
打开多文件vim file1 file2:open/:e 不关闭vim打开文件分帧窗口:new 新窗口:sp 横向:vsp 纵向ctrl+w窗口切换:tabc 关闭当前窗口:tabo 关闭所有窗口:ctrl+w + 纵向扩大(行数增加):ctrl+w - 纵向缩小 (行数减少)文件间切换 Ctrl....
分类:
系统相关 时间:
2014-12-07 23:07:45
阅读次数:
270
帧内预测依赖于当前宏块的相邻宏块,如果任何一个相邻宏块不可用,那么会直接影响到当前宏块的预测方式。 那么宏块怎么才谓之可用? 满足以下几个条件的相邻宏块为不可用:相邻宏块超出边界,即(xPicWidthInMbs),(yPicHeightInMbs) 相邻宏块与当前处理的宏块不在同一slic...
分类:
其他好文 时间:
2014-12-07 22:59:33
阅读次数:
467
这两天在研究openWRT的网络接口问题,涉及到了交换机的一些概念,主要是跟VLAN相关的,在此总结一下。VLAN在802.11Q中定义,802.11Q帧格式如下图所示:交换机示意图如下图所示:交换机的端口有三种类型,access,trunk,hybrid(其实应该还有一种模式,透传模式,在此不做研...
分类:
其他好文 时间:
2014-12-07 16:19:31
阅读次数:
228
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:
其他好文 时间:
2014-12-07 09:01:08
阅读次数:
207
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:
其他好文 时间:
2014-12-07 09:00:19
阅读次数:
206
FrameLayout(帧布局):layout/activity_main.xml<FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ImageViewand..
分类:
其他好文 时间:
2014-12-07 06:52:32
阅读次数:
212
FrameLayout(帧布局):layout/activity_main.xml<FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ImageViewand..
分类:
其他好文 时间:
2014-12-07 06:52:15
阅读次数:
144
在linux系统中,使用struct ethhdr结构体来表示以太网帧的头部。这个struct ethhdr结构体位于#include之中。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
分类:
其他好文 时间:
2014-12-06 14:08:10
阅读次数:
702