1、问题 刚刚在使用Maven导入依赖的时候发现一直导入错误,并且IDEA一直报错。如下: 我的环境为jdk1.8,maven版本3.6.3,IntelliJ IDEA 2018.2.3 x64。然后就去百度了一下,解决步骤为。2、查看日志文件 在IDEA的界面找到Help,然后打开。 找到程序报错 ...
可选 nextcloud、seafile、syncthing 1. seafile https://www.jianshu.com/p/43f570118e63 https://www.jianshu.com/p/bd4b55b6d0cd http://www.senra.me/build-your ...
分类:
系统相关 时间:
2020-06-07 14:47:45
阅读次数:
102
在使用scss是可能会添加loader,例如 { test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'], } 然而当使用vue-cli脚手架创建项目时,可能出现如下错误: Invalid CSS after "...l ...
分类:
Web程序 时间:
2020-06-07 13:14:01
阅读次数:
85
flutter 编译报错 What went wrong: Could not determine the dependencies of task ':app:preDebugBuild'. Could not resolve all task dependencies for configura ...
分类:
系统相关 时间:
2020-06-06 11:22:14
阅读次数:
219
CentOS7.6安装jdk1.8 openjdk 1、查看JDK版本 yum search java|grep jdk 2、安装jdk1.8,安装默认的目录为: /usr/lib/jvm/ yum install java-1.8.0-openjdk java-1.8.0-openjdk-deve ...
分类:
其他好文 时间:
2020-06-06 10:50:45
阅读次数:
80
原因 混合java 和scala 无法编译 解决 右键项目 > properties > scala Compiler >勾选Use Project Setting > Scala Installation > Fixed Scala Installation(对应版本)(built-in) > B ...
分类:
系统相关 时间:
2020-06-06 09:27:26
阅读次数:
114
原文:https://www.jianshu.com/p/e53083132a25 Buffer 介绍 Buffer 是 bytes 包中的一个 type Buffer struct{…} A buffer is a variable-sized buffer of bytes with Read ...
分类:
其他好文 时间:
2020-06-05 19:19:06
阅读次数:
71
1.Objects类 1.0 object.equals() 改写equals方法 public class Person/*extends Object*/ { private int age; private String name; public Person() { } public Per ...
分类:
编程语言 时间:
2020-06-05 12:52:50
阅读次数:
69
js 语法检查:eslint-loader eslint 只检查自己写的源代码,第三方的库不用检查 设置检查规则: package.json 中 eslintConfig 设置: browser:true 浏览器全局变量 airhub 代码规范:https://github.com/airbnb/j ...
分类:
Web程序 时间:
2020-06-05 12:48:19
阅读次数:
223
报错:👇👇 Attempted to add application window with unknown token XXXUnable to add window——token android.os.BinderProxy@196e65b8 is not valid;is your act ...
分类:
移动开发 时间:
2020-06-05 11:40:11
阅读次数:
83