暂无搜索历史
startActivityForResult,onActivityResult 的进阶写法
https://github.com/journeyapps/zxing-android-embedded/issues/693
zsh 也是一种 shell ,Unix 衍生系统的默认 的shell 都是 bash。从macOS Catalina (macOS 10)版本开始,在Mac ...
一、adb的安装 1.创建.bash_profile文件 touch .bash_profile 2.打开.bash_profile文件 open -e .ba...
// 获取状态栏高度 var statuBar = uni.getSystemInfoSync().statusBarHeight; // 获取胶囊数据 va...
tools:ignore="LockedOrientationActivity"
当项目设置targetSdkVersion : 31之后,会遇到android12系统上编译器安装出现报错:
官方文档 <!-- base-input子组件页面 --> <template> <view> <input :focus="isFoc...
对于css样式不熟练的我发现uni-app的demo中有很多类似uni-row的样式,不过需要先引入到自己的项目中。下面为具体步骤
android提供重写getResources()方法,这个方法效果是全局的。 根据这个方法可以实现: 1、app内文字的大小不受到用户在系统设置中对文字大小调...
1、在application标签里,加入属性tools:ignore="LockedOrientationActivity";
到此即实现了AOP的配置,接下来只需要在使用的方法前加上@SingleClick注解即可。当执行添加了@SingleClick注解的方法便会进去切面方法进行重复...
这样要比传统写法 if(name==null) -1 else name.length 要简介
Kotlin中有两种延迟初始化的方式。一种是lateinit var,一种是by lazy。
使用data class的一大好处就是不用自己写一堆toString()方法的代码了。
companion object 修饰为伴生对象,伴生对象在类中只能存在一个,类似于java中的静态方法 Java 中使用类访问静态成员,静态方法。
语法为: 参数 => 函数体 基本用法: var f = v => v; //等价于 var f = function(a){ return a; } f(1...
暂未填写个人简介