-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.glossary.xml
33 lines (33 loc) · 1.68 KB
/
book.glossary.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<glossary id="glossary">
<title>术语表</title>
<glossentry>
<glossterm>SNMP</glossterm>
<glossdef>
<para> </para>
</glossdef>
</glossentry>
<glossentry><glossterm>ANSI</glossterm>
<glossdef>
<para>(American National Standards Institute) This group is
the U.S. member organization that belongs to the ISO, the
International Organization for Standardization.
</para>
</glossdef>
</glossentry>
<glossentry><glossterm>CSS</glossterm>
<glossdef>
<para>CSS是Cascading style Sheets的简称,中文译作“层叠样式表单”,在主页制作时采用CSS技术,可以有效地对页面的布局、字体、颜色、背景和其它效果实现更加精确的控制。</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>集群(Cluster)</glossterm>
<glossdef>
<para>所谓集群是指一组独立的计算机系统构成的一个松耦合的多处理器系统,它们之间通过网络实现进程间的通信。应用程序可以通过网络共享内存进行消息传送,实现分布式计算机。</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>负载均衡(Load Balancing)</glossterm>
<glossdef><para>网络的负载均衡是一种动态均衡技术,通过一些工具实时地分析数据包,掌握网络中的数据流量状况,把任务合理均衡地分配出去。这种技术基于现有网络结构,提供了一种扩展服务器带宽和增加服务器吞吐量的廉价有效的方法,加强了网络数据处理能力,提高了网络的灵活性和可用性。</para></glossdef>
</glossentry>
</glossary>