1,01.zipToolbar - Custom status messages and tooltips用户状态信息与工具提示(3KB)2,02.zipRemove system menu from floating toolbar从浮动工具条中去除系统菜单(2KB)3,03.zipRemove close button from fl oating toolbar 从浮动工具条中去掉关闭按钮(2KB)4,customizable1.zipCustomizable toolbar可自定义的工
oracl 和db2 常用语法比较: 1、取前N条记录 Oracle:Select * from TableName where rownum <= N; DB2:Select * from TableName fetch first N rows only; 2、取得系统日期 Oracle:Select sysdate from dual; DB2:Select current timestamp from sysibm.sysdummy1; 3、空值转换 Oracle:Select