搜虎博客 - 道德当身,故不已物惑

2019年6月

manjaro 更新显卡驱动mesa后黑屏解决办法

>manjaro安装了mesa后就进不去了。怀疑是兼容性问题,就来个syyu解决吧 1.首先ctrl + alt + f3 进入tty模式 2.然后发现自己配置的镜像不能用,用这个更新m...

gradle 编译卡住gradle 编译慢解决

>gradle 慢可能是网络,也可以配置并行加快 1.配置如下: ```bash org.gradle.daemon=true org.gradle.parallel=true ...

manjaro 无法更新 <matti@manjaro.org> is unknown trust

1.使用下面这个命令更新key ```bash sudo pacman-key --refresh-keys --keyserver pgp.mit.edu ``` 2.然后 ```...

安卓报错:You have not accepted the license agreements of the following SDK components

>安卓报错:You have not accepted the license agreements of the following SDK components [duplicate] ...

spring boot 添加内嵌mongodb ---emmbedded mongodb

>embbeded 内嵌 mongodb对于只用来开发测试用的项目很有用 1.添加依赖,前提你是springboot 项目哈 ```xml de.f...

vscode tab键不起作用

>vs code开发java发现也很爽,但是发现tab见并没有增加缩进,vscode默认的indent快捷键是ctrl+ ],所以可以做如下更改 1.File ---Preference-...

idea 没有导入maven依赖

>这个原因,要检查一下几点 1.pom中配置了jdk版本 ```xml 1.8 1.8 1.8 ``` 2. idea的maven配置文件路径是否对...

maven 报错:was cached in the local repository, resolution will not be reattempted until the upda

>maven报错:was cached in the local repository, resolution will not be reattempted until the upda ...

lnmp + typecho + 阿里云SSL开启

>本站用的typecho 和阿里云,这个帖子主要记录怎么搭建ssl环境 1.申请ssl证书https://common-buy.aliyun.com/?spm=5176.7968328.1...

inttilj idea Error:java: javacTask: source release 8 requires target release 1.8

>java 报错: Error:java: javacTask: source release 8 requires target release 1.8 这个项目是编译器的设置不对F...