Compare commits

..

No commits in common. "154fb98216073d62349398e592151c77a0007bdd" and "7be76df50bb0f330291f3cd635658aeafb8bd51e" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -1,2 +0,0 @@
#每隔一秒读取电脑状态打包成Computer_status对象,调用Computer_status.write_data
#每隔1天调用Computer_status.delete_data删除30天之前的数据

View File

@ -1,6 +0,0 @@
#展示Computer_status对象中的状态以时间为轴绘制折线图
#
# 可以选择实时展示每隔1s发送请求服务器调用Computer_status.get_data_json_30s返回json
#
# 可以选择查看指定时间端的历史信息,发送请求,包含开始时间和结束时间服务器调用Computer_status.get_data_json返回json