2008年7月29日
摘要: 制作登陆行为时可能需要用到MD5加密用户密码,使用ASP实现这个功能比其他语言稍微麻烦一点,但是也是可行的. 核心代码: 31 Then Err.Raise 6 End If If (lValue And m_l2Power(31 - iShiftBits)) Then LShift = ((lValue And m_lOnBits(31 - (iShiftBits... 阅读全文
posted @ 2008-07-29 17:03 草原和大树 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 以下是numcode.asp的内容 程序代码 调用时的代码 程序代码 提交验证: 程序代码 if request("act")="check" then if cstr(session("GetCode"))cstr(request("checkcode")) then response.write "验证码错误" response.end ... 阅读全文
posted @ 2008-07-29 16:15 草原和大树 阅读(1645) 评论(0) 推荐(0) 编辑