In cryptography, forward secrecy (FS), also known as perfect forward secrecy (PFS), is a property of secure communication protocols in which compromis ...
分类:
其他好文 时间:
2018-03-11 00:36:13
阅读次数:
185
本节内容 1. Socket介绍 概念 A network socket is an endpoint of a connection across a computer network. Today, most communication between computers is based on ...
分类:
编程语言 时间:
2018-03-06 17:12:34
阅读次数:
232
什么是因特网: 其一:构成因特网的基本硬件与软件。 其二:为分布式应用提供服务的联网基础设施。 终端机器称为主机( host ) 或者端系统( end system ) 端系统通过通信链路(communication link)和分组交换机(packet switch)连接。 分组:计算机间传递的被 ...
分类:
其他好文 时间:
2018-03-06 00:51:01
阅读次数:
171
1. https://en.wikipedia.org/wiki/D-Bus In computing, D-Bus (for "Desktop Bus"[4]), a software bus, is an inter-process communication (IPC) and remote ...
分类:
数据库 时间:
2018-03-05 17:00:44
阅读次数:
336
原文地址:http://blog.csdn.net/jsd2honey/article/details/59663748 IPC(Inter-Process Communication,进程间通信)机制,也被称为System V IPC 。 下面将介绍以下内容: 信号量:用于管理对资源的访问。 共享 ...
分类:
系统相关 时间:
2018-03-01 13:22:26
阅读次数:
246
IPC: IPC,即Inter-Process Communication,进程间通信。是进程间通信的对象,包括管道、消息队列、信号量、套接字等。关于IPC结构,首先IPC结构是内核维护的,不属于某个特定进程。IPC结构由两个东西标识:标识符(ID)和键(key)。其中,ID是IPC的内部名字,只在 ...
分类:
系统相关 时间:
2018-02-24 00:52:01
阅读次数:
198
Windows Communication Foundation(WCF)是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows 通讯开发平台。 WCF的所有服务都会公开契约。契约包含以下四种类型 1.服务契约 2.数据契约 3.错误契约 4.消息契约 今天主要介绍服务契约实现WC ...
分类:
其他好文 时间:
2018-02-23 17:07:39
阅读次数:
170
face-to-face communication 面对面交流 WeChat 微信 microblog 微博 short message 短信 今天的主题是 【Basic Phone Language】 【初级打电话攻略】 In today's lesson, we are going to le ...
分类:
其他好文 时间:
2018-02-11 18:17:13
阅读次数:
273
进程间通信——队列和管道(multiprocess.Queue、multiprocess.Pipe) 在电脑的多个进程中,他们之间要想通讯需要使用IPC协议(Inter-Process Communication) 生产者消费者模型 非常典型的案例 # 矛盾 : 解决 数据的供需不平衡# 同步 生产 ...
分类:
其他好文 时间:
2018-02-05 18:41:04
阅读次数:
322
2. The OSI Model and the TCP/IP Protocol Suite The layered model that dominated data communication and networking literature before 1990 was the Open ...
分类:
其他好文 时间:
2018-02-01 23:17:01
阅读次数:
341