1 Star 0 Fork 1

MicroGateGroup/chinook_system

forked from DaviesGit/chinook_system 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.txt 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Davies 提交于 2020-09-26 23:07 . Project migration
server端代码仅在linux上编译通过,如果需要在windows上编译,请作相应更改。
linux 上编译命令 server/build.sh .
文件结构:
├── chinook_system 发行版软件,linux版
│   ├── chinook_server 服务端二进制文件 只能在liunx上运行 请在chinook_system文件夹内运行,否则无法找到依赖文件
│   ├── Chinook_Sqlite.sqlite 创建过VIEW的sqlite数据库
│   └── website 网站根目录
├── server 源码文件夹
│   ├── build.sh 编译源码的命令
│   └── main.cpp 主要源码文件
├── answer.sql chinook问题答案
├── create_view.sql 用来创建VIEW的SQL
├── DFD.png 数据流图
├── ERD.png 实体关系图
├── gantt.png 甘特图
├── question.txt chinook问题
├── readme.txt 说明
└── 实验报告.pdf 实验报告
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/itmgg/chinook_system.git
git@gitee.com:itmgg/chinook_system.git
itmgg
chinook_system
chinook_system
master

搜索帮助