GithubHelp home page GithubHelp logo

yrayfreedom's Projects

d2l-zh icon d2l-zh

《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。

flask icon flask

# 项目功能 * 员工管理培训管理系统员工,培训系统需要实现的主要功能包括: * 公司业总体培训课程的设置和安排。各部门部长课为员工安排相关培训课程 * 对选课结果进行统计报表。允许员工对培训安排的查询。 * 培训考核成绩的输入和查询。 * 用户个人信息的修改。 # 项目目录 ``` |—— sql # 存放相关数据库sql语句 |—— static # 存放静态资源文件 |—— |—— css |—— |—— images |—— |—— js |—— templates # 存放html文件 |—— |—— *.html |—— utils # 存放一些功能函数,查询以及更新 |—— config.py #配置文件 |—— app.py #启动程序 ``` # 项目环境 ``` -安装项目所需要的依赖包,命令如下: -pip install -r requirements.txt ``` #初始化数据库 - 在`sql/目录下`命令行进入mysql ``` mysql -u root -p ``` - 创建数据库 ``` create database trainplan; ``` - 插入数据 ``` use trainplan; source schema.sql; source insert_staff.sql; source insert_course.sql; source insert_dept.sql; source insert_train.sql; ``` #修改配置 ``` -把config.py的数据库密码改为你自己的数据库密码 -运行 app.py ```

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.