Live2D
摘要: import pymysql import requests import json url_foreign = "https://api.inews.qq.com/newsqa/v1/automation/foreign/country/ranklist" url_inside = "https: 阅读全文
posted @ 2020-03-19 16:55 NyerROii 阅读(77) 评论(0) 推荐(0)
摘要: 第四周 所花时间 11h左右 代码量 350行左右 博客量 2篇 学到的知识点 数组相关知识 阅读全文
posted @ 2020-03-14 11:50 NyerROii 阅读(46) 评论(0) 推荐(0)
摘要: import json import pymysql import requests from bs4 import BeautifulSoup import datetime url = 'https://ncov.dxy.cn/ncovh5/view/pneumonia?from=timelin 阅读全文
posted @ 2020-03-11 19:50 NyerROii 阅读(64) 评论(0) 推荐(0)
摘要: 第三周 所花时间 17h左右 代码量 600行左右 博客量 1篇 学到的知识点 安卓基础 阅读全文
posted @ 2020-03-07 11:49 NyerROii 阅读(48) 评论(0) 推荐(0)
摘要: 全球疫情统计可视化地图 package com.helloechart; import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;i 阅读全文
posted @ 2020-03-04 21:53 NyerROii 阅读(143) 评论(0) 推荐(0)
摘要: 第二周 所花时间 14h左右 代码量 400行左右 博客量 2篇 学到的知识点 回顾算法 阅读全文
posted @ 2020-02-28 11:48 NyerROii 阅读(45) 评论(0) 推荐(0)
摘要: public static int maxSubarraySumCircular(int[] A) { if(A==null||A.length<1){ return 0; } int curMax,max,curMin,min,sum; curMax = max = curMin =min = s 阅读全文
posted @ 2020-02-26 18:01 NyerROii 阅读(54) 评论(0) 推荐(0)
摘要: 第一周个人总结 第一周 所花时间 4h 代码量 170行左右 博客量 1篇 学到的知识点 学习安卓相关 阅读全文
posted @ 2020-02-21 11:48 NyerROii 阅读(49) 评论(0) 推荐(0)