随笔 - 123
文章 - 1
评论 - 1
阅读 -
18万
06 2020 档案
Mac使用sonarqube进行代码检测
摘要:1.首先我们去下载sonar-scanner:(https://binaries.sonarsource.com/Distribution/sonar-scanner-cli) 这里我是下的sonar-scanner-4.4.0.2170-macosx 版本。 2.下载完成,解压进入conf目录下,
阅读全文
Unable to find method 'org.gradle.api.tasks.TaskInputs.file
摘要:在配置greenDao项目的时候,经常会遇到这样的问题,全部的提示如下 Unable to find method ‘org.gradle.api.tasks.TaskInputs.file(Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;’.
阅读全文
当ViewGroup测量,以及为gone的时候怎么获取ViewGroup的高度
摘要:1.测量时,需要自定义ViewGroup,实现onMeasure方法 @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec,
阅读全文