摘要:
转自(http://www.xuebuyuan.com/1202062.html) VERSIONINFO Resource Defines a version-information resource. The resource contains such information about th 阅读全文
摘要:
WCF:Windows Communication Foundation 1、概念 WCF是一个用于搭建面向服务的框架,可以通过它从一个服务终端以异步消息的方式发送数据到其他服务; WCF是一个基于消息的通信框架,采用基于终端(Endpoint)的通信手段,终端由地址(Address)、绑定(Bin 阅读全文
摘要:
1.Basic looploop /* statements */end loop;2.While loopwhile a > b loop /* statements */end loop 3.For loopfor i in 1..1000 loop insert into a va... 阅读全文
摘要:
(转自:http://www.tripleboot.org/?p=138)Once you’ve built your first Qt program, have you tried it on another PC?(Post updated and simplified! Thanks to ... 阅读全文