当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 动网先锋 一共4个页面:form.asp; chk.asp; num.asp; count.asp得到一个随即数字。
 

 

 ·医药行业信息化建设    »显示摘要«
    摘要:第55期it沙龙——医药行业信息化建设  主持人(电脑商报副总编张瑞永):各位女士、各位先生:大家下午!欢迎大家来参加由中关村it专业人士协会举办的第55期的it沙龙。  今天北京遭遇了今年如夏以来的最高气温,非常非常地感谢大家能够在这么炎热的天气来参加这个沙龙,和我们一起来共同关注和研讨也是同样热的话题。今天it沙龙主题是“医药行业信息化建设”。我......
 ·java日记(2)java作用域    »显示摘要«
    摘要:public :在应用的任何地方都可以访问;private :只能在本类或者本类的内部类中访问;friendly :无关键字标识的时候默认为这种作用域,它表示在相同包内可以访问,如果父类有一个该作 用域的方法,父类和子类不在一个包内,在子类中,同样不可以访问。 protected :如果父类有该作用域的方法,子类继承父类的时候,子类可以访问该方法;如果两个类在一 个包内,其中一个类有该作用域的......


验证码的程序及原理
上一页   ...

 

【程序编程相关:[asp.net]保留password框

【推荐阅读:图像处理网络资源( 转载)

【扩展信息:“计算机通信理论”问题问答 - 绝对精彩

private function decryptstring(strcryptstring)

´####################################################################

´### crypt function (c) 2001 by slavic kozyuk grindkore@yahoo.com ###

´### arguments: encrypted hex stringt ###

´### output: decrypted ascii string ###

´####################################################################

´### note this function uses hexconv() and get_hxno() functions ###

´### so make sure they are not removed ###

´####################################################################

dim strraw, arhexcharset, i, intkey, intoffset, strrawkey, strhexcrypdata

strrawkey = right(strcryptstring, len(strcryptstring) - instr(strcryptstring, "|"))

intoffset = right(strrawkey, len(strrawkey) - instr(strrawkey,"|"))

intkey = hexconv(left(strrawkey, instr(strrawkey, "|") - 1)) - hexconv(intoffset)

strhexcrypdata = left(strcryptstring, len(strcryptstring) - (len(strrawkey) + 1))

arhexcharset = split(strhexcrypdata, hex(intkey))

for i=0 to ubound(arhexcharset)

strraw = strraw & chr(hexconv(arhexcharset(i))/intkey)

next

decryptstring = strraw

end function

 

private function hexconv(hexvar)

dim hxx, hxx_var, multiply

if hexvar <> "" then

hexvar = ucase(hexvar)

hexvar = strreverse(hexvar)

dim hx()

redim hx(len(hexvar))

hxx = 0

hxx_var = 0

for hxx = 1 to len(hexvar)

if multiply = "" then multiply = 1


...   下一页
    摘要:oracle+jsp中blob类型存储大文本问题解决方法oracle 存储大文本一直是一个棘手的问题。一、存数据库:<%@page contenttype="text/html; charset=gb2312" language="java" import="java.sql.*" errorpage="" %&......
» 本期热门文章:

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