搜索结果
找到约 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)
Java编程 JAVA SESSION操作类。本类主要方法:setAttribute()
JAVA SESSION操作类。本类主要方法:setAttribute(),getAttribute(), removeSession()
通讯编程文档 Session Initiation Protocol (SIP) [1] is fast becoming the protocol of choice for IP based communica
Session Initiation Protocol (SIP) [1] is fast becoming the protocol of choice for IP based communication
– specifically telephony (Voice over Internet Protocol - VoIP), video, and instant
messaging.
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<%
Id=Session("LoginSuccess")
ProductList = Session("ProductList")
Products = Split(Request("cpbm"), ", ")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session("ProductList") = ProductList
ProductList = Sessio ...
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<%
Id=Session("LoginSuccess")
ProductList = Session("ProductList")
Products = Split(Request("cpbm"), ", ")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session("ProductList") = ProductList
ProductList = Sessio ...
其他 关于jsp知识的session.cookie,application的用法
关于jsp知识的session.cookie,application的用法,以及用此实现注册登陆的代码详解。
Java编程 jsp网页里的验证码实现(产生四位的随机字符,由0-9,a-z,A-Z构成.并把最终字符串放到session中保存以让后续页面验证真伪)
jsp网页里的验证码实现(产生四位的随机字符,由0-9,a-z,A-Z构成.并把最终字符串放到session中保存以让后续页面验证真伪)
其他书籍 基于RFC3261的中华人民共和国通信标准Session Initialize Protocol(会话初始协议)
基于RFC3261的中华人民共和国通信标准Session Initialize Protocol(会话初始协议)
Java书籍 详细介绍JSP内置对象session,包括用法和属性等等,对session的理解有很大的帮助
详细介绍JSP内置对象session,包括用法和属性等等,对session的理解有很大的帮助
通讯编程文档 Session Initiation Protocol for Telephones (SIP-T)
Session Initiation Protocol for Telephones (SIP-T)
通讯编程文档 This gives examples of Session Description Protocol (SDP) offer/answer exchanges. Examples include
This gives examples of Session Description Protocol (SDP)
offer/answer exchanges. Examples include codec negotiation and
selection, hold and resume, and addition and deletion of media
streams. The examples show multiple media types, bidirectional,
unidirectional, inactive streams, and dynamic pa ...