You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
617 B
28 lines
617 B
2 years ago
|
# 手持式桌面数据处理
|
||
|
数据处理不需要ID, 默认值为100
|
||
|
|
||
|
# 数据目录格式
|
||
|
info 和sensor文件分别在不同目录,对应的文件名一样
|
||
|
data/2023_01/11/info
|
||
|
data/2023_01/11/sensor
|
||
|
|
||
|
# 输出目录
|
||
|
data/output
|
||
|
|
||
|
格式
|
||
|
|
||
|
信息
|
||
|
抬头
|
||
|
数据(时间--值)
|
||
|
|
||
|
# issue
|
||
|
桌面版 id 不能改
|
||
|
如何展示数据,综合处理数据,得到所有的Rs Lw
|
||
|
|
||
|
## 错误
|
||
|
pyinstaller -F -i icon.ico app.py
|
||
|
pyinstaller -F -w -i icon.ico app.py
|
||
|
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
|
||
|
pip install setuptools --upgrade
|
||
|
app.spec
|
||
|
hiddenimports=['pkg_resources.py2_warn'],
|