7.1 MSF简史 MSF(Microsoft SolutionFramework),微软解决方案框架,就是微软推荐的软件开发方法。 7.2 MSF基本原则 1.推动信息共享与沟通(Foster open communication) 第一个原则,就是所有信息都保留并公开,讨论要包括所有涉及的角色, ...
分类:
其他好文 时间:
2017-06-04 15:47:02
阅读次数:
207
/** * The InputConnection interface is the communication channel from an * {@link InputMethod} back to the application that is receiving its * input. ...
分类:
其他好文 时间:
2017-05-29 09:58:49
阅读次数:
302
Binder系统的C程序使用示例IPC : Inter-Process Communication, 进程间通信RPC : Remote Procedure Call, 远程过程调用 这里我们直接只用android系统中已经实现好的Bindrt系统。 具体源代码在 frameworks\native ...
分类:
系统相关 时间:
2017-05-28 22:35:04
阅读次数:
338
什么是WCF 先看看官方说法: Windows Communication Foundation (WCF) 是用于构建面向服务的应用程序的框架。借助 WCF,可以将数据作为异步消息从一个服务终结点发送至另一个服务终结点。服务终结点可以是由 IIS 承载的持续可用的服务的一部分,也可以是应用程序中承 ...
分类:
其他好文 时间:
2017-05-19 16:05:13
阅读次数:
192
fw_common.h包括了USRP固件和上位机共用的代码,寄存器地址映射、结构体定义等 #include <stdint.h> /*! * Structs and constants for usrp2 communication. * This header is shared by the f ...
分类:
其他好文 时间:
2017-05-17 20:00:51
阅读次数:
295
Peer-to-Peer Communication Across Network Address Translators Bryan Ford Massachusetts Institute of Technology baford (at) mit.edu Pyda Srisuresh Caym ...
分类:
Web程序 时间:
2017-05-12 20:16:21
阅读次数:
253
“WebRTC,名称源自网页实时通信(Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的技术,是谷歌2010年以6820万美元收购Global IP Solutions公司而获得的一项技术,Google开源了这项技术!” 就 冲着6000 ...
分类:
Web程序 时间:
2017-05-11 22:31:45
阅读次数:
362
Got timeout reading communication packets解决方法 http://www.th7.cn/db/mysql/201702/225243.shtml [Note] Aborted connection xxxx to db:问题现象:在tail -f/data/l ...
分类:
其他好文 时间:
2017-05-03 10:28:41
阅读次数:
1580
一、入门指南 1.1 SALTSTACK是什么? The backbone of Salt is the remote execution engine, which creates a high-speed, secure and bi-directional communication net ...
分类:
其他好文 时间:
2017-05-02 13:39:39
阅读次数:
145
在计算机的世界里,不仅有程序内部的通信,还需要程序之间的通信,这又包含两大类:同一台主机的程序之间的通信、不同主机的程序之间的通信。 同一台主机的程序之间的通信就是IPC,IPC(Inter-process communication,单机中运行的进程之间的相互通信)。 不同主机的程序之间的通信有很... ...
分类:
其他好文 时间:
2017-05-02 11:50:23
阅读次数:
183