摘要: 1 第一阶段目标:导入全国疫情数据库payiqing.sql(MySQL数据库)。可以按照时期查询各个省市的疫情统计表格。以折线图或柱状图展示某天的全国各省的数据。 爬取数据 import time import requests import pymysql def build_connectio 阅读全文
posted @ 2020-06-09 14:22 晨起 阅读(413) 评论(0) 推荐(0) 编辑
摘要: public class Item { public static void main(String args[]) { int array[] = {1, 6, 10, -4,8,3, -5}; System.out.println(findMax(array)); } public static 阅读全文
posted @ 2020-06-09 13:51 晨起 阅读(959) 评论(0) 推荐(0) 编辑