rpm
执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由
RPM自动编译、安装。源代码包经常以src.rpm作为后缀名。常用命令组合:-ivh:安装显示安装进度--install--verbose--hash-Uvh:升级软件包--...
分类:
系统相关 时间:
2014-05-22 02:36:38
阅读次数:
433
Mirror a binary search tree.
分类:
其他好文 时间:
2014-05-22 02:02:55
阅读次数:
244
Visit a tree by level,namely BFS.
分类:
其他好文 时间:
2014-05-22 01:48:48
阅读次数:
310
位 bit (比特)(Binary Digits):存放一位二进制数,即 0 或
1,最小的存储单位。字节
byte:8个二进制位为一个字节(B),最常用的单位。计算机存储单位一般用B,KB,MB,GB,TB,PB,EB,ZB,YB,BB来表示,它们之间的关系是:1KB
(Kilobyte 千字节)...
分类:
其他好文 时间:
2014-05-22 00:58:58
阅读次数:
209
VirtualBox 的 Host 键是哪一个?默认的 Host = Right Ctrl
组合键,意思是键盘上两个 “Ctrl”中右边的那个。键盘上是没有 “Right”这个键的,刚开始不明白,后来才知道是这个意思。Host 键可以点击 Oracle
VM VirtualBox 管理器的左上角 “...
分类:
其他好文 时间:
2014-05-21 23:02:29
阅读次数:
950
Problem Description
A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between nodes satisfying the follow...
分类:
其他好文 时间:
2014-05-21 10:55:57
阅读次数:
325
render进程中
一.webkit模块
webkit引擎会为网页内容同时创建Dom tree, Render tree和RenderLayer tree.
这三棵树之间的关系参见...
分类:
移动开发 时间:
2014-05-21 10:23:08
阅读次数:
457
SSTACK SEGMENT STACK
DW 32 DUP(?)
SSTACK ENDS
CODE SEGMENT
ASSUME CS:CODE
START: PUSH DS
MOV AX, 0000H
MOV DS, AX
MOV AX, OFFSET MIR7
MOV SI, 003CH ;0FH
MOV [SI], AX
MOV AX, CS
MO...
分类:
其他好文 时间:
2014-05-21 08:09:28
阅读次数:
252
1. 实验线路连接图使用Cisco Packet Tracer6.0 构建拓扑结构图2.
实验内容(1) 参阅教材中内容,完成PVST+的配置内容。(2) 在各台交换机上使用show spanning-tree vlan 10 和show
spanning-tree vlan 20 命令,查看根桥信...
分类:
其他好文 时间:
2014-05-21 05:01:33
阅读次数:
426
DescriptionA rooted tree is a well-known data
structure in computer science and engineering. An example is shown below:In the
figure, each node is lab...
分类:
其他好文 时间:
2014-05-21 03:23:51
阅读次数:
296