一开始以为是外国网站访问不了,后来就换成了https://start.aliyun.com/ ,但还是报这个错误。后来想想这个问题之前解决,应该是JDK版本的问题。JAVA_HOME配置的JDK11,后来给改成了JDK8,然后就出现了这个问题。 还原之后问题消失了。 ...
分类:
编程语言 时间:
2020-07-26 15:23:25
阅读次数:
145
cuda是Compute Unified Device Architecture的缩写。中文叫统一计算架构。是为了让nvidia gpu可以完成通用计算任务的一种集成技术。我们通常可以使用的cuda框架有c,c++,fortran,python,java的,可以为数据大吞吐量的工作提供很好的加速功能 ...
分类:
其他好文 时间:
2020-07-26 15:10:23
阅读次数:
140
The option-critic architecture论文翻译与理解 ...
分类:
其他好文 时间:
2020-07-25 09:51:31
阅读次数:
62
Given a string containing only digits, restore it by returning all possible valid IP address combinations. A valid IP address consists of exactly four ...
分类:
其他好文 时间:
2020-07-23 23:22:00
阅读次数:
75
软件测试人员必备的英语单词(一) application 应用程式 应用、应用程序 application framework 应用程式框架、应用框架 应用程序框架 architecture 架构、系统架构 体系结构 argument 引数(传给函式的值)。叁见 parameter 叁数、实质叁数、 ...
分类:
其他好文 时间:
2020-07-23 15:59:18
阅读次数:
142
子组件代码 // 子组件 validateForm() { return new Promise((resolve, reject) => { this.$refs.contractBaseRef.validate((valid) => { if (valid) { resolve(this.get ...
分类:
其他好文 时间:
2020-07-22 02:14:37
阅读次数:
128
[root@node3 docker]# docker pull gcr.io/google_containers/pause-amd64:3.1 Error response from daemon: Get https://gcr.io/v2/: x509: certificate has ex ...
分类:
其他好文 时间:
2020-07-21 09:49:14
阅读次数:
83
In this tutorial we will be looking at how Spring Security works and its architecture. We will be creating a Spring Boot Project to expose two REST AP ...
分类:
编程语言 时间:
2020-07-20 20:32:59
阅读次数:
72
如上图,控制台出现类似: Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ', ' is not a valid attribute name." 错误,说明vue t ...
分类:
其他好文 时间:
2020-07-20 10:15:51
阅读次数:
103
(当接口的参数用@RequestBody修饰,同时还有另外的参数的情况) 测试接口的时候,如果项目中请求经过网关,转发到服务时,中间会将请求头数据转换成参数对象Subject。 格式如下: @PutMapping("/demo/update") public String update(@Valid ...
分类:
编程语言 时间:
2020-07-18 19:53:48
阅读次数:
76