在ionic4的环境下,执行ionic build发现如下错误: Could not find plugin “proposal-numeric-separator” 解决方案: https://stackoverflow.com/questions/60787334/ionic-android-b ...
分类:
其他好文 时间:
2020-03-26 16:39:47
阅读次数:
401
原文:https://www.cnblogs.com/dreamGong/p/6196504.html1、画三角形shape <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.androi ...
分类:
其他好文 时间:
2020-03-26 10:48:04
阅读次数:
265
/** * 十六进制转字节数组 * @param hexString * @return */public static byte[] hexStringToBytes(String hexString) { if (hexString == null || hexString.equals("") ...
分类:
移动开发 时间:
2020-03-25 10:47:05
阅读次数:
102
Windows环境下Android的ReactNative开发环境搭建:https://blog.csdn.net/u010830129/article/details/77366386?depth_1-utm_source=distribute.pc_relevant.none-task&utm_ ...
分类:
移动开发 时间:
2020-03-25 09:13:30
阅读次数:
291
1.Monkey简介在Android的官方自动化测试领域有一只非常著名的“猴子”叫Monkey,这只“猴子”一旦启动,就会让被测的Android应用程序像猴子一样活蹦乱跳,到处乱跑。 人们常用这只“猴子”来对被测程序进行压力测试,检查和评估被测程序的稳定性。 官宣:Monkey是一个程序,运行在您的 ...
分类:
其他好文 时间:
2020-03-23 20:07:50
阅读次数:
86
Service作为Android四大组件 Service Activity ContentProvider BroadcastReceiver 之一,应用非常广泛,和Activity一样,Service也有一系列的生命周期回调函数。 1.生命周期流程图: onCreate(): 首次创建服务时 ...
分类:
移动开发 时间:
2020-03-22 14:25:10
阅读次数:
111
一、基本概念 1、适配器模式(Adapter Pattern):将一个接口转换成客户希望的另一个接口,使接口不兼容的那些类可以一起工作。 2、角色: A:Adaptee(适配者类):适配者即被适配的角色,它定义了一个已经存在的接口,这个接口需要适配。 B:Target(目标抽象类):目标抽象类定义客 ...
分类:
其他好文 时间:
2020-03-18 23:56:38
阅读次数:
101
问题原因:MainActivity中:定义的代码AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.getActiviy).里面获取的依赖activity不能这么获取,哪怕你设置了你的mainAcitivity=thi ...
分类:
移动开发 时间:
2020-03-18 10:04:45
阅读次数:
93
1. OneNET简介 中国移动物联网开放平台是由中国移动打造的PaaS物联网开放平台。 平台能够帮助开发者轻松实现设备接入与设备连接,提供综合性的物联网解决方案,实现物联网设备的数据获取,数据存储,数据展现。 中移物联网官方网址 https://open.iot.10086.cn/ 安卓平台接入O ...
分类:
移动开发 时间:
2020-03-18 10:01:26
阅读次数:
82