2020年3月26日

摘要: txt文件 textFile=open(r'C:\Users\JChen46\Documents\info.txt') lines=textFile.readlines() textFile.close() for line in lines: username = line.split(',')[ 阅读全文

posted @ 2020-03-26 11:26 橙子j 阅读(6786) 评论(0) 推荐(1)

摘要: https://www.cnblogs.com/logon/p/3748020.html select * from table1 left join table2 on table1.id=table2.id 两个表dg1和dg2 外连接 left join,right join分别是left o 阅读全文

posted @ 2020-03-26 10:27 橙子j 阅读(245) 评论(0) 推荐(0)