搜索结果
找到约 3 项符合
IpAddress 的查询结果
Delphi控件源码 IpAddress IP输入框控件源代码
IpAddress IP输入框控件源代码
Delphi控件源码 unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData
unit Other
interface
Uses Windows,tlhelp32,PsAPI
type
PStrData = ^TStrData
TStrData = record
Ident: Integer
Str: string
end
TUseInfo=record
QQ,
Mail,
Page:string
DL:boolean
end
TSendMailInfo=record
IPAddress,
FAddress,
FName,
FPW,
FCName,
FCPW:string //发信邮箱检 ...
Jsp/Servlet asp实现限制一个ip只能访问一次的方法
asp实现限制一个ip只能访问一次的方法
<%&nbsp;
'/////////////////////////////////////////////////////&nbsp;
'// //&nbsp;
'//作用:一个IP地址只允许访问本页一次 //&nbsp;
'//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp;
'// //&nbsp;
'/////////////////////////////////////////////////////&nbsp; ...