搜虎博客 - 人生天地间,忽如远行客。

“bug飞”

bug修复

安卓报错: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 报错:No server chosen by WritableServerSelector from cluster description ClusterDescription

>No server chosen by WritableServerSelector from cluster description ClusterDescription,mongodb ...

安装scrapy报错: ERROR: Command "/usr/bin/python -u -c 'import setuptools, 解决

> 因为scapy有一些依赖没有装 1.报错如下: ```bash ERROR: Command "/usr/bin/python -u -c 'import setuptool...

MOngo 配置Unrecognized option: replication.replSet

> mongo最新的配置yaml文件貌似不用replSet这个字段了,而是replSetName ```yaml replication: replSetName: mmm ...

b-lazy无法加载图片的bug

>最近发现blazy的一个小bug,原因竟然是一个属性导致的。 1.首先引入 js ```javascript window.bLazy = new Blazy({ ...

Repository查询报错

> org.springframework.data.repository.query.ParameterOutOfBoundsException: Invalid parameter inde...

spring boot h2 报错Value too long for column """BRIEF"" VARCHAR(255)

> Caused by: org.h2.jdbc.JdbcSQLDataException: Value too long for column """BRIEF"" VARCHAR(255) ...

git commit 报nothing added to commit but untracked files present,git add -A 和 git add . 的区别

>git commit 报 nothing added to commit but untracked files present ,git ,看来git add -A 和 git add . ...

archlinux/manjaro pacman 安装软件报404

>archlinux 或者manjaro 这个因为源有问题,解决方案是替换可用的源 [1] 修改/etc/pacman.conf ,添加中科大的源,并且放到前面的位置 ```bash ...

java 启动报错:Caused by: java.io.IOException: invalid constant type: 18

>java 启动报错:Caused by: java.io.IOException: invalid constant type: 18,这个是因为有的包已经不兼容java8,甚至不兼容java...