RemoteFiles.jl:从Internet下载文件并保持最新

时间:2021-05-07 04:23:00
【文件属性】:
文件名称:RemoteFiles.jl:从Internet下载文件并保持最新
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-07 04:23:00
Julia 远程文件 从Internet下载文件并保持最新。 安装 该软件包可以通过Julia的软件包管理器安装: Pkg . add ( " RemoteFiles " ) 快速开始 远程文件通过@RemoteFile宏声明: using RemoteFiles @RemoteFile (JULIA_BINARY, " https://status.julialang.org/download/win64 " , file = " julia-nightly-x64.exe " , updates = :daily ) # Download the file if it is out-of-date download (JULIA_BINARY) # Check whether the file has been downloaded isfile (JULIA_BINARY) # Ge
【文件预览】:
RemoteFiles.jl-master
----Project.toml(367B)
----docs()
--------make.jl(388B)
--------Project.toml(90B)
--------src()
----.github()
--------workflows()
----test()
--------runtests.jl(10KB)
----src()
--------backends.jl(2KB)
--------updates.jl(1KB)
--------download.jl(3KB)
--------RemoteFiles.jl(9KB)
----LICENSE.md(1KB)
----.gitignore(61B)
----.codecov.yml(15B)
----REQUIRE(40B)
----README.md(3KB)

网友评论