ICW_OssManagement_Frontend
Intelligent Curtain Wall: Dataset management platform (frontend application)
智慧幕墙:数据集管理平台(后端应用程序)
Warning
Do not modify this README.md file! This repository is intended only for code and related model files, documentation should not be stored here!
禁止修改本 README.md 文件!本仓库仅用于存放代码和相关模型文件,不应存放文档!
Tip
Git submodules allow you to nest another independent Git repository within a Git repository, making it easier to manage project dependencies. The integrating Git repository references the latest version of this subsystem Git repository to ensure that the code used during building and running is up to date.
Git 的子模块(submodule)允许在一个 Git 仓库中嵌套另一个独立的 Git 仓库,便于管理项目依赖。集成 Git 仓库引用了本子系统 Git 仓库的最新版本,以便在构建和运行时确保使用的代码是最新的。
姓名 | 学号 |
---|---|
林继申 | 2250758 |
刘淑仪 | 2251730 |
中谷天音 | 2256225 |
git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -; done
2024年12月6日