搜索结果
找到约 122 项符合
SESSION 的查询结果
按分类筛选
- 全部分类
- Java编程 (22)
- 其他书籍 (12)
- Internet/网络编程 (9)
- 其他 (8)
- 通讯编程文档 (7)
- Jsp/Servlet (7)
- Java书籍 (6)
- Oracle数据库 (4)
- SCSI/ASPI (4)
- 软件设计/软件工程 (4)
- Linux/Unix编程 (3)
- 企业管理 (3)
- 网络 (3)
- 系统设计方案 (2)
- 通讯/手机编程 (2)
- 技术管理 (2)
- 微处理器开发 (2)
- 单片机开发 (2)
- 加密解密 (2)
- 可编程逻辑 (1)
- 工控技术 (1)
- 手机短信编程 (1)
- Delphi控件源码 (1)
- J2ME (1)
- 百货/超市行业 (1)
- 电子政务应用 (1)
- 压缩解压 (1)
- 软件工程 (1)
- 文章/文档 (1)
- 行业发展研究 (1)
- 手机WAP编程 (1)
- 数值算法/人工智能 (1)
- JavaScript (1)
- 其他行业 (1)
- 开发板 (1)
- 书籍 (1)
- VIP专区 (1)
Jsp/Servlet struts2.0入门
struts2.0入门,附有源代码 以及说明文档
流程,登录,request,session功能的实现
SCSI/ASPI SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY comm
SCSI Multimedia Commands 鈥?3 (MMC-3)
T10/1363-D
5.16 READ CAPACITY Command
The READ CAPACITY command (Table 144) provides a means for the Initiator to request information
regarding the capacity of the Logical Unit. This command shall not report the correct capacity of the
recorded data for CD-R, CD ...
数值算法/人工智能 Maya Calendar During his last sabbatical, professor M. A. Ya made a surprising discovery about the
Maya Calendar
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long ...
其他书籍 Number of Namespaces in the project: 1 Number of Classes in the project: 6 Number of C# function
Number of Namespaces in the project: 1
Number of Classes in the project: 6
Number of C# function(s) in the project: 2
Number of C# subroutine(s) in the project: 15
Number of VB.NET function(s) in the project: 1
Number of VB.NET subroutine(s) in the project: 10
Number of Application variable(s) use ...
JavaScript 给出一段实现文本聊天的实例代码。除基本的聊天功能外
给出一段实现文本聊天的实例代码。除基本的聊天功能外,还需要维护一个已登录的用户的列表,如果session过期,可将用户从列表中出去过期用户,还支持除聊天室和改变用户昵称等功能。代码Default.aspx需要IIS+ASP.net环境支持
Java编程 Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you c
Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior kn ...
Internet/网络编程 Asp.Net探针0.90源码(Asp.net2.0版) 探测信息如下: 服务器计算机名 http://localhost/ 服务器IP地址 127.0.0.1 服务器域名 loc
Asp.Net探针0.90源码(Asp.net2.0版)
探测信息如下:
服务器计算机名 http://localhost/
服务器IP地址 127.0.0.1
服务器域名 localhost
服务器端口 80
服务器IIS版本 Microsoft-IIS/6.0
本文件所在文件夹 E:\downCode\ServerInfo\
服务器操作系统 Microsoft Windows NT 5.2.3790 Service Pack 1
系统所在文件夹 C ...
Java编程 通过对bufflao改造
通过对bufflao改造,实现了session权限验证,用户在客户端通过js调用服务时,都需要进行session验证才能通过,确保服务的安全,主要修改在ApplicationServlet.java文件,以满足一些对权限要求高的服务
软件设计/软件工程 java实现在线人数 当关闭浏览器时
java实现在线人数
当关闭浏览器时,session并不会马上销毁!
此程序实现了让session立即销毁!