摘要: 1 /* 2 办件流转 3 */ 4 procedure P_DoFileFlow(varError out varchar2, 5 varWaitID in varchar2, 6 varFlowID in varchar2,... 阅读全文
posted @ 2019-03-27 20:45 王小鹏 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1.随他大小便把 2.蹭着月色撩人,我们、、、、 3.小燕携泥一样,一点点把家置办成这样 4.如今铁窗泪呀 5.跟你妈说话像吃了蜜似的,怎么跟我说话就跟吃了屎似的 阅读全文
posted @ 2019-03-17 21:29 王小鹏 阅读(493) 评论(0) 推荐(0) 编辑
摘要: /// /// 转换成大写人民币 /// /// /// public static string toRmb(System.Decimal myMoney) { string SHUZI; //保存數字小寫 string ZIFU; ... 阅读全文
posted @ 2019-03-17 21:27 王小鹏 阅读(417) 评论(0) 推荐(0) 编辑
摘要: CREATE OR REPLACE FUNCTION "F_SPLIT" (p_str IN CLOB, p_delimiter IN VARCHAR2) RETURN ty_str_split IS j INT := 0; i INT := 1; len INT := 0; len1 INT := 0; str ... 阅读全文
posted @ 2019-03-17 21:26 王小鹏 阅读(2758) 评论(0) 推荐(0) 编辑
摘要: function F_ReturnDescription(varID in varchar2) return varchar2 is numDataCount number(12); mytable ly_familyproperty%rowtype; begin select count(1) into numDataCount ... 阅读全文
posted @ 2019-03-17 21:24 王小鹏 阅读(3057) 评论(0) 推荐(0) 编辑
摘要: procedure P_GetProVerSingInfo_2018(varFileID in varchar2, p_cr1 out refcontent, p_cr2 out refcontent, ... 阅读全文
posted @ 2019-03-17 21:22 王小鹏 阅读(369) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> function openNewTab() { parent.addExampleTab({ id: arguments[0], iframeUrl: arguments[1], title: arguments[2], iconFon 阅读全文
posted @ 2019-03-17 21:19 王小鹏 阅读(324) 评论(0) 推荐(0) 编辑
摘要: #region 生成QR码,加密与logo在此处修改 public static void CreateQr(string strQrContent, DataTable myTable) { Qr q = new Qr(); byte[] bylogo = null; //加密? ... 阅读全文
posted @ 2019-03-17 21:17 王小鹏 阅读(290) 评论(0) 推荐(0) 编辑
摘要: select '(''' || replace(ArrBigRoleId, '|', ''',''') || ''')' into lstBigRoleId from dual; 阅读全文
posted @ 2019-03-17 21:15 王小鹏 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 当现有的表不满足我们写如意sql,或者是根据现有的表写出如意sql太过复杂,所以Oracle为我们提出了with关键字,帮我们提供了很大的帮助 住,with后面的虚拟表必须用圆括号包起来,并且括号后面必须紧连接select关键字 并且用union all 连接的行中,每行中的列数据类型必须一致,注: 阅读全文
posted @ 2019-01-25 16:08 王小鹏 阅读(3429) 评论(0) 推荐(0) 编辑