我的电脑上之前运行 Android Studio 很正常,今天突然无法启动 Android 模拟器。 报错信息为: Emulator: Process finished with exit code 1 Emulator: PANIC: Cannot find AVD system path. Pl ...
分类:
移动开发 时间:
2020-03-30 13:21:49
阅读次数:
251
application.properties提示Cannot resolve configuration property ‘xxxx‘
分类:
移动开发 时间:
2020-03-30 00:05:23
阅读次数:
114
部署 coredns 插件(在master节点上执行) 1. 下载和配置 coredns 1. 启动 coredns 1. 遇到问题 启动coredns后,状态是CrashLoopBackOff 查看coredns对应的pod日志有如下错误 按照提示进入https://coredns.io/plug ...
分类:
Web程序 时间:
2020-03-29 21:16:34
阅读次数:
161
最近使用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
1. koa2 使用方法: 安装指令是: npm install koa2 使用koa2 创建项目工程: 1. koa2 (项目工程) 2. 进入项目工程: cd 进入您所创建的项目工程 3. npm install // 安装项目依赖; 4. npm start // 启动项目 2. async ...
分类:
其他好文 时间:
2020-03-28 18:16:35
阅读次数:
71
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
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