专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
1、DateTime 数字型 以下是引用片段: System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int 时=currentTime.Hour; 1.6 [阅读全文] [PDF]
asp 中处理文件上传以及删除时常用自定义 <% \'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\' \'所有自定义VBS \'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\' [阅读全文] [PDF]
ASP常用希望能用着 <% dim db db=\"dbms.mdb\" \'****************************************************************** \'执行sql语句不返回值,sql语句最好是如下: \'update 表名 字段名=value,字段名=value where 字段名=value \'delete from 表名 where 字段名=value \'insert o 表名 (字段 [阅读全文] [PDF]
asp常用函数Array()CInt()CreateObject()CStr()Date()DateAdd()DateDiff()Day()FormatCurrency()FormatNumber()FormatPercent()Hour()Instr()InstrRev()Int()IsArray()IsDate()IsEmpty()IsNull()IsNumeric()IsObject()LBound()LCase()Left()Len()LTrim()Mid()Minute()Month() MonthName()Now()Replace()Righ [阅读全文] [PDF]
ASP中很多今天把ASP中常用整理总结了下拿出来和大家分享 <script language=\"vbscript\" runat=\"server\">\'//----------本站公用----------------//\' \'******************************************************* \'名:checkVb \'作 用:检测数据库操作否正确 \'参 数:无 \'返回值:true --出错 [阅读全文] [PDF]
1 共5条 分1页