2 Star 0 Fork 0

乌悦诚/浪涛云平台管理系统

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Deploy.bat 486 Bytes
Copy Edit Raw Blame History
乌悦诚 authored 2024-10-10 09:08 . Modified Deploy & URI
@echo off
md Resource
set url="https://mirrors.tuna.tsinghua.edu.cn/github-release/git-for-windows/git/LatestRelease/Git-2.47.0-64-bit.exe"
set name="%~dp0/Resource/Git-2.47.0-64-bit.exe"
bitsadmin /transfer n %url% %name%
:: certutil -urlcache -split -f %url% %name%
set url="https://www.apachelounge.com/download/VS17/binaries/httpd-2.4.62-240904-win64-VS17.zip"
set name="%~dp0/Resource/httpd.zip"
bitsadmin /transfer n %url% %name%
:: certutil -urlcache -split -f %url% %name%
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ycMia/Rolling-waves-FrontSite.git
git@gitee.com:ycMia/Rolling-waves-FrontSite.git
ycMia
Rolling-waves-FrontSite
浪涛云平台管理系统
main

Search