一. 内容1. Session池,键值对。2. Session也是context对象里的,Page类中封装,更方便访问。3. Session机制(1)SessionId用Cookie的方式发送到浏览器端。格式类似于,Set-Cookie:SessionId=101,Cookie以浏览器缓存方式存储,...
分类:
其他好文 时间:
2014-11-12 19:22:30
阅读次数:
141
一、第一步导入依赖js 二、copy demo 如下 <%@ page contentType="text/html; charset=UTF-8" session="false" language="java" %> <%@ include file="/common/indexJs.jsp" %> <%@page import="platform.Consta...
分类:
其他好文 时间:
2014-11-12 18:15:45
阅读次数:
367
PHP分页实例代码php教程make page list ID 文章标题 ’;$key.="$page/$pages"; //第几页,共几页if($page!=1){$key.="第一页 "; //第一页$key.="上一页"; //上一页}else {$key.="第一页 ";/...
分类:
Web程序 时间:
2014-11-12 13:22:15
阅读次数:
186
有同学问我的网站是怎么创建的,其实30秒就可以办到。话不多说,大家屏住呼吸,看看能不能坚持30秒:D...
分类:
其他好文 时间:
2014-11-12 10:30:59
阅读次数:
219
ASP(Active Server Page)是Microsoft公司推出的基于PWS(Personal Web Server)&IIS(Internet Information Server)平台的、基于ISAPI(InternetServiceAPI)原理的动态网页开发技术,目前日趋成熟完善.....
分类:
Web程序 时间:
2014-11-12 10:29:12
阅读次数:
170
有同学问我的网站是怎么创建的,其实30秒就可以办到。话不多说,大家屏住呼吸,看看能不能坚持30秒:D
分类:
其他好文 时间:
2014-11-12 10:27:20
阅读次数:
143
Response.Write 与 Page.ClientScript.RegisterStartupScript 与 Page.ClientScript.RegisterClientScriptBlock 之间的区别方法1,使用Response.Write,这种方法会把JS代码写在页面的最顶部(的前...
分类:
其他好文 时间:
2014-11-12 09:17:59
阅读次数:
127
/*
*Author : DavidLin
*Date : 2014-11-11pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history : editor...
分类:
系统相关 时间:
2014-11-11 21:08:37
阅读次数:
294
#include #include #include #include #include #include static unsigned int BUF_PAGES; /* 缓冲区有多少个page */static unsigned int PAGE_SIZE; ...
分类:
其他好文 时间:
2014-11-11 14:16:14
阅读次数:
241
DataTable dt = new BLL.T_Expiry().GetAllList().Tables[0];//查询数据string FileName = "T_Users.xls";HttpResponse response = Page.Response; response.Append....