tme1946

Results 3 issues of tme1946

我之前使用 open hardware monitor,但是已经两年没更新了,所以改用这个 很喜欢插件的功能,但是目前记录的部分,只能记录网络使用量,希望能够增加硬件的使用记录 如:cpu和显卡的温度记录,cpu和内存使用率的记录等

家里的旧手机,现在只能当时钟用,希望能用来监控系统状态,通过web显示

参考官网的测试用例 ```python #提取沪深300指数2018年9月成分和权重 df = pro.index_weight(index_code='399300.SZ', start_date='20180901', end_date='20180930') ``` 将index_code改为同属沪深300的'510300.SH',返回的数据为空 ```python data = pro.index_weight(index_code='510300.SH', start_date='20180901', end_date='20180930') ``` ```python Empty DataFrame Columns: [index_code, con_code, trade_date, weight] Index: [] ``` ID:864882