From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/synchronous/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/zh-cn/glossary/synchronous/index.html (limited to 'files/zh-cn/glossary/synchronous') diff --git a/files/zh-cn/glossary/synchronous/index.html b/files/zh-cn/glossary/synchronous/index.html new file mode 100644 index 0000000000..e5e1c37af7 --- /dev/null +++ b/files/zh-cn/glossary/synchronous/index.html @@ -0,0 +1,22 @@ +--- +title: Synchronous(同步) +slug: Glossary/Synchronous +tags: + - Web + - 术语 +translation_of: Glossary/Synchronous +--- +

各方都实时(或者尽可能实时)地收取(而且必要的话也处理或者回复)信息的即时沟通方式,即为同步

+ +

电话即为一个日常的例子:人们都倾向于在使用电话时即时地作出回应。

+ +

许多程序指令也是实时的:例如当输入一个算式时,除非编程人员有意为止,否则环境都会立即将结果反馈回来。

+ +

了解更多

+ +

技术参考

+ + -- cgit v1.2.3-54-g00ecf