07 2011 档案
摘要:--1.新建自定义函数:从最后一个特定字符开始截取字符串createfunctionfn_GetLastCharIndex(@Charsvarchar(1000),@Charvarchar(10))returnsvarchar(1000)begindeclare@iintset@i=CharIndex(@Char,@Chars)while(@i>0)beginset@Chars=Substring(@Chars,@i+1,len(@Chars))set@i=CharIndex(@Char,@Chars)endreturn@Charsend--2.获取文件名列表ifexists(selec
阅读全文
摘要:<HTML><HEAD><TITLE>斜线表头</TITLE></HEAD><scriptLanguage="javascript">functiona(x,y,color){document.write("<imgborder='0'style='position:absolute;left:"+(x)+";top:"+(y)+";background-color:"+color+"'src=&
阅读全文

浙公网安备 33010602011771号