摘要: array([[67, 19], [62, 83], [94, 14], [25, 47], [96, 69], [12, 61]], dtype=int64) ​ array2([[38, 18, 40, 56], [40, 47, 47, 45], [26, 50, 20, 33]]) np.c 阅读全文
posted @ 2021-07-22 23:23 Lemon_guess 阅读(98) 评论(0) 推荐(0)
摘要: 一、MySQL 建表工作在软件中进行,使用的是Navicat Premium 我的电脑中在虚拟机和Windows中都安装了mysql,所以port、user、都要不一样的 1 import pymysql 2 3 conn_win = pymysql.connect(host='localhost' 阅读全文
posted @ 2021-07-14 21:48 Lemon_guess 阅读(195) 评论(0) 推荐(0)