1、安装maven yum install maven 2、修改目录 /usr/share/maven/conf 下的配置,使用阿里云镜像加速 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun. ...
分类:
其他好文 时间:
2020-07-08 20:19:14
阅读次数:
76
Hello and Welcome to the first part of an exciting series of blog posts where you will learn how to build an end-to-end full stack polling app similar ...
分类:
移动开发 时间:
2020-07-08 19:54:59
阅读次数:
69
如果硬盘空间够大,下载最新的版本。 由于所有代码都是从隐藏的 .repo 目录中 checkout 出来的,下载后解压 再 repo sync 一遍即可得到完整的目录。 使用方法如下: wget -c https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly ...
分类:
其他好文 时间:
2020-07-08 15:36:30
阅读次数:
84
安装brew 终端上运行 $ /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” 安装NVM $ brew install nvm 安装完成之后打开she ...
分类:
系统相关 时间:
2020-07-08 13:49:41
阅读次数:
179
git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 git config http.postBuffer 524288000 执行上面命 ...
分类:
Web程序 时间:
2020-07-08 13:46:10
阅读次数:
71
二进制包 在 Linux 上的也安装十分简单,从 官方 GitHub Release 处直接下载编译好的二进制文件即可。 例如,在 Linux 64 位系统上直接下载对应的二进制包。 $ sudo curl -L https://github.com/docker/compose/releases/ ...
分类:
其他好文 时间:
2020-07-08 13:21:31
阅读次数:
65
php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错 编译安装swoole 下载:wget http://pecl.php.net/get/swoole-4.3.5.tgz 解压: tar -z ...
分类:
Web程序 时间:
2020-07-08 12:55:24
阅读次数:
78
安装宝塔 Centos安装脚本 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Ubuntu/Deepin安装脚本 wget -O inst ...
分类:
系统相关 时间:
2020-07-08 01:04:28
阅读次数:
122
2020宁波市第三届网络安全大赛,比赛分行业组和院校组进行团体赛。感觉这次比赛还是很不错的~ 值得参加。 Easy_SSRF <?php show_source(__FILE__); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $_GET["ur ...
分类:
Web程序 时间:
2020-07-07 21:04:32
阅读次数:
428
首先要使用V-REP,就要下载下来,我的系统是ubuntu18.04. 下载命令$;wget http://copperliarobotics.com/files/V-REP_PRO_EDU_V3_4_0_linux.tar.gz 下载完成后,提取存档 命令$:tar -zxvf V-REP_PRO ...
分类:
其他好文 时间:
2020-07-07 17:35:26
阅读次数:
95