版权声明 本文首发自微信公共帐号: 学习学习再学习(xiaolai-xuexi) 无需授权即可转载, 甚至无需保留以上版权声明; 转载时请务必注明作者。 以下是《共同成长社区》第 58 次分享,分享者是 Xdite。 Xdite Xdite(郑伊廷),台湾有名的软件技术开发者,Growth Scho Read More
posted @ 2017-05-18 05:55 findumars Views(1182) Comments(0) Diggs(0)
会议室的门开了,赵阳大步迈了进来,带着一身的仆仆风尘——助理说,他才和客户谈好业务便匆匆往回赶——这场景,仿佛和七年前重叠起来。 那年,无锡日报记者采访了创新创业人物、身为美新半导体董事长兼CEO的赵阳;如今,还是在高新区新辉环路2号,还是那个头衔,我们的话题却有了更多的延展性。 一晃,当年北大物理 Read More
posted @ 2017-05-17 22:51 findumars Views(551) Comments(0) Diggs(0)
在Delphi中静态调用DLL top 调用一个DLL比写一个DLL要容易一些。首先给大家介绍的是静态调用方法,稍后将介绍动态调用方法,并就两种方法做一个比较。同样的,我们先举一个静态调用的例子。 unit Unit1; interface uses Windows, Messages, SysUt Read More
posted @ 2017-05-16 21:09 findumars Views(5715) Comments(0) Diggs(0)
Delphi的流对象(TStream的派生对象)有如下读写函数: function Read(var Buffer; Count: Longint): Longint;function Write(const Buffer; Count: Longint): Longint;procedure Re Read More
posted @ 2017-05-16 21:09 findumars Views(320) Comments(0) Diggs(0)
转自 http://www.anqn.com/dev/delphi/2010-01-07/a09122531-1.shtml 自己对中间有点修改,下面是代码 服务端部分 客户端部分 Demo下载 http://www.cnblogs.com/dashan9zj/archive/2010/06/09/ Read More
posted @ 2017-05-16 21:08 findumars Views(629) Comments(0) Diggs(0)