摘要:
import java.util.*; StringBuilder generater = new StringBuilder(); int sex=0; // 1为男 0 为女 int age=1979; //1979为大于18岁 2000小于18岁 Map areaCode = new Hash 阅读全文
摘要:
#!/usr/bin/env python """ @author:闫学雷 @project:学习 @file: connectMysql.py @time:2020/1/19 0019 """ import pymysql try: db = pymysql.connect( host = 'lo 阅读全文