Computer_status/apps.py
2024-12-18 14:30:33 +08:00

7 lines
390 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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