摘要:
A transport-layer protocol provides for logical communication between application processes running on different hosts. Transport-layer protocols are 阅读全文
摘要:
特殊性 特殊性(specificity):对于每个规则,用户代理会计算选择器的特殊性并将特殊性附加到规则中的各个声明。如果一个元素有两个或多个冲突的属性声明,有最高特殊性的声明就会胜出。 选择器的特殊性由选择器本身组件确定,特殊性值表述为4个部分。特殊性排序从左向右,特殊性值为1,0,0,0大于以0 阅读全文
摘要:
Principle of network applications Network application architectures Application architecture: (different from the network architecture) Designed by th 阅读全文
摘要:
Two ways to describe the Internet 1. A nuts-and-bolt description (hardware&software component) The Internet is a computer network (of communication li 阅读全文
摘要:
之前第一次编译的时候没有出现问题,第二次重新编译时./configure报错: 查知可在报错的文件/usr/lib/python/posixpath.py中添加语句 解决; 但configure时再次出现类似报错 在/usr/lib/python2.7/codecs.py中添加上述setdefaul 阅读全文
摘要:
物理存储介质概述 存储介质的层次越高,成本越贵,速度越快。 基本存储(primary storage):最快的存储介质,如高速缓冲存储器cache和主存储器main memory; 辅助存储(secondary storage)/联机存储(online storage): 如磁盘(magnetic 阅读全文
摘要:
好的关系设计的特点 1. 设计选择:更大的模式 e.g. instructor (ID, name, dept_name, salary) department (dept_name, building, budget) 假设用更大的模式(instructor和department自然连接的结果)i 阅读全文
摘要:
Acting under uncertainty 1. Summarizing uncertainty In many domains, the agent’s knowledge can at best provide only a degree of belief in the relevant 阅读全文
摘要:
Representation revisited Knowledge representation languages should be declarative, compositional, expressive, context independent, and unambiguous. 2. 阅读全文
摘要:
设计过程概览 1. 设计阶段 ·最初阶段:刻画未来数据库用户的数据需求,产品为用户需求规格说明; ·概念设计阶段(conceptual-design phase):(关注描述抽象数据及其联系,通常使用实体-联系模型) 概念模式:定义数据库中表示的实体、实体的属性、实体之间的联系以及实体和联系上的约束 阅读全文