07 2018 档案

摘要:https://blog.csdn.net/u012469528/article/details/78920724 阅读全文
posted @ 2018-07-30 15:52 chengeng 阅读(110) 评论(0) 推荐(0) 编辑
摘要:public List<T> GetRandomList<T>(List<T> inputList){ //Copy to a array T[] copyArray = new T[inputList.Count]; inputList.CopyTo(copyArray); //Add range 阅读全文
posted @ 2018-07-26 09:14 chengeng 阅读(132) 评论(0) 推荐(0) 编辑
摘要:-- 创建序列CREATE SEQUENCE "JPADMIN"."SEQ_JP_BAS_USER_ID" MINVALUE 1 // 最小值MAXVALUE 9999999999999999999999999999 // 最大值INCREMENT BY 1 // 间隔START WITH // 起 阅读全文
posted @ 2018-07-19 10:39 chengeng 阅读(214) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示