Git Product home page Git Product logo

cs307_23f_project_part2's Introduction

CS307_23F_Project_Part2

CS307 数据库原理2023秋季 Project Part 2

得分 98/100

Project 说明及要求:https://github.com/hezean/sustc

小组成员及分工

Report.md

项目结构

CS307_23F_Project_Part2
├── docs
├── pic
├── sql
│   └── tables.sql
├── sustc-api                                              
│   ├── build.gradle.kts                                   
│   └── src/main/java
│                └── io.sustc
│                    ├── dto                               
│                    │   └── *User.java                    
│                    └── service                           
│                        ├── *Service.java
│                        └── impl                          
│                            └── *ServiceImpl.java
├── sustc-runner                                          
│   ├── compose.yml                                        
│   ├── data                                              
│   └── src/main
│           ├── java
│           │   └── io.sustc
│           │       └── command                            
│           │           └── UserCommand.java
│           └── resources
│               └── application.yml 
├── * (related to gradle)
├── README.md
├── LICENSE
└── .gitignore

完成任务列表

  • 数据库设计

  • 建表 sql

  • E-R 图

  • 完成 DatabaseService 实现类

  • 完成 UserService 实现类

  • 完成 VideoService 实现类

  • 完成 DanmuService 实现类

  • 完成 RecommenderService 实现类

  • 导入数据多线程优化

  • 密码加密存入

  • BV 生成算法

cs307_23f_project_part2's People

Contributors

elyai avatar wluow avatar yao1ooo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.