04 2022 档案

摘要:每个合约的token_id可以重复,但是在一个合约中token_id不能重复 表结构 SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for fc_contract -- DROP TABLE IF EXIST 阅读全文
posted @ 2022-04-29 09:38 郎小乐 阅读(401) 评论(0) 推荐(0)
摘要:public static void main(String[] args) throws Exception { SysConsole.out.println(findTables("student", "10w0", 20 ) ) ; } // 20张表 0-19 public static S 阅读全文
posted @ 2022-04-24 14:34 郎小乐 阅读(129) 评论(0) 推荐(0)