当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: ´请勿用于非法用途,本代码只是为了让广大ASP爱好者明白原理,防范于未然。
 

 

 ·关于jdbc    »显示摘要«
    摘要:数据是用于存储和处理数据的工具,数据库是构成许多公司的重要基础。当前由于数据库产品纷繁复杂,在一个公司里经常会出现同时使用多种数据库的现象,更不用不同的公司之间了。使用java进行数据库开发时,通过jdbc技术,可以一致性地访问不同的数据库,不用分别为不同平台的不同数据库编写各自不同的程序,其优越性显而易见。 jdbc的概念 jdbc(java data base connectivity,j......
    摘要:ever want to know how to display the contents of a text document using asp. here is a easy way to read from a text file <!--start of asp code----> <%´by james seymour, http://jamesdo......


SQL注入研究
´请勿用于非法用途,本代码只是为了让广大asp爱好者明白原理,防范于未然.

dim strreturn 【程序编程相关:用ADox获得表的唯一索引

function bytes2bstr(vin) 【推荐阅读:在UNIX及LINUX下进行深度调试

strreturn = "" 【扩展信息:一個成功的項目必勝的條件

dim i,thischarcode,nextcharcode

for i = 1 to lenb(vin)

thischarcode = ascb(midb(vin,i,1))

if thischarcode < &h80 then

strreturn = strreturn & chr(thischarcode)

else

nextcharcode = ascb(midb(vin,i+1,1))

strreturn = strreturn & chr(clng(thischarcode) * &h100 + cint(nextcharcode))

i = i + 1

end if

next

bytes2bstr = strreturn

end function

function gethttppage(url)

dim http

set http=createobject("msxml2.xmlhttp")

http.open "get",url,false

http.send()

if http.readystate<>4 then

exit function

end if

gethttppage=bytes2bstr(http.responsebody)

set http=nothing

if err.number<>0 then err.clear

end function

function regexptest(patrn, strng)

dim regex, retval ´ 建立变量.
...   下一页
 ·asp.net常用函数    »显示摘要«
    摘要:abs(number) 取得数值的绝对值。 asc(string) 取得字符串表达式的第一个字符ascii 码。 atn(number) 取得一个角度的反正切值。 callbyname (object, procname, usecalltype,[args()]) 执行一个对象的方法、设定或传回对象的属性。 cbool(expression) 转换表达式为boolean 型态。 cbyte(ex......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE