static void swtArxProject5plcopy(void) { // Add your code for command swtArxProject5.plcopy here //定义对象名和点 ads_name ename;ads_...
分类:
其他好文 时间:
2014-07-02 00:50:26
阅读次数:
418
具体解决方案参考的http://www.tomshardware.com/forum/171045-46-remote-desktop-connection-blank-desktopto solve it I opened two windows thru remote desktopthen i...
1.TimePicker控件最近感觉每个开发平台的控件基本都差不多,在Android中控件的事件和.net控件直接写事件有一定的区别,net事件可以直接界面进行事件的绑定哈。不过在Silverlight中,如果用MVVM设计模式的话,也可以自己为控件写Command命令的,可以取代控件的事件。Tim...
分类:
其他好文 时间:
2014-07-01 20:43:57
阅读次数:
261
来源:http://ss64.com/osx/An A-Z Index of theApple OS Xcommand line alias Create an alias ? alloc List used and free memory apropos Search t...
分类:
移动开发 时间:
2014-07-01 17:46:48
阅读次数:
384
Measure-Command { $ar = @() for ($x=0; $x -lt 10000; $x++) { $ar += $x }}执行结果:3.301sMeasure-Command { $ar = New-Object -TypeName System.Coll...
分类:
其他好文 时间:
2014-07-01 17:39:14
阅读次数:
180
Greenplum主要组件包括:Master、Segments、Interconnect;其他组件包括ETL Server、Greenplum command center等。0. 组件之-Master:master功能master也是一个gp的独立的数据库,是gp的入口,负责接受和管理客户端的连接...
分类:
其他好文 时间:
2014-07-01 16:57:59
阅读次数:
411
本文转载至http://blog.csdn.net/duxinfeng2010/article/details/8265273 linker command failed with exit code 1 (use -v to see invocation)这个错误貌似遇见并不止一次,当我想用某.....
分类:
其他好文 时间:
2014-07-01 16:39:55
阅读次数:
339
RPC(Remote Procedure Call Protocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。RPC协议假定某些传输协议的存在,如TCP或UDP,为通信程序之间携带信息数据。在OSI网络通信模型中,RPC跨越了传输层和应用层。...
分类:
其他好文 时间:
2014-07-01 13:30:14
阅读次数:
180
1. hadoop远程过程调用RPC:XML-RPC,JSON-RPC,CORBA,RMI(Remote Method Invocation),Haoop IPC(进程间通信)RPC原理:允许本地程序(客户端)调用其他机器(服务器)上的过程,客户端使用参数将信息传送给调用方,通过返回值得到消息。RP...
分类:
其他好文 时间:
2014-07-01 12:01:22
阅读次数:
316
catalog数据库:
catalog indirect: db2 catalog database on /db2sys[dir_name]
catalog remote: db2 catalog database as at node
事例:
db2
catalog tcpip node NODESUN remote 192.168.1.1 s...
分类:
数据库 时间:
2014-06-30 18:19:41
阅读次数:
300