-
文件的读出 编辑 管理
Aug022006
-
判断文章中文字符数量
Aug022006
-
字符串的最大,最小和平均值
Aug022006
-
检测表单输入EMAIL的合法性
Aug022006
-
计算文件下载时间
Aug022006[code] = 3600 Then intHours = Int(TimeInSeconds / 3600) Mod 24 If TimeInSeconds >= 60 Then intMinutes = Int(TimeInSeconds / 60) Mod 60 If TimeInSeconds >= 0 Then intSeconds = Int(TimeInSeconds) Mod 60 If intYears 0 Then If intYears = 1 Then AppendStr ...
阅读全文
-
aspemail组件的应用
Aug022006
-
使用ASP重启服务器
Aug022006
-
用纯ASP代码实现图片上传
Aug022006
-
保护ASP脚本源代码
Aug022006
-
asp程序权限控制的代码
Aug022006