Operating Cisco Routerconsider the hardware on
the ends of the serial link, in particular where the channel service unit/data
service unit (CSU/DSU) h...
分类:
其他好文 时间:
2014-06-12 19:10:26
阅读次数:
351
Man pagesystemd.unitSYSTEMD.UNIT(5)
systemd.unit SYSTEMD.UNIT(5)NAME systemd.unit - Unit configurationSYNOPSIS...
分类:
其他好文 时间:
2014-06-12 00:46:24
阅读次数:
478
版本信息:
procps version 3.2.8
基本使用:
vmstat [-a] [-n] [-t] [-S unit] [delay [ count]]
[-a]:显示活跃和非活跃内存
[-n]:只在开始时显示一次字段名,针对多次收集信息的情况输出人性化一点
[-t]:在每条信息的末尾,显示收集信息的时间
[-S unit]:使用指定单位显示。参数有 k...
分类:
系统相关 时间:
2014-06-10 14:28:07
阅读次数:
333
select distinct msi.segment1 编码 ,
msi.description 描述 , msi.primary_unit_of_measure 单位 ,
msi.inventory_item_status_code 状态 , flv.MEANING 物料类型 , catb1.....
分类:
数据库 时间:
2014-06-10 09:42:04
阅读次数:
463
SELECTa.subinventory_code 子库代码,d.DESCRIPTION
子库描述 ,b.segment1 物料编码 ,b.description 物料描述 ,b.primary_unit_of_measure 单位
,SUM(a.primary_transaction_quanti...
分类:
数据库 时间:
2014-06-10 09:40:42
阅读次数:
253
select msi.segment1 装配件编码 ,msi.description 装配件描述
,msi.item_type类型 ,msi.planner_code 计划员 ,msi1.segment1部件编码 ,msi1.description 部件描述
,msi1.primary_unit_o...
分类:
数据库 时间:
2014-06-10 09:31:16
阅读次数:
568
The Actor is the unit of execution in Akka.
Actors are object-oriented in the sense that they encapsulate state and
behavior, but they have much stron...
分类:
其他好文 时间:
2014-06-06 10:37:41
阅读次数:
344
【多重纹理(纹理单元)】
glActiveTextureARB理解为选择(Select)某纹理单元(Texture
Unit),选择一个纹理单元表示后续的glEnable(GL_TEXTURE_2D)、glBindTexture(GL_TEXTURE_2D,
texture);作用于此所选的纹理单....
分类:
其他好文 时间:
2014-06-05 18:59:01
阅读次数:
220
OpenGL是3D图形接口工业标准,使用上非常简单,所有API不过上百个函数,但理解OpenGL就没那么简单,本文总结OpenGL的学习资源,包括官方资料、网上教程、示例程序等。Wikipedia:OpenGL,介绍了OpenGL的历史及版本;Graphics
processing unit,介绍了...
分类:
其他好文 时间:
2014-06-03 15:47:29
阅读次数:
287
1.
进程地址空间Linux中,进程并不是直接操作物理内存地址,而是每个进程关联一个虚拟地址空间内存页是memory management unit (MMU)
可以管理的最小地址单元机器的体系结构决定了内存页大小,32位系统通常是 4KB, 64位系统通常是 8KB内存页分为 valid or i...
分类:
系统相关 时间:
2014-05-30 00:53:45
阅读次数:
551