摘要:
package com.teprinciple.webviewdemo; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.NonNull; import androi 阅读全文
摘要:
Android Studio , Flutter , IDEA 工程报错 unable to find valid certification path to requested target 最新解决方案Android Studio工程进入到我这篇博客之前,相信大家都看过这篇文章啦,彻底解决una 阅读全文
摘要:
Java给各个方法记录执行时间long startTime = System.currentTimeMillis();...//要测试时间的方法LoggerFactory.getLogger(BaseExcelExport.class).warn("查询耗时:"+(System.currentTim 阅读全文
摘要:
http://name.vip.int ellig.top/name 阅读全文
摘要:
代码改变世界 错误: Type inference failed : Not enough information to infer parameter T in fun<T:View> findViewById(id: Int): T! Please specify it explicitly. 阅读全文
摘要:
代码改变世界 阅读全文
摘要:
代码改变世界 直接上代码 其中BDLocation location 阅读全文
摘要:
代码改变世界 Error running app: Default Activity Not Found 最近在调试安装Android Widget程序时,碰到Error running app: Default ActivityNot Found。 因为简单的Widget程序,如果不和应用程序关联 阅读全文
摘要:
代码改变世界 生成小程序必要文件 最关键也是必不可少的,是 app.js、app.json、app.wxss 这三个。 其中,.js 后缀的是脚本文件,.json 后缀的文件是配置文件,.wxss 后缀的是样式表文件。 微信小程序会读取这些文件,并生成小程序实例。 微信小程序视频教程: 《40G小程 阅读全文
摘要:
代码改变世界 如何从fragment跳到activity再从activity返回(finish()方法返回)刷新fragemnt页面 广播方法实现Fragment页面刷新 fragment中重写onActivityCreated方法 Activity中 实现页面刷新,其中: refresh(); 这 阅读全文