替同事做了个洛奇英雄传自动染色程序,关于屏幕取色的.因为里面他对颜色的要求比较复杂,改动也比较大,于是我让他把逻辑写在 lua 脚本里面. [delphi] view plain copy uses LUA, LUALIB; [delphi] view plain copy [delphi] vie Read More
posted @ 2017-02-01 06:12 findumars Views(1000) Comments(0) Diggs(0)
[delphi] view plain copy [delphi] view plain copy http://blog.csdn.net/warrially/article/details/37810237 Read More
posted @ 2017-02-01 06:11 findumars Views(649) Comments(0) Diggs(0)
xp中自带了DHTMLEdit.ocx, 所以只需安装即可 但是可视化设计面板中没有这个控件,需要我们手动安装一下 具体方式: 【import AcitveX control 在控件板上的安装】一、先新建一个Package, 二、再在Component->Import Component里面添加好A Read More
posted @ 2017-02-01 06:09 findumars Views(471) Comments(0) Diggs(0)
原文链接:http://www.firemonkeyx.com/ten-tips-for-building-stunning-professional-android-apps-with-firemonkey/ 本文对原文有所精简。 # 1、使用 SSL 安全数据连接 如果在您的移动应用中使用的是 Read More
posted @ 2017-02-01 05:40 findumars Views(1053) Comments(0) Diggs(0)
简述 在VS编写控制台程序的时候,包括使用其他IDE(Visual C++)编写C/C++程序,经常会看到程序的执行结果一闪而过,要解决这个问题,可以在代码的最后加上system(“pause”)、getchar()、cin.get()。 简述 推荐方法 替代方法 简述 推荐方法 替代方法 简述 推 Read More
posted @ 2017-02-01 01:48 findumars Views(1369) Comments(0) Diggs(0)