Giter Site home page Giter Site logo

petit-fm's Introduction

Petit-FM

数据库关系图

erDiagram
	League ||--o{ Club : contains
	Club ||--|| Coach : contains
	Club ||--o{ Player : contains
	
	Game ||--o{ GameTeamInfo : contains
	GameTeamInfo ||--|| GameTeamData : contains
	GameTeamInfo ||--o{ GamePlayerData : contains
Loading
erDiagram
	League ||--o{ Club : contains
	Club ||--|| Coach : contains
	Club ||--o{ Player : contains
	
	Game ||--o{ GameTeamInfo : contains
	GameTeamInfo ||--|| GameTeamData : contains
	GameTeamInfo ||--o{ GamePlayerData : contains
	
	GamePlayerData ||--|| Player : bind_to
	GameTeamInfo ||--|| Club : bind_to
Loading

项目架构

assets

存储各种资源文件,如国家名称汇总、人名汇总等

  • Chinese_names.txt
    • 中文人名
  • country_names.py
    • 字典形式,存放国家中文名以及对应的英文名
  • English_names.txt
    • 英文人名以及对应的中文翻译
  • Japanese_names.txt
    • 日文人名

club_app

俱乐部类

coach_app

教练类

db_file

存放数据库文件的目录

game_app

比赛类

info_app

数据统计类,根据具体需求,对数据库中的数据进行汇总、统计,返回需要的内容

league_app

联赛类

league_system_app

联赛系统类,将所有联赛汇聚成一个联赛系统

logs

日志文件夹

output_data

输出数据文件夹,debug 用

player_app

球员类

sql_app

数据库类,负责数据与数据库的创建、读取、修改、删除

unused

废弃的比赛逻辑

utils

通用工具类

petit-fm's People

Contributors

trouvaille0198 avatar

Stargazers

 avatar

Watchers

 avatar  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.