VirtualBox-6.0.10-132072-Win.exe https://www.virtualbox.org/wiki/Downloads vagrant_2.2.5_x86_64.msi https://www.vagrantup.com/downloads.html Vagrant-C ...
分类:
其他好文 时间:
2020-05-05 00:37:09
阅读次数:
216
如何离线安装插件? 当前无法联网,vscode有些必要的插件也是要下载的 1.访问vs插件库:Here 2.找到相应的插件进入插件详情页面,右侧点击【Download Extension】 3.将vsix文件拷贝到vscode/bin文件夹下 4.cmd here,运行安装命 code --inst ...
分类:
其他好文 时间:
2020-04-30 15:26:25
阅读次数:
66
1、从python官网或者网上下载离线安装包 例如 下载地址https://github.com/psf/requests 2、解压缩到python安装目录,如下图所示 3、WIN+R打开cmd,进入到安装包路径,安装setup.py python setup.py install 4、查看是否安装 ...
分类:
编程语言 时间:
2020-04-26 09:23:06
阅读次数:
1077
2020 04 16 此教程专为Ubuntu系统中没有网或网速较慢时安装UHD + GRC。 主要过程是先在win10下网络情况较好,下载好需要用到的依赖包及安装包,然后再去ubuntu系统下安装即可。 本页总结了设置UHD和GNU Radio的脱机安装所涉及的分步过程。 ___ 前期准备 在win ...
分类:
系统相关 时间:
2020-04-23 20:48:29
阅读次数:
294
chrome离线安装包最新版 下载地址 Chrome离线安装包最新版本64位 x64 https://www.google.cn/chrome/?standalone=1&platform=win64 Chrome离线安装包最新版本32位 x86 https://www.google.cn/chro ...
分类:
其他好文 时间:
2020-04-17 15:37:41
阅读次数:
78
针对使用nuget命令,因下载超时安装失败的包,可以离线方式安装。 VS NuGet离线包(缓存包)nupkg安装:还可以参考该文章:https://blog.csdn.net/dinghqalex/article/details/51280483 离线安装步骤: 第一步:访问nuget.org网站 ...
分类:
其他好文 时间:
2020-04-17 09:38:03
阅读次数:
319
阿里巴巴JAVA 开发规范 下载地址 https://edu.aliyun.com/certification/cldt02 idea 安装: 本人网速不佳使用的是离线安装 去jetbrain 下载 https://plugins.jetbrains.com/plugin/10046-alibaba ...
分类:
其他好文 时间:
2020-04-15 00:50:45
阅读次数:
88
先去官网下载压缩包 https://download.docker.com/linux/static/stable/x86_64/,也可以用zypper进行安装 配置: iZbp145axkc98giot5b448Z:/ # cat /etc/issue Welcome to SUSE Linux ...
分类:
其他好文 时间:
2020-04-13 10:41:55
阅读次数:
237
1.下载Visual Studio Code,https://code.visualstudio.com/ 2.下载插件:https://marketplace.visualstudio.com/ 搜索“language"关键字,在结果中,选择(点击进去)第一个: 3. 然后,拼接下载路径: 格式: ...
分类:
其他好文 时间:
2020-04-09 21:43:04
阅读次数:
981
``` !/bin/sh Offline install docker ce 19.03.6 Author : daniel 2020 03 03 if [ = "root" ];then echo "root" else echo "script will be exit. Pls su root ...
分类:
其他好文 时间:
2020-04-08 14:51:37
阅读次数:
68