一、下载VITIS-AI的仓库 单独git clone很慢,因此先将其导入到gitee平台,再执行clone 1. Import VITIS-AI github repo into gitee repo 2. Git clone repo from gitee 二、安装Docker 参考:https ...
分类:
其他好文 时间:
2021-01-01 12:44:23
阅读次数:
0
centos linux 对ntfs的支持,需要第三方软件源epel 使用阿里源 ,根据help进行配置 #wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo #yum install ntfs- ...
分类:
Web程序 时间:
2021-01-01 11:44:57
阅读次数:
0
引入hidetake.ssh插件 buildscript { repositories { mavenLocal() maven { url "https://maven.aliyun.com/repositorys/public/" } maven { url "https://repo.spri ...
分类:
编程语言 时间:
2020-12-30 10:40:15
阅读次数:
0
spring: data: mongodb: database: test (自己创建的库) port: 3717 host: aliyun~.com username: username password: 123456 authentication-database: admin 这里有一个大坑 ...
分类:
数据库 时间:
2020-12-28 11:02:07
阅读次数:
0
漏洞挖掘之SSRF漏洞 SSRF 漏洞原理 SSRF(Server-Side Request Forgery,服务器端请求伪造)。是?种利用服务端发起请求的?个安全漏洞。?般情况下,SSRF攻击的?标是从外网?法访问的内部系统。SSRF 形成的原因?都是由于服务端提供了从其他服务器应用获取数据的功能 ...
分类:
其他好文 时间:
2020-12-21 12:07:50
阅读次数:
0
Select用法 Go里面提供了一个关键字select,通过select可以监听channel上的数据流动。 select的用法与switch语言非常类似,由select开始一个新的选择块,每个选择条件由case语句来描述。 与switch语句相比, select有比较多的限制,其中最大的一条限制就 ...
分类:
其他好文 时间:
2020-12-18 12:55:43
阅读次数:
3
问题: 尝试了按百度上面其他网友说的添加以下依赖 <dependencyManagement> <dependencies> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-depe ...
分类:
编程语言 时间:
2020-12-17 13:01:25
阅读次数:
1
import("fmt""github.com/aliyun/alibaba-cloud-sdk-go/services/ecs""time")client,_:=ecs.NewClientWithAccessKey("cn-beijing","11111111111111","222222222222222222222")request:=ecs.CreateDescribeInstancesR
分类:
其他好文 时间:
2020-12-17 12:20:22
阅读次数:
2
使用阿里云镜像加速服务:https://cr.console.aliyun.com/ 复制以上命令运行即可 $ docker info # 查看是否修改成功 ...
分类:
其他好文 时间:
2020-12-17 12:06:55
阅读次数:
2
阿里云双12年终钜惠活动,需要的赶紧购买哟! https://www.aliyun.com/1212/home?userCode=fp9ccf07&taskCode=pintuan20201212&recordId=298758https://www.aliyun.com/minisite/good ...
分类:
其他好文 时间:
2020-12-16 12:57:21
阅读次数:
5