搜索资源列表
语音验证码
- 最近发现语音验证码越来越流行,比如有次在注册gmail邮箱看到过,还有msn页面也有语音验证码,还有国外一些网站等。 花时间研究了下,语音验证码主要跟一般验证码的区别就在于如何让验证码播放。本文语音验证码原理:从服务器生成验证码, 并保存到cookie中(getcode.aspx.cs),当点收听验证码的时候,调用javascirpt操作(这里使用jquery)cookie读取验证码, 然后把验证码传到codevoice.aspx页,然后按顺序把验证码合
ValidateCode
- 验证码生成程序,利用cookie生成,用户控件-Code generation procedures, the use of cookie generation, user control
ASPX_CookieSessionAndWebServer
- 基于ASPX中运用Cookie、Session、WebServer的示例。-ASPX based on the use of Cookie, Session, WebServer example.
Labfiles
- 是一个asp.net写的小型网站,实现页面跳转以及数据获取。。。。里面有用到session以及cookie -Is written in a small asp.net website, as well as data acquisition to achieve the page jump. . . . Be useful to the session and which cookie
SingleLoginDemo
- 每个登录的用户分配一个唯一识,这里使用Guid写到cookie里,注意把这个cookie设置成httponly的,当然如果你在程序里使用了Session,那么Session.SessionID就可以用来唯一标识一个用户了,Session.SessionId本质是在cookie里写个一段用来标识内存位置(对象)字符串,而且这个cookie也被设置成了httponly形式. 建立一张表用来记录用户登录时的唯一标识(flag)以及用户的Username,IP,登录时间等内容. 登陆后用户每次发出申请时
flower
- 利用ASP.NET 和SQL SERVER 数据库实现的一个购物网站,具备基本的购物、订单管理,商品管理等功能 cookie变量做的-Using ASP.NET and SQL SERVER database to achieve a shopping website, with basic shopping, order management, product management, etc. Function cookie variables do
jquery.cookie
- jquerycookie轻量级插件,方法简单易用!-jquerycookie Lightweight plug-in, the method is simple and easy to use!
WebHelper
- 常用WebHelper类,内容有缓存管理,二进制数据控件,cookie操作,session操作等-The commonly WebHelper class cache management, binary data control, cookie operation, session operation
WeiBo
- 对新浪微博内容的抓取,模拟登陆的cookie.-Sina microblogging content crawl, simulation landing cookies.
WebSite2
- 1) 熟悉Cookie, Response, Request, Session, Server, Application等asp.net对象 2) 实现用户登录cookie的保存 3) 实现用户登录信息的Session保存 4) 实现用户上传文件(Server对象)。 -1) be familiar with Cookie, Response, Request, Session, Server, Application and other asp.net objects 2) u
0902_02
- asp.net 如何利用cookie来记录文本以及服务器所访问的-asp.net how to use a cookie to record the text as well as the server being accessed
beidaqingniao
- 北大青鸟全课程PPT PAGE对象详解 北大青鸟全课程PPT WEB response request详解 北大青鸟全课程PPT WEB 服务器控件详解 北大青鸟全课程PPTHTML控件 数据验证控件详解 ASP.NET-PPT-chap01-v1.0 Application、Session和Cookie对象详解 北大青鸟课件-Beida Jade Bird full course PPT PAGE object Comments Beida Jade Bird f
Tools
- 自己写的一些小功能,如时间戳转换,cookie设置,文件上传等等。-Write some small features, such as a timestamp conversion, cookie settings, file uploads and more.
HttpHelper-V1.8
- HttpHelper万能框架 V1.8,轻松GET、玩转POST、HTML分析、无视编码、验证码提取、Cookie分析互转、Url格式化、加密、代理IP、证书、Json数据分析等