1 Star 0 Fork 108

腿毛裤/sharding-core

forked from 薛家明/sharding-core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clear.bat 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
::删除所有bin与obj下的文件
@echo off
set nowpath=%cd%
cd \
cd %nowpath%
::delete specify file(*.pdb,*.vshost.*)
for /r %nowpath% %%i in (*.pdb,*.vshost.*) do (del %%i && echo delete %%i)
::delete specify folder(obj,bin)
for /r %nowpath% %%i in (obj,bin) do (IF EXIST %%i (RD /s /q %%i && echo delete %%i))
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/DevinD/sharding-core.git
git@gitee.com:DevinD/sharding-core.git
DevinD
sharding-core
sharding-core
main

搜索帮助