E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
unit2
Delphi工程运行的启动和退出画面
//工程文件 program Project1; uses Windows, Forms,
Unit2
in 'Unit2.pas' {Form2},
·
2015-10-31 11:06
Delphi
窗口跟随 - 回复 "heyongan" 的问题
问题来源: http://www.cnblogs.com/del/archive/2008/12/20/985931.html#1408193 本例中的 Form2 所在
Unit2
中没有任何代码
·
2015-10-31 10:51
问题
TScreen 类 - 程序中窗体的个数
//一个包含两个窗体的例子, 这是工程中的内容: program Project1; uses Forms, Unit1 in 'Unit1.pas' {Form1},
Unit2
·
2015-10-31 09:11
screen
delphi 开发扩展(一)
{主程序} unit
Unit2
; interface uses Windows, Messages, SysUtils, Variants, Classes
·
2015-10-31 09:18
Delphi
理解 Delphi 的类(十) - 深入方法[15] - 调用其他单元的函数
//要点15: 调用其他单元的函数 //包含函数的单元: unit
Unit2
; interface function MyFun(x,y: Integer): Integer; {
·
2015-10-30 14:35
Delphi
只容许程序运行1个实例
Manager; uses Forms,Windows,Messages, Unit1 in 'Unit1.pas' {WMGJ_SERVERFORM1},
Unit2
·
2015-10-30 13:33
实例
oracle 动态列
object CREATE or replace TYPE unit_type AS OBJECT ( unit1 VARCHAR2(50) ,
unit2
·
2015-10-23 09:06
oracle
Delphi 类方法也分私有和公有方法之分
类方法也分私有和公有方法之分,下面是具体代码 unit
Unit2
; interfaceuses Windows, Forms, Dialogs; type TA = class
·
2015-10-21 11:21
Delphi
利用自定义事件实现不同窗体间的通讯 -- Delphi篇
下面是实现代码:
Unit2
//子窗体 type //声明自定义事件的类型(类似于C#中的委托)
·
2015-10-21 10:42
Delphi
客户端形式的动态IP连接SRX的***站点
st0{
unit2
{description"ToRemote×××";familyinet;familyinet6;}}//建立虚拟接口securi
shen_xu
·
2015-09-01 10:09
***
动态IP
srx
juniper
给线程发送消息让它执行不同的处理
unit
Unit2
; interface uses System.Classes, Windows, Messages; const WM_DO = WM_USER + 1; type TDemoThread
·
2015-01-29 11:00
线程
JUnit4.8.2源代码分析-3.1 Description-测试树
例如myTest.units包中有Unit1、
Unit2
、Unit3,而SuiteUnit将
Unit2
、Unit3和myTest.param.ParametTes
yqj2065
·
2014-10-13 18:00
源代码
JUnit4.8.2
使用 IntraWeb (3) - 页面切换
,在TIWForm2和TIWForm3上各放一个TIWButton.测试代码用到三个窗体的OnCreate和每个按钮的OnClick事件.Unit1中的代码:usesServerController,
Unit2
涂孟超
·
2014-09-26 15:00
PowerShell中使用replace操作符替换字符串实例
复制代码代码如下:PS>'Unit1,
Unit2
,Unit3'-replace'[,\t]',';'Unit1;
Unit2
;Unit3上面的这个示例,用途是从给定的字符串中,匹配逗号(,)或tab键(\
洪哥
·
2014-07-30 10:53
udacity-web development-homework(
unit2
signup)
gae http://signup-fxj.appspot.com/#!/usr/bin/envpython # #Copyright2007GoogleInc. # #LicensedundertheApacheLicense,Version2.0(the"License"); #youmaynotusethisfileexceptincompliancewiththeLicense. #You
Wiking__acm
·
2014-02-10 14:00
排序算法总结
1 unit
unit2
; 2 3 interface 4 5 // 冒泡排序 6 procedure BubbleSort(var abc: array of Integer
·
2013-09-12 15:00
排序算法
简单的程序
interfaceuses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls,
Unit2
sharksoftster
·
2012-09-04 22:01
windows
procedure
程序
的
California Mathmetics-G6-Ch4
unit2
:NumberSense:FractionsFocus:Representandusenumbersinavarietyofequivalentformsandapplyaddition,subtraction
ccwwff
·
2012-07-27 13:00
Math
tree
Numbers
Forms
『MCSE 2008系统管理视频』Unit 2 配置Windows Server 2008环境
WindowsServer2008配置反间谍软件WindowsDefender配置网络中心配置本地连接安装服务器角色和功能=================================MCSE2008系统管理篇之
Unit2
ldj027
·
2012-01-22 21:48
windows
server
2008
休闲
MCITP
MCTS
刘道军
Delphi多线程及消息发送传递结构体参数
1、
Unit2
:unitUnit2; interface useswindows,classes,NMICMP,SysUtils,StdCtrls,messages; constWM_MY_PING=
hawksoft
·
2012-01-18 23:00
多线程
String
Integer
Delphi
Constructor
output
Delphi修改单元文件的名字
Delphi在创建item的时候有个很不好的地方,新生成的item是自动命名的,如unit1,
unit2
,form1公司要求每个项目的工程名,文件名都是有意义的,(unit1,
unit2
这样的命名方式想让别人记住都难
随乄风
·
2011-06-30 15:00
八皇后问题求解动态图形演示
以下是软件截图: 其中的核心Unit如下: unit
Unit2
; interface uses Windo
BlackAlpha
·
2011-01-01 22:47
八皇后
休闲
递归回溯算法
八皇后动态图形演示
非递归回溯算法
系统初始和服务--开机流程
UNIT2
系统初始和服务--开机流程开机预览(1)BIOS(2)MBR在硬盘第一个serctor,共512bytes,其中446字节是启动程序。(3)kernel主要是加载系统驱动程序,挂载根分区。
qianlei
·
2010-06-01 20:53
系统
开机
流程
服务
休闲
系统初始和服务--开机流程
UNIT2
系统初始和服务--开机流程开机预览(1)BIOS(2)MBR在硬盘第一个serctor,共512bytes,其中446字节是启动程序。(3)kernel主要是加载系统驱动程序,挂载根分区。
qianlei
·
2010-06-01 20:53
系统
开机
流程
服务
休闲
nvidia面试
Unit每个始终周期可以对FIFO 进行多次读写,Unit1进
Unit2
出。 1-2: 空间给三个点(x0, y0, z0),(x1, y1, z1),(x2, y2, z2)。
standalone
·
2010-01-04 11:00
数据结构
算法
面试
招聘
bbs
extjs中XTemplate表达式的用法
</tpl>..,{ isSameUnit : function(unit1,
unit2
, unit3) { return ((unit1 ==
unit2
) &
fourfire
·
2009-07-18 12:00
ext
嵌入式
RH133
Unit2
Package Management
ObjectivesUponcompletionofthisunit,youshouldbeableto:-InstallandremoveRPMpackages-Querypackagesandverifytheirstate-Managepackagesusingyum-Understandtherelationshipbetweenyumandrpm-Configureyumtoconnec
jackie.chen
·
2009-05-06 22:31
职场
package
休闲
Management
rhce
delpi中的RTTI初试
答案是有,实现这种功能的机制在delphi中叫做RTTI,废话少说,先来一段demo: 1.先定义一个demo类,注意这个类必须要以TPersistent为基类,代码如下: unit
Unit2
peirenlei
·
2009-05-03 01:00
Delphi
RH033
Unit2
Linux Usage Basics
ObjectivesUponcompletionofthisunit,youshouldbeableto:1)LogintoaRedHatEnterpriseLinuxsystem2)StartXfromaconsole3)AccessthecommandlinefromX4)Changeyourpassword5)Understandthenatureofrootprivileges6)Elev
jackie.chen
·
2009-03-16 22:43
linux
职场
休闲
usage
basics
Unit2
02-A. Taxes, Taxes, and More Taxes<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Americans often say that there are only two things a person can be s
womendu
·
2008-11-12 16:00
xml
Microsoft
Office
UP
Unit2
02-A. Taxes, Taxes, and More Taxes<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Americans often say that there are only two things a person can be s
ihuashao
·
2008-11-12 16:00
xml
Microsoft
Office
UP
c++
unit2
1.union允许其他类的对象成为它的数据成员,但是要求该对象的所属类不能定义构造函数、析构函数或者赋值操作符函数。 2. 如果在一个全局类的内部定义嵌套类,只要其访问权限是public,仍然可以在全局范围内使用(通过作用域指示符)。另外一个可以在标识符的作用域以外访问该标识符的例子,是借助于点操作符访问类对象的成员。 3.以下内容应该放在头文件中:外部函数原型声明、全局变量声明、自己
ekumen
·
2008-11-11 09:00
C++
c
C#
试算平衡表的存储过程修改版
CREATE PROCEDURE dbo.UF_Rpt_TryCalculateBalance( @acct as nvarchar(10)=null,@unit1 as nvarchar(30)=null,@
unit2
wsql
·
2008-10-20 21:00
存储过程
最简单的delphi启动画面
bsnone,放image控件,align设为alclient 然后将主程序的修改为 uses Windows, Forms, Unit1 in 'Unit1.pas' {Form1},
Unit2
mathsfan
·
2008-03-13 20:00
html
windows
Blog
Delphi
Delphi中,让程序只运行一次的方法
program Project1; uses Forms,Windows,SysUtils, Unit1 in 'Unit1.pas' {Form1},
Unit2
kenter1643
·
2007-09-20 15:00
windows
Delphi
Delphi中,让程序只运行一次的方法
program Project1; uses Forms,Windows,SysUtils, Unit1 in 'Unit1.pas' {Form1},
Unit2
kenter1643
·
2007-09-20 15:00
windows
Delphi
计算机英语词汇(
Unit2
)
Unit2
1.informationretrieval信息检索 2.voicerecognitionmodule语音识别模块3.touch-sensitiveregion
S308701714
·
2007-04-20 18:00
Module
basic
System
Signal
disk
output
自定义事件实现不同窗体间的通讯Delphi篇
先将效果图展示给大家:[[TheNo.1Picture.]]下面是实现代码:
Unit2
//子窗体type//声明自定义事件的类型(类似于C#中的委托)TMyEventHandle=proced
Devillyd
·
2006-11-08 09:00
String
Class
Delphi
Constructor
通讯
destructor
数字转换为中文大写
// 模块:数字转换为中文大写#include"stdafx.h"staticchar *unit1[]={ "拾","佰","仟" };staticchar *
unit2
[]={ "万",
shg104
·
2006-06-21 12:00
IE修改工具 不神秘--(废话)
其实修改的时候就是修改注册表的几个键值(bullshit)看看这个delphi得源码,你就会知道怎么写一个windows优化大师中的IE部分的module了(模块出处http://lkpc.126.com )unit
Unit2
isiqi
·
2004-11-14 13:00
windows
IE
Microsoft
Delphi
防止用DeDe软件反编译delphi程序
里的是我的注释,其余的是原创作~ Program Project1;Uses Forms, windows, sysutils, Unit1 In 'Unit1.pas' {Form1},
Unit2
happmaoo
·
2004-07-22 19:00
windows
Delphi
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他