同步是指:发送方发出数据后,等接收方发回响应以后才发下一个数据包的通讯方式。异步是指:发送方发出数据后,不等接收方发回响应,接着发送下个数据包的通讯方式。CSDN上有讨论过:http://expert.csdn.net/Expert/topic/2646/2646592.xml?temp=.3842...
分类:
其他好文 时间:
2014-09-11 15:12:12
阅读次数:
193
首先,我们需要使用SQLite Expert Professional 工具1、新建一个数据库2、通过SQLite Expert创建数据库,然后import --〉Data Transfer Wizard--〉import data into...--〉ADO Data Source3、数据源选择 Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\xx...
分类:
数据库 时间:
2014-08-27 18:43:28
阅读次数:
234
5 life lessons you will learn the hard way1.It takes consistent time and effort to be an expert in any area.无论想成为哪个领域的专家,都需要持之以恒地付出时间和努力。This is the f...
分类:
其他好文 时间:
2014-08-26 11:29:55
阅读次数:
255
5 life lessons you will learn the hard way1.It takes consistent time and effort to be an expert in any area.无论想成为哪个领域的专家,都需要持之以恒地付出时间和努力。This is the f...
分类:
其他好文 时间:
2014-08-26 09:44:45
阅读次数:
346
Lazier SalesgirlTime Limit:2 Seconds Memory Limit:65536 KBKochiya Sanae is a lazy girl who makes and sells bread. She is an expert at bread making and...
分类:
其他好文 时间:
2014-08-20 23:59:43
阅读次数:
572
该书中一些思想还是比较有用的,但随着编译器以及规范的变化,书中有些内容已经发生了变化,以下是实践之后的一些总结。1 - typedef int x[10] 和 define x int[10] 区别define 定义为变量替换,而typedef为声明替换;#define peach int;unsi...
分类:
其他好文 时间:
2014-08-13 00:48:55
阅读次数:
245
知识库操作
先说个小伎俩。
在VIP中打开geni.prj,菜单选Options,打开Application Expert,点击Other Options,
点击Project Directories,点击Output,在Final文本框填入d:\Apache2.2\htdocs\GENI
这个目录是GENI虚拟主机所在之处。
这样做的目的,是编译后geni.exe会自动存入上述目录,省...
分类:
Web程序 时间:
2014-07-10 21:08:32
阅读次数:
316
EBS OAF开发中的Java 实体对象(Entity Object)验证功能补充(版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处;否则请与本人联系,违者必究)EO理论上是仅仅有产品组维护,里面包括其全部的业务逻辑,并提供对应的Expert给自己或者其他产品组使用。而VO是...
分类:
编程语言 时间:
2014-07-07 13:46:23
阅读次数:
215
The 10,000-Hour Rule says that you need approximately 10,000 hours of practice to become a world-class expert in a field. There is no other way: if yo...
分类:
其他好文 时间:
2014-07-03 12:25:37
阅读次数:
214
引用:http://community.csdn.net/Expert/TopicView3.asp?id=4374496linux下进程间通信的几种主要手段简介:1.管道(Pipe)及有名管道(namedpipe):管道可用于具有亲缘关系进程间的通信,有名管道克服了管道没有名字的限制,因此,除具有...
分类:
编程语言 时间:
2014-07-03 06:43:50
阅读次数:
275