Delphi 2009+ 的 System.SysUtils提供了一个类似.Net的StringBuilder,用于存储字符数组。 很多人不明白为什么要用TStringBuilder, Delphi中有string,有几乎所有TStringBuilder的功能函数, System.SysUtils中 Read More
posted @ 2017-05-14 23:49 findumars Views(487) Comments(0) Diggs(0)
http://blogs.embarcadero.com/davidi/2014/01/16/43281 There are many available Delphi and C++Builder components that will let you build cool desktop an Read More
posted @ 2017-05-14 23:45 findumars Views(548) Comments(0) Diggs(0)
Delphi有时候无法连接调试一些手机,解决方案: 1.安装Google USB Driver 2.通过设备管理器查看手机或平板USB的VID,PID 3.修改你的电脑上的android_winusb.inf,将第2步找到的VID,PID加到inf中。 例如: 详细请看: http://delphi Read More
posted @ 2017-05-14 23:44 findumars Views(2249) Comments(0) Diggs(0)
Delphi通过inherited 可以调用父类的方法,但是没有提供直接调用父类的父类的方法(爷爷类),通过变通的方式实现如下: 假设父类是TFather,爷爷类TGrand,调用爷爷类的Write方法: type TWriteProc=procedure of Object;var WritePr Read More
posted @ 2017-05-14 23:36 findumars Views(594) Comments(0) Diggs(0)
Delphi的基于接口(IInterface)的多播监听器模式(观察者模式 )http://www.cnblogs.com/hezihang/p/6083555.html利用RTTI实现Delphi的多播事件代理研究http://www.cnblogs.com/hezihang/p/3299481. Read More
posted @ 2017-05-14 23:33 findumars Views(335) Comments(0) Diggs(0)
小米手机销量暴跌36% 雷军做错了什么? 日前,小米科技创始人雷军在美国马萨诸塞州剑桥市出席了第20届哈佛中国论坛开幕式并发表了演讲。在演讲中,雷军说但小米却只用两年半的时间一跃成为了中国第一,世界第三,发布手机后第四年营业额就已超过100亿美元。雷军 而对于利润,雷军则表示,毛利率越高的公司不一定 Read More
posted @ 2017-05-14 18:42 findumars Views(306) Comments(0) Diggs(0)
数字化转型、开放式创新、技术与业务深度融合是新时期软件产业发展的重要特点。顺应时代变革,华为将携手合作伙伴,帮助客户迎战云时代,通过软件开发云向软件企业和软件开发团队提供智能化软件研发管理平台,以云的方式传承华为20多年积累的软件工程能力和优秀实践,不断提升软件企业核心竞争力,加速推进中国软件(20 Read More
posted @ 2017-05-14 03:51 findumars Views(339) Comments(0) Diggs(0)