好久没写代码了,更久没上博客园的博客了,无聊写几行试一下新语法。 1 unit Main; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, Sy...
unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra.....
分类:
移动开发 时间:
2014-12-19 11:44:23
阅读次数:
504
1 ////Variants.cpp 2 3 #include "vcf/FoundationKit/FoundationKit.h" 4 #include "vcf/FoundationKit/Dictionary.h" 5 using namespace VCF; 6 7 ...
分类:
其他好文 时间:
2014-12-18 16:47:25
阅读次数:
230
Delphi中使用@取函数地址的问题例如以下代码:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs;type TForm1 = clas...
1. Starting from the Material Requirements Planning node, choose Planning Total planning As background job.The Total planning: Variants screen appears...
分类:
其他好文 时间:
2014-12-15 17:16:49
阅读次数:
184
第一种:自定义处理单条消息[delphi]view plaincopyunitUnit2;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs;typeTForm2=class(...
程序界面:程序源码: 1 unit mydb; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, DB...
分类:
数据库 时间:
2014-12-09 21:11:30
阅读次数:
373
1 unit DateTimePicker; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, Co...
分类:
其他好文 时间:
2014-12-05 12:40:04
阅读次数:
292
1 unit TrafficLight3; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, Std...
分类:
其他好文 时间:
2014-12-05 12:09:51
阅读次数:
202
Boost库的介绍:http://www.boost.org/
要想在mac上使用boost库写应用程序,首先需要安装boost。
安装步骤:参考官网教程http://www.boost.org/doc/libs/1_57_0/more/getting_started/unix-variants.html
1.下载 Download boost_1_57_0.tar.bz2.
2....
分类:
系统相关 时间:
2014-12-04 18:04:55
阅读次数:
643