目录
目录README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://gitea.trustie.net/2013551712/vdebngPJF.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin http://gitea.trustie.net/2013551712/vdebngPJF.git
git push -u origin master
关于

设计一个分布式库存管理程序,该程序支持不同分库之间的商品调拨(即库间的入库、出库记录持久化保存,以及实时库存的更新)。其中,商品、用户均采用独立数据表管理,入库、出库、库存数据表通过外键引用商品和用户表。 不同分库数据采用不同的数据库存储,应用JTA实现该库存管理程序的分布式事务管理。

0 B
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号