摘要: 文档:https://www.electronjs.org/docs/latest/tutorial/quick-start 1,使用他们提供的github版本 # Clone this repository git clone https://github.com/electron/electro 阅读全文
posted @ 2023-02-17 14:25 jqynr 阅读(67) 评论(0) 推荐(0)
摘要: npm cache clean --force npm 清除缓存报错 是版本高了 npm install npm@6.14.10 -g 阅读全文
posted @ 2023-02-17 13:30 jqynr 阅读(2339) 评论(0) 推荐(0)
摘要: 终端 import sys sys.executable 阅读全文
posted @ 2023-02-17 09:32 jqynr 阅读(28) 评论(0) 推荐(0)
摘要: py打包成exe 需要py3.10pip install pyinstaller 可能有提示需要升级pipC:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_q 阅读全文
posted @ 2023-02-17 09:19 jqynr 阅读(50) 评论(0) 推荐(0)