修改 UserSessionUnit 单元:unit UserSessionUnit;interfaceuses IWUserSessionBase, SysUtils, Classes, IWApplication;type TIWUserSession = class(TIWUserSess.....
分类:
Web程序 时间:
2014-07-10 10:25:22
阅读次数:
253
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ...
分类:
其他好文 时间:
2014-07-02 19:11:48
阅读次数:
202
函数原型:Unit Systemfunction Copy(S: string; Index, Count: Integer): string;说明:S : 字符串. Indexd : 从第几位开始拷贝. Count : 总共要拷贝几位. 从母字符串拷贝至另一个字符串返回值:结果返回新字符串
分类:
其他好文 时间:
2014-06-27 19:39:07
阅读次数:
151
单元不能被循环引用(Circular unit reference)的。循环引用的意思是:A引用了B,而B又引用了A,且都是在interface部分进行引用。example:unit Unit1;interfaceusesUnit2;......unit Unit2;interfaceuses Un...
分类:
其他好文 时间:
2014-06-27 15:10:23
阅读次数:
233
Unity入门
用unity做一个最简单的交互。(相当于Hello World)只要最后能运行就算入门了。
第一步,要先用三维制作软件制作出我们需要的场景。
这儿使用的是Max2012(软件大小3.09G)。
首先设置一下在max使用的长度单位,选择使用米为单位。
设置步骤是Customize---->Units Setup---->System Unit Setup---->下拉选...
分类:
其他好文 时间:
2014-06-26 10:39:27
阅读次数:
694
一.DB(Data block)A data block is the smallest unit of storage in anOracledatabase. Every database has a default block size (specified when the database...
分类:
数据库 时间:
2014-06-25 14:20:00
阅读次数:
430
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:
其他好文 时间:
2014-06-24 23:36:30
阅读次数:
486
3D dungeon
时间限制:1000 ms | 内存限制:65535 KB
难度:2
描述You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not
be fil...
分类:
其他好文 时间:
2014-06-22 22:13:18
阅读次数:
223
驱动代码内部相关关键字等如KillTimer、 LPVOID —指针、BOOL和bool、NEW分配内存
、HWND、UNIT、、__cdecl 、_stdcall、PASCAL 、_fastcall、_thiscall的区别与联系、
typedef LONG_PTR LPARAM;typedef UINT_PTR WPARAM;等...
分类:
其他好文 时间:
2014-06-22 21:18:54
阅读次数:
244
delphi汉字转拼音 2009-09-21 10:44:59| 分类: 计算机知识 |举报 |字号 订阅unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, F...
分类:
其他好文 时间:
2014-06-21 15:58:46
阅读次数:
494