- 博客(5)
- 资源 (3)
- 收藏
- 关注
原创 dblink
create public database link ### connect to TEST identified by TEST using'(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SID=ORCL)))';
2021-08-25 11:49:42
134
原创 时间date工具类
public class DateTool { private DateTool() { } public static Date getNow() { return Calendar.getInstance().getTime(); } public static String getDate() { return getDateTime("yyyy-...
2012-05-07 12:56:15
283
原创 学游标
//显示游标 loop declare cursor cur_stu is select* from student; c_ cur_stu%rowtype; BEGIN if cur_stu%isopen then CLOSE cur_stu; end if ; open...
2011-05-27 13:23:20
103
原创 简单存储过程实例
//创建create or replace procedure p_subwork(put number,s out varchar2) is r subwork%rowtype;BEGIN dbms_output.put_line('subunit username'); select * into r from subwork where subwor...
2011-05-27 10:04:05
229
原创 Ext.DomHelper
Ext.onReady(function(){ var panel = new Ext.Panel({ title : 'Ext.DomHelper示例', width : '280px', renderTo : 'sub1', html : '原文本' }); //追加新文本 Ext.DomHelper.append(Ext.get(...
2011-03-31 15:24:10
166
Fusionchart页面例子
2010-02-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人