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

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

醉后不知天在水,满船清梦压星河。

android 报错: Caused by: java.lang.NoSuchMethodException: androidx.swiperefreshlayout.widget.CircleImageView.<init>

>安卓开发使用androidx 的circleimage 报错: Caused by: java.lang.NoSuchMethodException: androidx.swiperefres...

androidx 使用MagicIndicator报错:java.lang.ClassNotFoundException: net.lucode.hackware.magicindicator.MagicIndicator

>使用MagicIndicator报错:java.lang.ClassNotFoundException: net.lucode.hackware.magicindicator.MagicInd...

androidx报错:No field mListener in class Landroid/view/animation/Animation

>这个是因为没有设置动画,但是设置了transaction导致,按下面改动代码 改动前: ```java supportFragmentManager .be...

android kotlin 报错:Failed to transform artifact 'butterknife-runtime.aar

>android kotlin 报错:Failed to transform artifact 'butterknife-runtime.aar,这个是因为kotlin引入butterknife...

android studio 一直卡住,Could not get resource 'https://jcenter.bintray.com/com/google/guava/guava/24.0-jre/guava-24.0-jre.jar'

>android studio 一直卡住,Could not get resource 'https://jcenter.bintray.com/com/google/guava/guava/2...

idea 中maven project 报错:reattempted until the update interval of central has elapsed or updates are forced

>maven pom 报错:Failure to find com.tencent.tsf:spring-cloud-tsf-dependencies:pom:1.12.1-Edgware-RE...

spring boot 2跨域问题

>spring boot 2 的跨域和1不太一样,具体配置如下 ```java @Configuration public class CorsConfig implements We...

android 启动AVD报错:Emulator: emulator: ERROR: Not enough disk space to run AVD 'Nexus_5X_API_29_x86'. Exiting...

>安卓启动AVD报错:Emulator: emulator: ERROR: Not enough disk space to run AVD 'Nexus_5X_API_29_x86'. Exi...

gradle 编译报错:java.lang.OutOfMemoryError: GC overhead limit exceeded

>OOm错误 1.配置gradle.properties ```bash org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -X...

linux ssh转发本地端口

>linux 转发端口8000 到169.254.0.77的8000 端口,但是必须使用10.10.4.16这个跳板,那么连接如下 1.转发 ```bash ssh -L 8000:1...