键盘平天下 2019-06-11 21:12 来自 百谷博客 gradle 编译卡住gradle 编译慢解决 gradle 慢可能是网络,也可以配置并行加快1.配置如下:org.gradle.daemon=true org.gradle.parallel=true org.gradle.configureondemand=true
键盘平天下 2019-06-11 18:11 来自 百谷博客 manjaro 无法更新 <matti@manjaro.org> is unknown trust 1.使用下面这个命令更新key sudo pacman-key --refresh-keys --keyserver pgp.mit.edu2.然后sudo pacman-mirrors -f3 sudo pacman -Syyu
键盘平天下 2019-06-11 14:53 来自 百谷博客 安卓报错: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]1.解决办法,cd到sdk目录执行~/Library/Android/sdk/tools...
键盘平天下 2019-06-10 15:56 来自 百谷博客 spring boot 添加内嵌mongodb ---emmbedded mongodb embbeded 内嵌 mongodb对于只用来开发测试用的项目很有用1.添加依赖,前提你是springboot 项目哈 <dependency> <groupId>de.flapdoodle.embed</group...
键盘平天下 2019-06-09 17:12 来自 百谷博客 vscode tab键不起作用 vs code开发java发现也很爽,但是发现tab见并没有增加缩进,vscode默认的indent快捷键是ctrl+ ],所以可以做如下更改1.File ---Preference----Keyboard Shortcuts----搜索 indent---更改成tab键即可。