Path '\react-native-safe-area-context\android\build\intermediates\compiled_local_resources\debug\out' is not a readable directory. 解决: 按照目录手动新建文件夹 ...
分类:
移动开发 时间:
2021-06-04 19:43:18
阅读次数:
0
修改build.gradle文件 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { goog ...
分类:
移动开发 时间:
2021-06-04 19:09:13
阅读次数:
0
remote root:定义基本网络通信模型:endpoint为一个网络节点channel为一条通信链路,区分本地和远端。只有发送到通道的操作。channelhandler定义channel变化时的处理器,比如通道有数据发送、数据接受、连接通道、断开连接通道时做什么处理dispatcher负责对ch ...
分类:
其他好文 时间:
2021-06-03 17:36:05
阅读次数:
0
一手遮天 Android - Animation: 视图动画(View Animation)自定义 Interpolator ...
分类:
移动开发 时间:
2021-06-02 20:54:25
阅读次数:
0
Platform: RockchipOS: Android 7.1.2Kernel: 4.4 1.问题描述:当插上USB mic录音设备开机时,系统没有声音。开机后再接上USB mic,此时声音就正常。 2.问题分析: 接着usb mic开机时,MT100:/ # cat /proc/asound/ ...
分类:
其他好文 时间:
2021-06-02 20:30:25
阅读次数:
0
参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this 值: 当前执行上下文(global、function 或 eval)的一个属性,在非严格模式下,总是指向一个对象,在严格模式下可以是 ...
分类:
其他好文 时间:
2021-06-02 20:18:08
阅读次数:
0
Schema ①扩展名 .xsd 本身是一份xml文档 ②对名称空间(namespace)支持的很好 ③ 支持的类型比dtd跟丰富约束的更细致 可以支持自定义的类型 ④ schema正在逐步替换dtd 在android中清单文件和布局文件 用到了schema约束技术 ①xml的约束技术 作用 规范x ...
分类:
其他好文 时间:
2021-06-02 19:49:55
阅读次数:
0
排错过程: ① FATAL EXCEPTION: main 致命异常 ②找到 caused by 类型转换异常 **** cannot be cast to ***** 一种类型不能被转换成另一种类型 Caused by: java.lang.ClassCastException: android. ...
分类:
其他好文 时间:
2021-06-02 19:45:14
阅读次数:
0
引: 只要是使用App开发都避免不了发布审核的问题,这个审核时长将会导致即将到来的活动或者其他临时性改动不能及时响应到客户端; 另一方面,一套H5开发可以发布到不同的平台,也可以省去IOS和Android并行开发发布上线的问题; 所以这时候就有了hybrid技术,使用各个平台的webview来内嵌对 ...
分类:
其他好文 时间:
2021-06-02 19:43:23
阅读次数:
0
layout_weight 权重 可以把屏幕按照一定比例分配宽度(orietation= horizontal)(高度 vertical) android:layout_gravity 当前的控件在父容器中的位置 gravity 控制内容 ReletiveLayout 控制当前的控件针对其他控件的相 ...
分类:
其他好文 时间:
2021-06-02 19:41:47
阅读次数:
0