Rawu G's thinking

此刻 只有点燃

博客园 首页 新随笔 联系 订阅 管理

2006年6月5日 #

摘要: 1#include 2using namespace std ; 3int main(void) 4{ 5 int obj1 = 33; 6 int obj2 = 66; 7 int *const cp_nci = &obj1; // const pt point to nonconst int 8 *cp_nci = 56; ... 阅读全文
posted @ 2006-06-05 18:12 Rawu 阅读(212) 评论(0) 推荐(0) 编辑

2006年4月11日 #

摘要: a disorder note while reading 阅读全文
posted @ 2006-04-11 16:08 Rawu 阅读(1112) 评论(2) 推荐(0) 编辑

2006年1月18日 #

摘要: 1 DB2编程1.1 建存储过程时CREATE 后一定不要用TAB键 31.2 使用临时表 31.3 从数据表中取指定前几条记录 31.4 游标的使用 4注意commit和rollback 4游标的两种定义方式 4修改游标的当前记录的方法 51.5 类似DECODE的转码操作 51.6 类似CHARINDEX查找字符在字串中的位置 51.7 类似DATEDIF计算两个日期的相差天数 51.8 ... 阅读全文
posted @ 2006-01-18 13:52 Rawu 阅读(506) 评论(0) 推荐(0) 编辑

2006年1月11日 #

摘要: ---------------------------------------------------编译DB2 UDF 出现file ***.exp at line 1: Only one symbol name per line is allowed. The symbol name may be followed by an export attribute or an address. T... 阅读全文
posted @ 2006-01-11 16:12 Rawu 阅读(196) 评论(0) 推荐(0) 编辑

2005年12月30日 #

摘要: A SQL tour through the DB2 TPC-C benchmark implementationhttp://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0411rielau/ 阅读全文
posted @ 2005-12-30 17:45 Rawu 阅读(195) 评论(0) 推荐(0) 编辑

摘要: Truncating tables, getting the client's host name, and calling stored procedures from UDFshttp://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0402greenstein/index.html 阅读全文
posted @ 2005-12-30 17:26 Rawu 阅读(172) 评论(0) 推荐(0) 编辑

2005年12月28日 #

摘要: Bad day at the office Dec 27 2005 By Alan Oliver, The Evening Chronicle Alan Shearer admitted that Newcastle United got what they deserved as they went down to a dismal 2-0 defeat b... 阅读全文
posted @ 2005-12-28 00:09 Rawu 阅读(309) 评论(0) 推荐(0) 编辑

2005年12月27日 #

摘要: I'll celebrate! Dec 23 2005 By Alan Oliver, The Evening Chronicle Michael Owen returns to Liverpool on Monday insisting that he will not feel guilty or embarrassed should he score a... 阅读全文
posted @ 2005-12-27 19:33 Rawu 阅读(308) 评论(0) 推荐(0) 编辑

摘要: it seems i had a good time WITH my gf (though i'm hazy about her now) ,and i promise her there would be a stage consist of hundreds of diamonds (i don't remember why it has to be a stage ) at our wedd... 阅读全文
posted @ 2005-12-27 09:53 Rawu 阅读(218) 评论(0) 推荐(0) 编辑

2005年12月24日 #

摘要: iit's simple .here is my code in event 'pbm_dwndropdown' datawindowchilde dw_child This.GetChild("colname",dw_child) dw_child.SetDetailHeight(1,dw_child.RowCount(),80) dw_c... 阅读全文
posted @ 2005-12-24 14:25 Rawu 阅读(511) 评论(0) 推荐(0) 编辑