摘要:
oracle创建job方法alter system enable restricted session;--创建表create table G_TEST ( ID NUMBER(12), C_DATE DATE ) select * from G_TEST--创建插入数据时增长的ID号create ... 阅读全文
摘要:
/// /// List转成json /// /// /// /// /// public static string ListToJson(IList list, string jsonName) { StringBuilder Json = new StringBuilder(); ... 阅读全文