Skip to content

Commit

Permalink
新建文件夹221701127
Browse files Browse the repository at this point in the history
新建文件夹221701127作为往后的代码编写的目录
  • Loading branch information
XTG-L authored and numb-men committed Mar 31, 2020
1 parent 2d1e8b8 commit 864d0be
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 221701127/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# InfectStatistic-学号
疫情统计

描述你的项目,包括如何运行、功能简介、作业链接、博客链接等
13 changes: 13 additions & 0 deletions 221701127/codestyle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 代码风格

- 缩进
- 变量命名
- 每行最多字符数
- 函数最大行数
- 函数、类命名
- 常量
- 空行规则
- 注释规则
- 操作符前后空格
- 其他规则
- ...
15 changes: 15 additions & 0 deletions 221701127/log/2020-01-22.log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
福建 新增 感染患者 2人
福建 新增 疑似患者 5人
湖北 新增 感染患者 15人
湖北 新增 疑似患者 20人
湖北 感染患者 流入 福建 2人
湖北 疑似患者 流入 福建 3人
湖北 死亡 1人
湖北 治愈 2人
福建 疑似患者 确诊感染 1人
湖北 排除 疑似患者 2人
// 该文档并非真实数据,仅供测试使用
// 当日情况:list
// 全国 感染患者15人 疑似患者22人 治愈2人 死亡1人
// 福建 感染患者2+2+1=5人 疑似患者5+3-1=7人 治愈0人 死亡0人
// 湖北 感染患者15-2-1-2=10人 疑似患者20-3-2=15人 治愈2人 死亡1人
16 changes: 16 additions & 0 deletions 221701127/log/2020-01-23.log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
福建 新增 感染患者 3人
福建 新增 疑似患者 6人
湖北 新增 感染患者 25人
湖北 新增 疑似患者 39人
湖北 感染患者 流入 福建 2人
湖北 疑似患者 流入 福建 5人
湖北 死亡 2人
湖北 治愈 1人
湖北 疑似患者 确诊感染 3人
福建 排除 疑似患者 2人
福建 治愈 1人
// 该文档并非真实数据,仅供测试使用
// 当日情况:list
// 全国 感染患者42人 疑似患者62人 治愈4人 死亡3人
// 福建 感染患者5+3+2-1=9人 疑似患者7+6+5-2=16人 治愈1人 死亡0人
// 湖北 感染患者10+25-2-2-1+3=33人 疑似患者15+39-5-3=46人 治愈2+1=3人 死亡1+2=3人
15 changes: 15 additions & 0 deletions 221701127/log/2020-01-27.log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
福建 新增 感染患者 13人
福建 新增 疑似患者 26人
湖北 新增 感染患者 125人
湖北 新增 疑似患者 239人
湖北 死亡 18人
湖北 治愈 21人
湖北 疑似患者 确诊感染 6人
福建 排除 疑似患者 2人
福建 疑似患者 确诊感染 2人
福建 治愈 2人
// 该文档并非真实数据,仅供测试使用
// 当日情况:list
// 全国 感染患者22+125=147人 疑似患者38+279=317人 治愈3+24=27人 死亡21人
// 福建 感染患者9+13+2-2=22人 疑似患者16+26-2-2=38人 治愈1+2=3人 死亡0人
// 湖北 感染患者33+125-18-21+6=125人 疑似患者46+239-6=279人 治愈3+21=24人 死亡3+18=21人
5 changes: 5 additions & 0 deletions 221701127/result/ListOut1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
全国 感染患者15人 疑似患者22人 治愈2人 死亡1人
福建 感染患者5人 疑似患者7人 治愈0人 死亡0人
湖北 感染患者10人 疑似患者15人 治愈2人 死亡1人
// 该文档并非真实数据,仅供测试使用
// 命令:list -log D:\log\ -out D:\ListOut1.txt -date 2020-01-22
4 changes: 4 additions & 0 deletions 221701127/result/ListOut2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
福建 感染患者5人 疑似患者7人 治愈0人 死亡0人
河北 感染患者0人 疑似患者0人 治愈0人 死亡0人
// 该文档并非真实数据,仅供测试使用
// 命令:list -log D:\log\ -out D:\ListOut2.txt -date 2020-01-22 -province 福建 河北
5 changes: 5 additions & 0 deletions 221701127/result/ListOut3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
全国 治愈4人 死亡3人 感染患者42人
福建 治愈1人 死亡0人 感染患者9人
浙江 治愈0人 死亡0人 感染患者0人
// 该文档并非真实数据,仅供测试使用
// 命令:list -log D:\log\ -out D:\ListOut7.txt -date 2020-01-23 -type cure dead ip -province 全国 浙江 福建
13 changes: 13 additions & 0 deletions 221701127/src/InfectStatistic.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* InfectStatistic
* TODO
*
* @author xxx
* @version xxx
* @since xxx
*/
class InfectStatistic {
public static void main(String[] args) {
System.out.println("helloworld");
}
}
10 changes: 10 additions & 0 deletions 221701127/src/Lib.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* Lib
* TODO
*
* @author xxx
* @version xxx
* @since xxx
*/
public class Lib {
}

0 comments on commit 864d0be

Please sign in to comment.