Two routers do not become neighbors unless the following conditions are met. Two way communication between routers is possible. Determined by flooding ...
分类:
其他好文 时间:
2018-06-28 00:59:22
阅读次数:
215
1. 并发编程 1. 实现让程序同时执行多个任务也就是常说的“并发编程” 2. 使用Python实现并发编程主要有3种方式:多进程、多线程、多进程+多线程。 3. 进程间通信必须通过进程间通信机制(IPC,Inter Process Communication)来实现数据共享,具体的方式包括管道、信 ...
分类:
编程语言 时间:
2018-06-26 00:44:22
阅读次数:
155
面向对象动态建模,用于建立行为的实体间行为交互的四种图:状态图(Stage Diagram),序列图(Sequence Diagram),协作图(Communication Diagram),活动图(Activity Diagram) 。 其中,"顺序图"与"协作图"表述的是相似的消息,"活动图"是 ...
分类:
其他好文 时间:
2018-06-24 22:35:19
阅读次数:
132
消息与消息队列 IPC (Inter process communication) 广义:所有可以用于进程间通信的对象和方法 狭义:特指消息队列,信号量,共享内存 消息队列 应用于进程间少量数据的顺序共享 信号量 应用于进程间互斥 共享内存 应用与进程间大量数据的随机共享访问 命令行查询IPC对象 ...
分类:
其他好文 时间:
2018-06-23 01:36:31
阅读次数:
149
一、概述 Windows Communication Foundation(WCF)是由微软发展的一组数据通信的应用程序开发接口,可以翻译为Windows通讯接口,它是.NET框架的一部分。由 .NET Framework 3.0 开始引入。 WCF的最终目标是通过进程或不同的系统、通过本地网络或是 ...
分类:
其他好文 时间:
2018-06-22 10:19:37
阅读次数:
214
A transport-layer protocol provides for logical communication between application processes running on different hosts. Transport-layer protocols are ...
分类:
Web程序 时间:
2018-06-21 17:32:59
阅读次数:
244
目录 1.程序设计语言中的函数/方法(Function / method in programming language) 2.通信程序设计规范(Specification: Programming for communication) *为什么需要规范 *行为等价 *规范结构:前提条件与后置条件 ...
分类:
其他好文 时间:
2018-06-20 21:20:51
阅读次数:
163
BDC(batch data communication)是SAP常用的一种数据传输方法。用于一些数据量大,但是对速度又要求不高的数据传输 BDC的两种通用写法。 1. Call Transaction: 顾名思义,就是直接调用BDC进行数据批量导入。优点:方便快捷,程序处理方便。缺点:日志管理能力 ...
分类:
其他好文 时间:
2018-06-05 12:18:58
阅读次数:
365
Nothing for nothing. 不费力气,就一无所得。 These days I am busy in compiling a lightweight communication libraries for Python3.6 on windows. It is not a easy jo ...
分类:
其他好文 时间:
2018-06-05 10:14:54
阅读次数:
144
Got an error reading communication packets;Error reading packet from server for channel ‘‘: Lost connection to MySQL server during query (server_errno=2013)
分类:
数据库 时间:
2018-05-21 14:47:49
阅读次数:
534