11 2018 档案
摘要:1、安装pywin32 pip install pywin32 2、安装Pyinstaller pip install PyInstaller #编译.Cmd cd /d %~dp0 pyinstaller -F -w PythonApplication1.py echo 按任意键退出 & pause exit
阅读全文
摘要:sys.path.append("helpers/") from Helper_TextEdit import *
阅读全文
摘要:1.软件安装 python中安装tushare及其依赖 pip install lxml pandas requests bs4 tushare 2. 测试
阅读全文
摘要:HCI Vendor Specific Commands 1.1 HCI_EXT_SetRxGainCmd This command is used to set the RF receiver gain. The default system value for this feature is standard receiver gain. When the HCI_EXT_SetRxG...
阅读全文
摘要:安装 参考 https://blog.csdn.net/m0_37606112/article/details/78675610 https://blog.csdn.net/qq_41185868/article/details/79923295 https://www.cnblogs.com/ta
阅读全文