With fast developments of information and communication technology, many cities today have established bicycle sharing systems. The key component of t ...
分类:
其他好文 时间:
2018-04-07 01:09:24
阅读次数:
207
1. Socket介绍 概念 A network socket is an endpoint of a connection across a computer network. Today, most communication between computers is based on the ...
分类:
其他好文 时间:
2018-03-29 22:37:41
阅读次数:
254
IPC 是进程间通信(Interprocess Communication)的缩写,通常指允许用户态进程执行系列操作的一组机制: 通过信号量与其他进程进行同步 向其他进程发送消息或者从其他进程接收消息 和其他进程共享一段内存区 System V IPC 最初是在一个名为 "Columbus Unix ...
分类:
其他好文 时间:
2018-03-29 10:24:10
阅读次数:
146
Thu 8 Feb 15:43:18 GMT 2018 Part III interaction and communication between Programs chapter 10 System-Level I/O 10.1 Unix I/O <unistd.h> : STDIN_FILEN ...
分类:
其他好文 时间:
2018-03-29 02:15:21
阅读次数:
178
IPC,Inter-Processor Communication是SYS/BIOS处理核间通信的组件: IPC的几种应用方式: 1.最小使用(Minimal use) 这种情况是通过核间的通知机制(notification)来实施的,而一个通知所携带的信息是非常小的(一般是32bits),所以称为 ...
分类:
其他好文 时间:
2018-03-27 12:26:49
阅读次数:
214
需求:在C4C UI里创建web service(maintain ticket),然后通过ABSL代码消费。 1\. 创建一个新的Communication Arrangement 基于Manage Tickets这个标准的Communication Scenario创建一个Communicati ...
分类:
Web程序 时间:
2018-03-26 23:31:39
阅读次数:
262
一:什么是共享内存 共享内存是属于IPC(Inter-Process Communication进程间通信)机制,其它两种是信号量和消息队列,该机制为进程开辟创建了特殊的地址范围,就像malloc分配那样。进程能够将同一段共享内存连接到自己的地址空间上。从而操作共享内存。所以说。共享内存提供了多个进 ...
分类:
系统相关 时间:
2018-03-23 11:42:00
阅读次数:
237
https://arxiv.org/pdf/1706.08249.pdf Few-Example Object Detection with Model Communication,Xuanyi Dong, Liang Zheng, Fan Ma, Yi Yang, Deyu Meng 亮点 本文仅 ...
分类:
其他好文 时间:
2018-03-19 21:25:06
阅读次数:
271
Poor attitudes lead to poor communication. Poor communication leads to poor service. Poor service leads to no customers. No customers leads to no comp ...
分类:
其他好文 时间:
2018-03-16 00:21:54
阅读次数:
213
进程和线程的关系 IPC机制即为跨进程通信,是inter-Process Communication的缩写。是指两个进程之间进行通信。在说进程通信之前,我们的弄明白什么是线程,什么是进程。进程和线程是两个截然不同的概念。按照操作系统中的描述,线程是CPU调度的最小单位,同时线程也是一种有限的系统资源 ...
分类:
移动开发 时间:
2018-03-11 23:55:28
阅读次数:
261