摘要: import java.util.*; StringBuilder generater = new StringBuilder(); int sex=0; // 1为男 0 为女 int age=1979; //1979为大于18岁 2000小于18岁 Map areaCode = new Hash 阅读全文
posted @ 2020-05-22 16:51 Daniel_yan_0728 阅读(1853) 评论(0) 推荐(1) 编辑
摘要: #!/usr/bin/env python """ @author:闫学雷 @project:学习 @file: connectMysql.py @time:2020/1/19 0019 """ import pymysql try: db = pymysql.connect( host = 'lo 阅读全文
posted @ 2020-05-22 11:43 Daniel_yan_0728 阅读(159) 评论(0) 推荐(0) 编辑