数据库复习
1.1 数据库基础 数据 数据是描述事物的符号记录。 数据库 数据库是长期存储在计算机内有组织,可共享的大量数据的集合。 数据库管理系统 数据库管理系统是数据管理软件;也是基础软件。 主要功能:数据的定义、组织、存储、管理、操纵,数据库的事务管理、运行管理、建立和维护,其他。 数据库系统 数据库系统由 数据库及其管理系统,管理员 应用系统 组成。 数据库系...
1.1 数据库基础 数据 数据是描述事物的符号记录。 数据库 数据库是长期存储在计算机内有组织,可共享的大量数据的集合。 数据库管理系统 数据库管理系统是数据管理软件;也是基础软件。 主要功能:数据的定义、组织、存储、管理、操纵,数据库的事务管理、运行管理、建立和维护,其他。 数据库系统 数据库系统由 数据库及其管理系统,管理员 应用系统 组成。 数据库系...
Terminologies 短语: 句型中某非终结符通过不少于一步推导得出的字串。 简单短语(直接短语): 句型中某非终结符通过一步推导得出的字串。 句柄: 句型中第一个简单短语。 求短语 法一:定义法 法二:用语法树 对于所有子树,把所有叶结点连起来,即为简单短语。 An ...
关系的两个不变性:实体完整性和参照完整性。 符号定义 <CONSTRAINT> (完整性约束命名子句): NOT NULL, CHECK(<EXPR>) <PROPERTY>: <KEY> <TYPE> [CONSTRAINT <CONSTRAINT_NAME> <CONSTRAINT>] ...
Encryption refers to the process of transforming data into a form that is unreadable, unless the reverse process of decryption is applied. Encryption algorithms use an en- cryption key to perform e...
Terminologies 导空: \(X\) 可导空意味着 \(X \Rightarrow^* \varepsilon\)。 句型: a set of symbol string that can derive from start symbol. 句子: a set of terminal string that can derive from start sy...
Grant privileges Syntax GRANT <OPERATION> ON <TABLE> TO <USER> [<USER1> <USER2> ...] [WITH GRANT OPTION]; <USER> 可为 PUBLIC,意为所有人。注意:使用 PUBLIC 授予权限,意味着未来创建...
Permissions: PTE_R allows page to be read. PTE_W allows page to be written. PTE_U allows page to be accessed by user. PTE_V left clear in unused PTEs, which seems to be VALID flag. Thing...
C -> Asm / processors Every processor has an associated instruction set architecture (ISA) C -> Asm (.S) -> .o files -> executables RISC-V & x86-64 x86-64 3 full books ...
Terms PRIME render offload PRIME render offload is the ability to have an X screen rendered by one GPU, but choose certain applications within that X screen to be rendered on a different GPU. DR...
Address spaces An address space is the range of memory addresses that a process can reference. Memory management unit Between CPU and memory, there is memory management unit (MMU), which transla...