Compare commits
No commits in common. "b0fea7ba2db92e76bb371124544e9933539b7a8c" and "1291456b642e854a6b72643b31779cf5d7ee1570" have entirely different histories.
b0fea7ba2d
...
1291456b64
BIN
50011836报名.zip
BIN
50011836报名.zip
Binary file not shown.
|
@ -20,8 +20,7 @@ RUN wget https://download.dameng.com/eco/adapter/DM8/202405/dm8_20240408_x86_rh7
|
|||
&& rm -f dm8_20240408_x86_rh7_64.iso \
|
||||
&& chmod +x DMInstall.bin \
|
||||
&& apt-get remove -y p7zip-full unzip wget \
|
||||
&& usermod -aG sudo dmdba \
|
||||
&& echo "LANG=zh_CN.utf-8" >> /etc/profile
|
||||
&& usermod -aG sudo dmdba
|
||||
USER dmdba
|
||||
# 使用中文
|
||||
ENV LANG=zh_CN.utf-8
|
||||
|
|
|
@ -384,7 +384,7 @@ def teacher_mark_del_pods():
|
|||
Name='s'+i+'-'+testID
|
||||
delete_pod(Name)
|
||||
return '删除成功'
|
||||
@app.route("/api/student/check_pod",methods=['POST']) # 检测数据库是否安装成功 若成功 返回OK 否则返回NO
|
||||
@app.route("/api/student/check_pod",methods=['POST']) # 检测数据库是否安装成功 若成功,返回OK 否则返回NO
|
||||
def teacher_check_pod():
|
||||
name=request.json["student_ID"]
|
||||
testID=request.json["operateID"]
|
||||
|
|
Loading…
Reference in New Issue