安装maven必须要有java环境,如果没有安装java环境,请按照博文安装java环境! 一、安装 官网:http://maven.apache.org/download.cgi $ wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/ma ...
分类:
其他好文 时间:
2021-02-08 12:26:55
阅读次数:
0
1.安装依赖的库 sudo apt build-dep global sudo apt install libncurses5-dev libncursesw5-dev 2.去GNU GLOBAL 官方下载最新的global包并解压 wget https://ftp.gnu.org/pub/gnu/ ...
分类:
系统相关 时间:
2021-02-04 12:12:54
阅读次数:
0
[root@Server-qnrsyp system]# wget --no-check-certificate https://dl.grafana.com/oss/release/grafana_7.3.7_amd64.deb --2021-02-02 00:21:25-- https://dl ...
分类:
其他好文 时间:
2021-02-02 11:34:53
阅读次数:
0
1、下载R安装包 [root@centos7 home]# wget https://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.6.3.tar.gz --2021-01-31 23:52:23-- https://mirror.bjtu.edu.cn/cran ...
分类:
系统相关 时间:
2021-02-02 10:42:34
阅读次数:
0
linux下载文件命令 wget命令 wget命令用来从指定的URL下载文件。wget非常稳定,它在带宽很窄的情况下和不稳定的网络中有很强的适应性,如果由于网络的原因下载失败,wget会不断的尝试,直到整个文件下载完毕。如果是服务器打断下载过程,它会再次连到服务器上从停止的地方继续下载。这对从那些限 ...
分类:
系统相关 时间:
2021-02-01 12:54:27
阅读次数:
0
使用CURL模拟访问网页,保留返回的COOKIE <?php class dnspod { public static function api_call($api, $data) { $api = 'https://dnsapi.cn/' . $api; echo $api . PHP_EOL; ...
分类:
Web程序 时间:
2021-01-30 11:45:04
阅读次数:
0
macOS11.1 入坑! 网上看了一下午的帖子,包括官网,重装command line tool,修改brew_install文件,报错443,Faild during:git getch错误 脱坑! 终端复制粘贴,直接回车 /bin/zsh -c "$(curl-fsSL https://git ...
分类:
系统相关 时间:
2021-01-29 11:56:58
阅读次数:
0
powerlevel10k: 最好看,方便,实用的命令行主题 项目地址 安装 Linux 安装 Zsh sudo apt install zsh 安装 Oh-My-Zsh 方法 命令 curl sh -c "$(curl -fsSL https://raw.githubusercontent.com ...
分类:
其他好文 时间:
2021-01-29 11:50:41
阅读次数:
0
网上找了很多教程,但其位置都是错误的,一行代码就能搞定,不知道为啥讲一大堆,还搞不成功。 wget http://mirrors.aliyun.com/repo/Centos-altarch-7.repo -O /etc/yum.repos.d/CentOS-Base.repo ...
分类:
其他好文 时间:
2021-01-28 11:51:17
阅读次数:
0
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-01-27 13:25:07
阅读次数:
0