Initial commit
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实现该库存管理程序的分布式事务管理。
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
从命令行创建一个新的仓库
从命令行推送已经创建的仓库