1、插入数据insert into table(id,name) values("","") ---插入数据到table表中如:INSERT INTO sms.Communication ( RefType,RefId,Type,Message,CreateUserId,CreateDate ) v...
分类:
数据库 时间:
2014-06-28 18:36:01
阅读次数:
239
1.Binder(IPC)Linux进程之间要能够互相通信,从而共享资源和信息。所以,操作系统内核必须提供进程间的通信机制(IPC,Inter-Process Communication)。IPC机制种类:采用命名管道(name pipe),消息队列(message queue),信号(signal...
分类:
其他好文 时间:
2014-06-26 20:48:54
阅读次数:
329
今天单独启动了Data Guard的primary 数据库,出现了这个错误:ORA-03113: end-of-file on communication channel...
分类:
其他好文 时间:
2014-06-22 19:01:38
阅读次数:
205
??
Both sequence diagrams and communication diagrams are kinds of interaction diagrams. An
interaction diagram
shows an interaction, consisting of a set of objects or roles, including the messages ...
分类:
其他好文 时间:
2014-06-17 19:15:04
阅读次数:
186
定义 Windows Communication Foundation 服务协定...
分类:
其他好文 时间:
2014-06-10 17:33:46
阅读次数:
133
【题解】:【代码】: 1 #include 2 #include 3 #include 4
#define inf 99999999 5 using namespace std; 6 int
dp[105][10005];//i件设备,最小带宽(瓶颈)为j时的最小花费 7 int B[105]...
分类:
其他好文 时间:
2014-06-09 22:35:23
阅读次数:
259
SerialPort SDK is a professional java serial port SDK,provides simple communication interface to connect to any serial port device....
分类:
编程语言 时间:
2014-06-08 05:40:31
阅读次数:
273
Binder is like RPC in java. It enables
multi-processes communication. Now we will talking about how to bind service
using IBinder class.总共有3种bind serv...
分类:
其他好文 时间:
2014-06-07 06:29:37
阅读次数:
232
历史:第一代:50年代:(多台)终端(terminal)-->计算机(host)缺点:1.主机负荷重,效率低。2.终端速率低,线路利用低,费用高。60年代:通信控制处理机CCP(communication
control processer)或FET(front end processor) 集中器...
分类:
其他好文 时间:
2014-06-06 15:34:57
阅读次数:
421
IPC进程间通信+数据复制消息WM_COPYDATA IPC(Inter-Process
Communication,进程间通信)。 数据复制消息WM_COPYDATA是Windows中一个特殊的消息,通过这个消息能够在进程间传递数据。
1.WM_COPYDATA: WM_C...
分类:
其他好文 时间:
2014-06-02 08:34:57
阅读次数:
245