Thursday, December 5, 2013ASP.NET保存session
state(会话状态)有三种模式:In-Process, State Server, SQL Server。SQL Server模式的优点: 即使web
application重启,状态数据也会被保存 多个web服...
分类:
数据库 时间:
2014-05-19 23:17:09
阅读次数:
426
购物车关键代码,供自己查阅/* * 添加到购物车 * */ public String
addToCart(){ //------------------------------------- Map session = Action...
分类:
其他好文 时间:
2014-05-19 23:14:31
阅读次数:
295
简述drop table
tmp_qry_cus_186mcc_highuser_d;create global temporary table
tmp_qry_cus_186mcc_highuser_d( user_id number(15))on commit preserve rows; 这....
分类:
数据库 时间:
2014-05-19 20:57:00
阅读次数:
399
Criteria的完整用法QBE (Query By Example)Criteria cri =
session.createCriteria(Student.class);cri.add(Example.create(s));
//s是一个Student对象list cri.list();实质:...
分类:
系统相关 时间:
2014-05-19 10:39:34
阅读次数:
393
《Windows Azure Platform 系列文章目录》 首先是Q&A时间
1.我在Azure Global拥有测试账号或者免费的MSDN订阅账号,这个账号可以在国内Azure China使用吗? 回答:不可以。Microsoft
Azure在国内和国外有2套系统。 (1)Az...
分类:
其他好文 时间:
2014-05-19 07:33:32
阅读次数:
520
1.ajax同步,async: false,2.ASP.NET操作Oracle数据库11G
client 32位权限NLS3.微信公众号
OAuth2.0网页授权需要先修改地址4.EasyUI中,reload刷新当前页、load是重新加载5.LINQ链接数据库base(global::System....
分类:
其他好文 时间:
2014-05-18 02:14:19
阅读次数:
281
1.pre-defined function void funciton2.using
programmer-defined function a.declaration-- in main() or above main() in global
space b.definition -- just...
分类:
编程语言 时间:
2014-05-17 22:17:28
阅读次数:
268
一.参数意义说明 输出级别的种类 ERROR、WARN、INFO、DEBUG ERROR
为严重错误 主要是程序的错误 WARN 为一般警告,比如session丢失 INFO 为一般要显示的信息,比如登录登出 DEBUG 为程序的调试信息配置日...
分类:
其他好文 时间:
2014-05-17 21:52:40
阅读次数:
586
Servlet中的监听器分为三种类型Ⅰ
监听ServletContext、Request、Session作用域的创建和销毁 (1)ServletContextListener
(2)HttpSessionListener (3)ServletRequestListenerⅡ 监听Servl...
分类:
其他好文 时间:
2014-05-17 21:43:56
阅读次数:
292
Author:KillerLegend
From:http://www.cnblogs.com/killerlegend/p/3733150.html Date:2014.5.16
工具:Windows7+FTF文件(MT27i_6.1.1.B.1.10_Global,401MB,Android4....
分类:
移动开发 时间:
2014-05-17 20:46:19
阅读次数:
377