摘要:
以下 转载自:https://www.cnblogs.com/iliuyuet/p/4585666.html 语法:ROW_NUMBER() OVER(ORDER BY COLUMN) 简单的说row_number()从1开始,为每一条分组记录返回一个数字,这里的SELECT ACD_ID,ROW_ 阅读全文
摘要:
// // //校验实体数据是否填写if(entity.validate()!="ok"){ return;} // // /** *在鼠标失去焦点候将填写的小写字母转换为大写字母 *///@Bind #pcode.onBlur!function(self, arg){ var str = view 阅读全文
摘要:
// @Bind #btnReset.onClick!function(self, arg) { var subNo = view.get("#dsQueryCriteria").getData("#.subNo"); var subName = view.get("#dsQueryCriteria 阅读全文
摘要:
1.dataset添加数据this.get("#dsProduct").getData().insert();或者this.get("#dsProduct").insert();this.get("#dsProduct.data").insert();推荐使用 “#dsProduct.data”表示 阅读全文
摘要:
/* */ 问题1[ ] Select t.* From v_T04_Product_m t where t.pcode = 'C02-422'; Select t.* From v_T04_Product_m t where t.pcode = 'TEST08'; pcode C02-422 pi 阅读全文
摘要:
select to_char(to_date(sysdate,'yyyy-mm-dd'),'day') from dual; select to_date('2017-12-31','day') from dual; select sysdate,to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual; select sysdate,to_... 阅读全文
摘要:
1、在网络上发现matlab能画出一些很有意思的图形(立体爱心) 2、在网络上发现matlab能画出一些很有意思的图形(平面爱心) 3、绘制标准三维曲面图形。 阅读全文
摘要:
create or replace procedure PROC_P_ABC is v_sumday number :=0; i number :=0; v_calendar_date number :=null; v_day number :=null; begin select to_date(TO_CHAR(SYSDATE,'RRRR'),'yyyy') - to_dat... 阅读全文
摘要:
原文连接:https://www.cnblogs.com/kangxuebin/archive/2013/05/29/3106183.html 分为两种方法:scn和时间戳两种方法恢复。 一、通过scn恢复删除且已提交的数据 1、获得当前数据库的scn号 select current_scn fro 阅读全文
摘要:
关于JBoss JBoss是全世界开发者共同努力的成果,一个基于J2EE的开放源代码的应用服务器。在不 到12个月的时间里有一百万以上的拷贝被下载。JBoss是第一位的J2EE应用服务器。 JBoss完全实现了J2EE的服务栈: * EJB (Enterprise JavaBeans) * JMS 阅读全文