泰仔在线

java学习,心情日记,缤纷时刻
posts - 100, comments - 34, trackbacks - 0, articles - 0

     摘要: ORACLE UPDATE 语句语法与性能分析的一点看法

为了方便起见,建立了以下简单模型,和构造了部分测试数据:
在某个业务受理子系统BSS中,
--客户资料表
create table customers
(
customer_id number(8) not null, -- 客户标示
city_name varchar2(10) not null, -- 所在城市
customer_type char(2) not null, -- 客户类型

...
  阅读全文

posted @ 2009-08-10 12:47 泰仔在线 阅读(188) | 评论 (0)编辑 收藏

     摘要: Oracle ref 游标  阅读全文

posted @ 2009-08-07 09:44 泰仔在线 阅读(217) | 评论 (0)编辑 收藏

     摘要: 当下, 由于存储结构需要, 用多维数组, 顺便学习了一下, 将学习经过备忘如下:

GetUpperBound(0) 返回数组的第一维的索引上限,GetUpperBound(i)返回数组的i+1维的上限,GetUpperBound(Rank-1)返回数组的最后一维的上限,也就是列数-1
  阅读全文

posted @ 2009-03-19 15:35 泰仔在线 阅读(192) | 评论 (0)编辑 收藏

     摘要: 当下, 由于存储结构需要, 用多维数组, 顺便学习了一下, 将学习经过备忘如下:

GetUpperBound(0) 返回数组的第一维的索引上限,GetUpperBound(i)返回数组的i+1维的上限,GetUpperBound(Rank-1)返回数组的最后一维的上限,也就是列数-1
  阅读全文

posted @ 2009-03-18 22:58 泰仔在线 阅读(1302) | 评论 (1)编辑 收藏

     摘要: C#中处理INI文件的类  阅读全文

posted @ 2009-03-04 10:47 泰仔在线 阅读(495) | 评论 (0)编辑 收藏

     摘要: ////
loginShell.setLocation(display.getClientArea().width / 2 - loginShell.getSize().x/2, display
.getClientArea().height / 2 - loginShell.getSize().y/2);
////

////
Monitor primary = loginShell.getMonitor();
Rectangle bounds = primary.getBounds();
Rectangle rect = loginShell.getBounds();
int x = bounds.x + (bounds.width - rect.width) / 2;
int y = bounds.y + (bounds.height - rect.height) / 2;
if (x < 0)
x = 0;
if (y < 0)
y  阅读全文

posted @ 2009-02-26 22:21 泰仔在线 阅读(1646) | 评论 (0)编辑 收藏

     摘要: 如何查看、删除MsSql数据库的日志文件  阅读全文

posted @ 2008-10-21 14:47 泰仔在线 阅读(4652) | 评论 (0)编辑 收藏

     摘要: FTP(文件传输协议)是TCP/IP中使用最广泛的应用之一,AS/400中的TCP/IP支持各种局域网、广域网连接类型:Ethernet、Token-Ring、SDDI、Wireless LAN、X.25 SVC 、PVC和Frame Relay。所有的计算机系统都非常重视文件操作,AS/400系统也不例外,本文件讨论FTP的理论、FTP的配置、FTP命令集和在AS/400上如何使用FTP。  阅读全文

posted @ 2008-10-04 11:26 泰仔在线 阅读(979) | 评论 (0)编辑 收藏

     摘要: XDeskCal v3.0 注册方法  阅读全文

posted @ 2008-06-01 17:21 泰仔在线 阅读(651) | 评论 (1)编辑 收藏

     摘要: 国内网站建设一般流程  阅读全文

posted @ 2008-05-18 14:31 泰仔在线 阅读(425) | 评论 (0)编辑 收藏

仅列出标题
共9页: 上一页 1 2 3 4 5 6 7 8 9 下一页