摘要: 今天为了处理批量数据操作写了个简单的NHibernate helper类,支持同一事务的批量数据处理. using System;using System.Threading;using System.Collections;using System.Collections.Specialized;using Nullables;using... 阅读全文
posted @ 2005-03-27 17:46 Rayman 阅读(3734) 评论(9) 推荐(0) 编辑
摘要: 1**:请求收到,继续处理2**:操作成功收到,分析、接受3**:完成此请求必须进一步处理4**:请求包含一个错误语法或不能完成5**:服务器执行一个完全有效请求失败100——客户必须继续发出请求101——客户要求服务器根据请求转换HTTP协议版本200——交易成功201——提示知道新文件的URL202——接受和处理、但处理未完成203——返回信息不确定或不完整204——请求收到,但返回信息为空2... 阅读全文
posted @ 2005-03-27 09:13 Rayman 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: 假设我们有test1 ,test2 两表 create table test1(no number,name varchar2(10));create table test2(no number,name varchar2(10));insert into test1 values(1,&... 阅读全文
posted @ 2005-03-27 09:10 Rayman 阅读(14573) 评论(0) 推荐(1) 编辑