1 Star 0 Fork 1.2K

yzun工作室 / AA-GuiLite

forked from idea4good / GuiLite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sync.bat 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
idea4good 提交于 2018-09-12 12:43 . sync up with github
::echo off
set url="https://api.powerbi.com/beta/72f988bf-86f1-41af-91ab-2d7cd011db47/datasets/f56a3240-7d0c-45aa-a694-65ebf6a04cc2/rows?key=RHtUJLk6Vi7QIlOBAPENJuCHOT6WbVdBi%%2Fa%%2BhwoDFpaOFhTsPH8zXWE%%2F%%2FFSjPdxF7Lmkf%%2Fl1q2nLgBYk7HYqUQ%%3D%%3D"
set date=
for /f "tokens=2-4 delims=/ " %%a in ("%date%") do (set MM=%%a& set DD=%%b& set YYYY=%%c)
set datetime=%YYYY%-%MM%-%DD%T%time%
set devie_info=Windows-%USERNAME%
set raw_data=[{^
\"Build time\" :\"%datetime%\",^
\"Device info\" :\"%devie_info%\",^
\"Project info\" :\"%1\",^
\"Weight\" : 1^
}]
curl.exe --include --request POST --header "Content-Type: application/json" --data-binary^
"%raw_data%" "%url%"
C++
1
https://gitee.com/yzun_studio/GuiLite.git
git@gitee.com:yzun_studio/GuiLite.git
yzun_studio
GuiLite
AA-GuiLite
master

搜索帮助