码迷,mamicode.com
首页 >  
搜索关键字:vlan access trunk    ( 12617个结果
PatentTips - Optimizing Write Combining Performance
BACKGROUND OF THE INVENTION The use of a cache memory with a processor facilitates the reduction of memory access time. The fundamental idea of cache ...
分类:其他好文   时间:2014-06-12 20:04:48    阅读次数:441
内存对齐详解
内存对齐,memory alignment.为了提高程序的性能,数据结构(尤其是栈)应该尽可能地在自然边界上对齐。原因在于,为了访问未对齐的内存,处理器需要作两次内存访问;然而,对齐的内存访问仅需要一次访问。内存对齐一般讲就是cpu access memory的效率(提高运行速度)和准确性(在一些条...
分类:其他好文   时间:2014-06-12 19:25:28    阅读次数:305
Android Adapter的一些记录
一、摘要 An Adapter object acts as a bridge between anAdapterViewand the underlying data for that view. The Adapter provides access to the data items. Th....
分类:移动开发   时间:2014-06-12 18:27:55    阅读次数:503
Process Hacker源码中的用户态hook的做法
processhacker-code-5632\1.x\trunk\NProcessHacker\hook.htypedef struct _PH_HOOK{ PVOID Function; PVOID Target; BOOLEAN Hooked; CHAR Bytes[5...
分类:其他好文   时间:2014-06-12 18:11:47    阅读次数:216
访问控制列表(二)
一扩展访问控制列表的配置1:创建ACLRouter(config)#access-listaccess-list-number{permit|deny}protocol{sourcesource-wildcarddestinationdestination-wildcard}[operatoroperan]命令参数详细说明:access-list-number:访问控制列表表号,对于扩展ACL来说,是100—199的一个..
分类:其他好文   时间:2014-06-10 22:22:39    阅读次数:469
C#使用System.Data.SQLite操作SQLite
使用System.Data.SQLite下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作C#代码staticvoidMai...
分类:数据库   时间:2014-06-10 21:40:17    阅读次数:367
Memory和Storage有什么区别?
请问,Memory和Storage这两个词之间有什么不同呢?各自代表什么意思? 在IT应用行业中,这两个单词代表的都是“计算机内部存储空间”的意思。Memory,通常翻译成“内存”,指的是Random Access Memory(随机存取存储器,简称RAM),系统运行应用程序时加载的数据一般都暂时....
分类:其他好文   时间:2014-06-10 20:55:44    阅读次数:897
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!