-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jason Lam <[email protected]> Co-authored-by: A1lo <[email protected]>
- Loading branch information
1 parent
485e52f
commit 082448e
Showing
22 changed files
with
104 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- | ||
title: 缓冲区 | ||
slug: Glossary/Buffer | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
缓冲区是物理内存中的一个存储区域,当数据进行转移时用来临时存放数据。 | ||
**缓冲区**是物理内存中的一个存储区域,用于在数据进行转移时临时存放数据。 | ||
|
||
## 参见 | ||
|
||
- 维基百科上的[缓冲器](https://zh.wikipedia.org/wiki/缓冲器)词条 | ||
- 维基百科上的[缓冲器](https://zh.wikipedia.org/wiki/缓冲器) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
--- | ||
title: CalDAV | ||
slug: Glossary/CalDAV | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
CalDAV({{Glossary("WebDAV")}} 的日历扩展 (Calendaring extensions to WebDAV))是一种由 {{Glossary("IETF")}} 标准化的{{glossary("protocol", "协议")}},用于远程访问{{glossary("server", "服务器")}}上的日历数据。 | ||
**CalDAV**({{Glossary("WebDAV")}} 的日历扩展)是一种由 {{Glossary("IETF")}} 标准化的{{glossary("protocol", "协议")}},用于远程访问{{glossary("server", "服务器")}}上的日历数据。 | ||
|
||
## 参见 | ||
|
||
- 维基百科上的 [CalDAV](https://en.wikipedia.org/wiki/CalDAV) | ||
- [RFC 4791: Calendaring extensions to WebDAV (CalDAV)](https://datatracker.ietf.org/doc/html/rfc4791) | ||
- [RFC 6638: Scheduling Extensions to CalDAV](https://datatracker.ietf.org/doc/html/rfc6638) | ||
- [RFC 4791:WebDAV(CalDAV)的日历拓展](https://datatracker.ietf.org/doc/html/rfc4791) | ||
- [RFC 6638:CalDAV 的安排拓展](https://datatracker.ietf.org/doc/html/rfc6638) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
--- | ||
title: CDN | ||
slug: Glossary/CDN | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**CDN** (内容分发网络) 指的是一组分布在各个地区的服务器。这些服务器存储着数据的副本,因此服务器可以根据哪些服务器与用户距离最近,来满足数据的请求。CDNs 提供快速服务,较少受高流量影响。 | ||
**CDN**(内容分发网络)指的是一组分布在各个地区的服务器。这些服务器存储着数据的副本,因此服务器可以根据哪些服务器与用户距离最近,来满足数据的请求。CDN 可以提供快速服务,较少受高流量影响。 | ||
|
||
CDNs 被广泛用于传输 stylesheets 和 JavaScript 等静态资源,像 Bootstrap,Jquery 等。对这些库文件使用 CDN 技术,有以下几点好处: | ||
CDN 被广泛用于传输样式表和 JavaScript 文件(例如 Bootstrap、jQquery 库等)的静态资源。对这些库文件使用 CDN 技术,有以下几点好处: | ||
|
||
- 通过 CDN 向用户分发传输相关库的静态资源文件,可以降低我们自身服务器的请求压力。 | ||
- 大多数 CDN 在全球都有服务器,所以 CDNs 上的服务器在地理位置上可能比你自己的服务器更接近你的用户。地理距离会按比例影响延迟。 | ||
- CDNs 已经配置了恰当的缓存设置。使用 CDN 节省了在你的服务器中对静态资源文件的配置。 | ||
- 大多数 CDN 在全球都有服务器,所以 CDN 上的服务器在地理位置上可能比你自己的服务器更接近你的用户。地理距离会按比例影响延迟。 | ||
- CDN 已经配置了恰当的缓存设置。使用 CDN 节省了在你的服务器中对静态资源文件的配置。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
title: Certified | ||
title: 已认证 | ||
slug: Glossary/Certified | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**已认证标识**意味着一个程序、一项内容或一次数据传输已经成功经过了相关领域专家的认证,因此该项目被认为是完整的、安全的、可信的。 | ||
**已认证**意味着一个程序、一项内容或一次数据传输已经成功经过了相关领域专家的认证,因而我们认为它是完整的、安全的、可信的。 | ||
|
||
关于{{glossary("Cryptography", "密码学")}}中证书的细节,请参考{{glossary("Digital Certificate", "数字认证证书")}}。 | ||
|
||
## 参见 | ||
|
||
- 维基百科中的[证书](https://zh.wikipedia.org/wiki/專業認證) | ||
- 维基百科中的[认证](https://zh.wikipedia.org/wiki/專業認證) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
--- | ||
title: 字符 | ||
slug: Glossary/Character | ||
l10n: | ||
sourceCommit: d842f8c32316dbe36cff9fc5e0e777602e32d958 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
一个*字符*(character)要么是一个可打印符号(字母、数字、标点符号),或者是不可打印的“控制”符号(例如,回车、软连字符)。{{glossary("UTF-8")}} 是最常见的字符集,包含了最流行的人类语言的字符。 | ||
一个**字符**(character)要么是一个可打印符号(字母、数字、标点符号),或者是不可打印的“控制”符号(例如,回车、软连字符)。{{glossary("UTF-8")}} 是最常见的字符集,包含了最流行的人类语言的字符。 | ||
|
||
## 参见 | ||
|
||
- 维基百科上的[字符(计算机科学)](<https://zh.wikipedia.org/wiki/字符_(计算机科学)>) | ||
- 维基百科上的[字符编码](https://zh.wikipedia.org/wiki/字符编码) | ||
- 维基百科上的 [ASCII](https://zh.wikipedia.org/wiki/ASCII) | ||
- {{glossary("ASCII")}} | ||
- 维基百科上的 [UTF-8](https://zh.wikipedia.org/wiki/UTF-8) | ||
- 维基百科上的 [Unicode](https://zh.wikipedia.org/wiki/Unicode) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
--- | ||
title: Character set | ||
title: 字符集 | ||
slug: Glossary/Character_set | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**字符集**是一种让计算机知道如何识别 {{Glossary("Character")}} 的编码系统,这些字符包括字母、数字、标点符号和空白字符。 | ||
**字符集**是一种让计算机知道如何识别{{Glossary("Character", "字符")}}(包括字母、数字、标点符号和空白字符)的编码系统。 | ||
|
||
早期,由于各国使用的语言不同而发展出各自的字符集,例如日语的 Kanji JIS(例如 Shift-JIS, EUC-JP 等),繁体中文的 Big5 和俄罗斯的 KOI8-R。然而,{{Glossary("Unicode")}} 因其对通用语言的支持,逐渐成为最被接受的字符集。 | ||
早期,由于各国使用的语言不同而发展出各自的字符集,例如日语的 Kanji JIS(例如 Shift-JIS, EUC-JP 等)、繁体中文的 Big5 和俄罗斯的 KOI8-R。然而,{{Glossary("Unicode")}} 因其对通用语言的支持,逐渐成为最被接受的字符集。 | ||
|
||
如果一个字符集使用不正确(例如,对于以 Big5 编码的文章使用 Unicode),你可能会看到全是乱码,这被称为[乱码](https://zh.wikipedia.org/wiki/亂碼)。 | ||
如果一个字符集使用不正确(例如,对以 Big5 编码的文章使用 Unicode),你可能会看到全是不正确的字符,这被称为[乱码](https://zh.wikipedia.org/wiki/亂碼)。 | ||
|
||
## 参见 | ||
|
||
- [字符编码](https://zh.wikipedia.org/wiki/字符编码)(维基百科) | ||
- [乱码](https://zh.wikipedia.org/wiki/亂碼)(维基百科) | ||
- 维基百科上的[字符编码](https://zh.wikipedia.org/wiki/字符编码) | ||
- 维基百科上的[乱码](https://zh.wikipedia.org/wiki/亂碼) | ||
- [术语表](/zh-CN/docs/Glossary) | ||
|
||
- {{Glossary("Character")}} | ||
- {{Glossary("Character", "字符")}} | ||
- {{Glossary("Unicode")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- | ||
title: CIA | ||
slug: Glossary/CIA | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
CIA(机密性 Confidentiality、完整性 Integrity、可用性 Availability,也称作 CIA 三要素或 AIC 三要素)是一个指导组织的信息安全政策的模型。 | ||
**CIA**(机密性 Confidentiality、完整性 Integrity、可用性 Availability,也称作 CIA 三要素或 AIC 三要素)是一个指导组织的信息安全政策的模型。 | ||
|
||
## 参见 | ||
|
||
- 维基百科上的 [CIA](https://zh.wikipedia.org/wiki/信息安全#基本原理) 部分 | ||
- 维基百科上的 [CIA](https://zh.wikipedia.org/wiki/信息安全#基本原理) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.