|
@@ -6,4 +6,20 @@ exportexamdetail 云平台试卷下载为pdf格式
|
|
LogView 日志采集平台
|
|
LogView 日志采集平台
|
|
markingcloud-datagenerator 云阅卷测试数据生成工具
|
|
markingcloud-datagenerator 云阅卷测试数据生成工具
|
|
dataexcute 成绩分析数据计算比对脚本
|
|
dataexcute 成绩分析数据计算比对脚本
|
|
-exportQuestionCount 导出题库or卷库各课程的试卷数量和各课程的小题数量
|
|
|
|
|
|
+exportQuestionCount 导出题库or卷库各课程的试卷数量和各课程的小题数量
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+Python安装打包组件:
|
|
|
|
+pip install pyinstaller
|
|
|
|
+
|
|
|
|
+执行打包方式1(注意环境变量路径问题):
|
|
|
|
+pyinstaller --onefile main.py
|
|
|
|
+
|
|
|
|
+执行打包方式2:
|
|
|
|
+cd exportexamdetail
|
|
|
|
+pyinstaller main.spec
|
|
|
|
+
|
|
|
|
+https://www.runoob.com/python/python-tutorial.html
|
|
|
|
+
|
|
|
|
+
|