application.properties提示Cannot resolve configuration property ‘xxxx‘
分类:
移动开发 时间:
2020-03-30 00:05:23
阅读次数:
114
!/usr/bin/evn python# Aothor Jackproduct_list=[ ('Iphone',5800), ('Mac Pro',9800), ('Bick',800), ('Watch',10600), ('Coffee',31), ('Alex Python',120)]s ...
分类:
其他好文 时间:
2020-03-29 19:51:51
阅读次数:
61
https://www.youtube.com/watch?v=H yTZFi _eY You solar system is a ticking time bomb Generations were born, live, and die, not knowing that the sun wil ...
分类:
其他好文 时间:
2020-03-29 01:44:58
阅读次数:
85
最近使用Pyspark的时候,遇到一些新的问题,希望记录下来,解决的我会补充。 1. WARN DomainSocketFactory: The short-circuit local reads feature cannot be used 2. pyspark TypeError: 'Pipel ...
分类:
其他好文 时间:
2020-03-28 20:14:18
阅读次数:
198
package iter; import java.util.*; public class iterdemo { public static void main(String[] args) { // 用来迭代容器的,next() ,hasNext(),set 不可以for循环 Set set = ...
分类:
编程语言 时间:
2020-03-28 19:46:44
阅读次数:
66
Eclipse中,折腾java代码。 把之前在android中的代码拿过来使用,结果出现 The import org.apache cannot be resolved 的错误、 【解决过程】 1.这里: "求救,eclispe开发不能import org.apache 包" 说到了,让去: 但是 ...
分类:
编程语言 时间:
2020-03-28 19:43:50
阅读次数:
84
The 2018 World Cup was held recently in Russia. Some great soccer countries (e.g., Italy,Netherlands, Chile, USA) did not qualify for this World Cup. ...
分类:
其他好文 时间:
2020-03-28 10:32:42
阅读次数:
82
https://www.youtube.com/watch?v=f1wnYdLEpgI ...
分类:
其他好文 时间:
2020-03-27 21:19:50
阅读次数:
53
1.问题描述: 在linux服务器使用composer 安装插件时,出现“proc_open(): fork failed - Cannot allocate memory” 也就是提示“提示内存不足”,我们可以通过创建swap分区解决这个问题。 2.解决方法: 先运行 free -m 看下空间是多 ...
分类:
其他好文 时间:
2020-03-27 13:10:20
阅读次数:
110
1. ERROR Error: Cannot find module 'escape-string-regexp' ...
分类:
其他好文 时间:
2020-03-27 12:28:39
阅读次数:
52