We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21075ba commit a0b66f0Copy full SHA for a0b66f0
README.md
@@ -1 +1,7 @@
1
使用SQL server作为数据库,更改配置即可使用,初版未修改,已实现输入条码后自动查询,查询后自动清屏功能。仅提供源文件,请自行打包。(无源数据库,自行设计)
2
+python打包命令:
3
+Pyinstaller -F py_word.py 打包exe
4
+
5
+Pyinstaller -F -w py_word.py 不带控制台的打包
6
7
+Pyinstaller -F -w -i chengzi.ico py_word.py 打包指定exe图标打包
0 commit comments