import pymysql class Student: def register(self): print("=============注冊頁面=============") ...
from tkinter import 這是一個python模塊,python 中都有 import tkinter.messagebox 這也是一個模塊 from file read import read from file write import write class student main : 定義一個學生類 def init self : self.name self.ID se ...
2021-06-22 14:47 0 237 推薦指數:
import pymysql class Student: def register(self): print("=============注冊頁面=============") ...
編寫一個簡單學生情況錄入界面,配合后端數據庫,實現數據的增、改、刪功能 數據庫准備: 界面程序: ...
本人小白一枚 ...
一、介紹 1.第一步錄音存入本地 2.調用百度語音識別sdk 注意點:百度語音識別對聲音源有要求,比特率必須是256kbps 二、代碼 三、語音命令控制程序 ...
本系統總共有四個功能,1,實現學生成績的錄入,且每次錄入后界面會發生更改,我這里采用的方法比較笨,直接列舉出了顯示的頁面,我想了想應該可以用if條件限定來簡化操作的。 2.學生信息的修改,輸入要修改的成績序號,修改后會顯示出來結果。 3.學生學分績點的計算,用函數來實現績點計算功能最后調用 ...
效果如下: 代碼如下: ...
ScoreInformation.java import java.util.Scanner; class ScoreInformation { private String stunumbe ...