12 2008 档案

摘要:select * into xx from (查询语句) abcxx=新表名称abc=我也不知道是什么,只知道如果不写,sql语句就没法正确执行 阅读全文
posted @ 2008-12-30 22:03 missthe 阅读(2213) 评论(0) 推荐(1)
摘要:版本:1.3官方网站:http://asptemplate.sourceforge.net/变量的定义: {{变量名}}1、首先调用模板的类2、声明新的模板变量,并创建dim tset t = New ASPTemplate3、设置模板存放路径,如果不设置则为默认的 "templates/"T.SetTemplatesDir(相对路径)4、设置要使用的文件文件,这个文件将从先前设好的路径中调用t.... 阅读全文
posted @ 2008-12-26 17:21 missthe 阅读(1159) 评论(0) 推荐(0)
摘要:1、国内某某人开发的,没有正式的项目名称: http://files.cnblogs.com/missthe/tpl.rar2、asptemplate,国外开源的程序,与第1个相比,使用时比较简单一点: http://files.cnblogs.com/missthe/asptemplate.rar 阅读全文
posted @ 2008-12-26 13:14 missthe 阅读(941) 评论(0) 推荐(0)
摘要:名称:file.Name所在路径:file.Path所在驱动器:file.Drive文件大小:file.size文件类型:file.type文件属性:file.Attributes创建日期:file.DateCreated 阅读全文
posted @ 2008-12-22 11:26 missthe 阅读(364) 评论(0) 推荐(0)
摘要:<%FunctionFormatStr(jnkcV) DimjnkcTmp,jnkcRegExp jnkcTmp=jnkcV&"" SetjnkcRegExp=newRegExp jnkcRegExp.IgnoreCase=True jnkcRegExp.Global=True jnkcRegExp.Pattern="""([^""]*)""" jnkcTmp=jnkcRegExp.... 阅读全文
posted @ 2008-12-11 22:06 missthe 阅读(943) 评论(0) 推荐(0)
摘要:文本区textbox里面的多行内容,如果要通过使用split分割每一行的内容作为一个单元。要用split(str, chr(13)&chr(10))。不然会莫名其妙的出错! 阅读全文
posted @ 2008-12-11 10:50 missthe 阅读(931) 评论(0) 推荐(0)
摘要:前一阵子发布了asp版,今天补充一下JS版。下载地址:http://files.cnblogs.com/missthe/hzTopy.rar 阅读全文
posted @ 2008-12-04 15:46 missthe 阅读(384) 评论(0) 推荐(0)