Giter Site home page Giter Site logo

dbhomework's Introduction

源文件:
    config.py:
        配置文件, 用于运行init时登录的管理员账户, 以及一些其他文件会用到的常量
    init.py:
        初始化文件, 正式运行前需要运行一遍, 相关的信息需要在config中配置
    main.py:
        教务系统(学生端) 运行文件
    query.py:
        系统后台程序模块, 负责与数据库进行交互, 包括查询, 更新等一些操作
    gui.py:
        主界面UI显示模块, 负责与用户交互, 获取用户输入, 同时向后台发送用户请求
文件夹:
    sql:
        存放数据库操作语句, 包括建立表和建立视图的语句
    data:
        存放用来展示系统的基本初始数据, 格式为csv, 包括各个表的数据
    img:
        图片资源
    env:
        运行该项目所需的python环境包

项目运行方式:
    1.配置config.py
    2.运行init.py
    3.运行main.py

dbhomework's People

Contributors

ww-rm avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.