logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

The following assertion was thrown building TweenAnimationBuilder<double>(duration: 10000ms, dirty,

代码如下:其中关键代码如下,需要使用Future.delayed()方法来延迟一秒执行,如下面的代码中,方式一会导致出现问题,方式二则可以。

文章图片
#flutter
flutter 使用FlutterJsonBeanFactory/FlutterJsonToDart工具遇到的问题

如下图,使用FlutterJsonBeanFactory工具生成的数据类但是其中 生成的 import 'package:null/,导致的错误:Target of URI doesn’t exist: ‘package:null/generated/json/asd.g.dart’

文章图片
cocos creator [Window] Cannot read property ‘dump‘ of null

写脚本的时候,出现了如下的问题,

文章图片
#cocos2d
ConstraintLayout内的控件填充满空间

如下图,ConstraintLayout内共有三个控件,下面两个一左一右都是RecyclerView关键点设置成 0dp , 然后将控件上的小圆圈拉到边界即可<androidx.recyclerview.widget.RecyclerViewandroid:id="@+id/rv_pick_type_list"android:layout_width="100dp"android:layou

#kotlin#android#android studio
CentOS 7.x 中查看及修改计算机名

1.修改操作:打开文件夹,然后输入或修改原有的HOSTNAME=【替换的计算机名】修改:vi /etc/sysconfig/network(文件夹)查看:cat /etc/sysconfig/network

手机使用数据线连接电脑,想adb调试,却识别不到该设备

我的情况(不想看废话的直接跳到结尾吧):

#android
ScrollView can host only one direct child

只能有一个子视图,下面的代码中NestedScrollView里面有两个,那就弄成一个<androidx.core.widget.NestedScrollViewandroid:layout_width="match_parent"android:layout_height="match_parent"android:overScrollMode="never"><android

#android#android studio#android-studio
xxx\app\build\intermediates\compile_and_runtime_not_namespaced_r_class_jar另一个程序正在使用此文件,进程无法访问。

在使用Compose的时候,突然出现了这个错误:xxx\app\build\intermediates\compile_and_runtime_not_namespaced_r_class_jar另一个程序正在使用此文件,进程无法访问。解决:改成app就好

#jar#大数据#java
导入别人的Android项目 android studio module not specified,出现红叉

看了不少解决的文章,也都尝试了一下,结果发现没有用。

文章图片
#android
到底了