1 Star 0 Fork 484

Nightingale/SnowFlake Java Go .NET 等多语言 新雪花算法 支持k8s部署 单机或分布式唯一 IdGenerator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
auto_commit.bat 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouzj 提交于 2021-03-11 15:50 . init
@echo off
set result=[OK]
set tag=[OK]
set msg="auto commit"
echo --------------------------------------------------------
if not "%1" == "" (
SET msg=%1
)
git add -A
git commit -am %msg%
git push
if "%errorlevel%"=="1" goto ERR
goto END
:ERR
set result=[error]
set tag=[error]
:END
echo %tag% result: %result%
echo ========================================================
if "%tag%"=="×" (
SET __ERROR__=true
@pause
)
:QUIT
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zmapleshine/idgenerator.git
git@gitee.com:zmapleshine/idgenerator.git
zmapleshine
idgenerator
SnowFlake Java Go .NET 等多语言 新雪花算法 支持k8s部署 单机或分布式唯一 IdGenerator
master

搜索帮助