摘要: 1.情景展示 如何通过JS操作iframe里面的内容? <!-- chart图表 --> <iframe id="myframe" src="" height="100%" width="100%"></iframe> 2.通过父页面操纵子页面 获取iframe页面中的元素 操作 javascrip 阅读全文
posted @ 2018-08-16 18:17 Marydon 阅读(30242) 评论(0) 推荐(0)
摘要: oracle 存储过程 调用动态sql CreationTime--2018年8月16日11点25分 Author:Marydon 1.错误实现方式 --开始时间拼接' 00:00:00' V_SQL := 'select decode(length(' || V_END || '),10,' || 阅读全文
posted @ 2018-08-16 11:34 Marydon 阅读(11897) 评论(0) 推荐(0)
摘要: exeption ORA-00907: missing right parenthesis CreationTime--2018年8月16日11点11分 Author:Marydon 1.情景展示 oracle存储过程 动态sql调用,调用失败: 2.原因分析 在oracl数据库中,ddl表示数据库 阅读全文
posted @ 2018-08-16 11:16 Marydon 阅读(2407) 评论(0) 推荐(0)
摘要: exception ORA-00923: FROM keyword not found where expected CreationTime--2018年8月16日10点41分 Author:Marydon 1.情景展示 oracle存储过程 动态sql调用,调用失败: 2.原因分析 在oracl 阅读全文
posted @ 2018-08-16 11:06 Marydon 阅读(3272) 评论(0) 推荐(0)
摘要: exception PLS-00403: expression 'V_END' cannot be used as an INTO-target of a SELECT/FETCH statement CreationTime--2018年8月16日09点22分 Author:Marydon 1.情 阅读全文
posted @ 2018-08-16 09:33 Marydon 阅读(1583) 评论(0) 推荐(0)
摘要: exception PLS-00103: Encountered the symbol "(" when expecting one of the following: CreationTime--2018年8月16日09点15分 Author:Marydon 1.情景展示 oracle存储过程入参 阅读全文
posted @ 2018-08-16 09:19 Marydon 阅读(10906) 评论(0) 推荐(0)
摘要: exception PLS-00215: String length constraints must be in range (1 .. 32767) CreationTime--2018年8月16日08点49分 Author:Marydon 1.情景展示 存储过程声明变量时,编译报错信息如下: 阅读全文
posted @ 2018-08-16 08:55 Marydon 阅读(1879) 评论(2) 推荐(0)