http://blog.micxp.com/index.php/archives/113/ mysql远程连接出现了ERROR 2013 (HY000): Lost connection to MySQL server at ‘waiting for initial communication packet‘, system error: 0?错误,其解决办法...
分类:
数据库 时间:
2014-08-21 17:25:14
阅读次数:
342
RPC(Remote procedure call):In computer science, a remote procedure call (RPC) is an inter-process communication(IPC) that allows a computer program to...
分类:
其他好文 时间:
2014-08-20 12:18:12
阅读次数:
367
经由度量,我们获得了共同的沟通语言——The common communication language comes from measurement.数据最能表达现状,也最有说服力,也是沟通的通用语言。经由度量获得的数据是和股东、顾客、管理高层、项目组以及其他利益相关者进行沟通的最佳沟通语言,因为...
分类:
其他好文 时间:
2014-08-19 14:14:34
阅读次数:
194
目录1. Linux通信机制分类简介2. Inter-Process Communication (IPC) mechanisms: 进程间通信机制3. 多线程并行中的阻塞和同步4. Ring3和Ring0的通信机制5. 远程网络通信1. Linux通信机制简介在开始学习Linux下的通信机制之前,...
分类:
系统相关 时间:
2014-08-13 10:05:05
阅读次数:
436
iOS6之前 Required background modes
1.App plays audio
2.App registers for location updates
3.App provides Voice over IP services...
分类:
移动开发 时间:
2014-08-13 01:19:04
阅读次数:
299
在IPC(InterProcess Communication)的通信模式下,不管是使用消息队列还是共享内存,甚至是信号量,每个IPC的对象(object)都有唯一的名字,称为“键”(key)。通过“键”,进程能够识别所用的对象。“键”与IPC对象的关系就如同文件名称之于文件,通过文件名,进程能够....
分类:
其他好文 时间:
2014-08-11 14:46:12
阅读次数:
216
因为产品中要加入网页中网络会议的功能,这几天都在倒腾 WebRTC,现在分享下工作成果。话说 WebRTCReal Time Communication 简称 RTC,是谷歌若干年前收购的一项技术,后来把这项技术应用到浏览器中并开源出来,而且搞了一套标准提交给W3C,称为WebRTC,官方地址是:h...
分类:
Web程序 时间:
2014-08-08 17:33:16
阅读次数:
307
11年的blog.Facebook Messages seamlessly integrates many communication channels: email, SMS, Facebook Chat, and the existing Facebook Inbox. Combining al...
分类:
移动开发 时间:
2014-08-08 15:28:26
阅读次数:
496
一、概述 Windows Communication Foundation(WCF)是由微软发展的一组数据通信的应用程序开发接口,可以翻译为Windows通讯接口,它是.NET框架的一部分。由 .NET Framework 3.0 开始引入。 WCF的最终目标是通过进程或不同的系统、通过本地网络.....
分类:
其他好文 时间:
2014-08-07 00:42:57
阅读次数:
289
WebRTC(Web Real Time Communication)并不是Google原来自己的技术,在2010年,Google以大约6820万美元收购了VoIP软件开发商Global IP Solutions公司,开源了WebRTC实时通信项目。 语音引擎是GIPS的语音通信的杀手锏,...
分类:
Web程序 时间:
2014-08-05 00:06:08
阅读次数:
401