摘要: CREATE OR REPLACE TRIGGER TAB_AMERCE_balance_new before insert or delete or update of BL_AUDITED ON TAB_AMERCE for each rowdeclare -- local variables 阅读全文
posted @ 2018-04-11 18:55 Debugs 阅读(4669) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE TRIGGER trg_base_authority_insert before insert ON T_BASE_AUTHORITY for each rowdeclare integrity_error exception; errno integer; er 阅读全文
posted @ 2018-04-11 18:37 Debugs 阅读(647) 评论(0) 推荐(0)
摘要: public class SharpZip { /// <summary> /// 压缩 /// </summary> /// <param name="param"></param> /// <returns></returns> public string Compress(string par 阅读全文
posted @ 2018-04-11 17:19 Debugs 阅读(88) 评论(0) 推荐(0)