怡然斑马

文章
5
资源
0
加入时间
2年10月21天

试谈style.width和offsetWidth对设置对象宽度区别

昨天被人叫过去看一个bug。他的bug有一处是这样的:img.style.width = div.style.width / 2;img.style.height = div.style.width / 2;在跟他说明宽度不能用这种方式来设置要用offsetWidth或者offsetHeight 设置之后他问了我一句 为啥同样都是宽度,为啥不能用这种宽度设置要用那种方式设置呢

[RN] React Native 关闭所有黄色警告

[RN] React Native 关闭所有黄色警告console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Please use BackHandler instead.','source.uri should not be an empty string','Invalid props.style ...

Android OTG U盘文件读写

Android U盘读写要用到的三方库:https://github.com/magnusja/libaums,使用方法地那就链接了解。最近项目需要用到OTG功能,写了一个小demo,做为自己的笔记也供大家参考。需要用到的权限:USB插拔广播import android.content.BroadcastReceiver;import android.content.C...