HBuilder实现软件自动升级 前言 移动APP开发好后需要实现软件自动升级功能,经过一番搜索,发现HBuilder具有“App资源在线升级更新”的功能,遂研究之。 经过一番测试,在源码思想的基础之上对其进行了优化。代码如下: var wgtVer = null; function plusRea ...
分类:
Web程序 时间:
2018-12-25 13:20:15
阅读次数:
334
背景 个人开发过一种BLE设备有这样一种需求:当设备处于状态A时,广播设备名称A;处于状态B时,广播设备名称B。 问题 我们发现,当Android在进行Ble扫描的时候,扫描回调函数onScanResult中获取的设备名称并未随设备实时改变。 但是当使用nrfConnect进行扫描时,却发现设备广播 ...
分类:
移动开发 时间:
2018-12-21 18:40:58
阅读次数:
300
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-12-21 13:11:49
阅读次数:
149
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-12-20 01:04:03
阅读次数:
235
This post summarises different ways of constructing continuous functions, which are introduced in Section 18 of James Munkres “Topology”.Constant func... ...
分类:
其他好文 时间:
2018-12-19 18:40:24
阅读次数:
115
利用mui 发起手机微信和支付宝支付 payStatement :调起微信支付接口的参数 参考文档: https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_12&index=2 更多错误信息请参考支付(Payment)规范文档:ht ...
分类:
微信 时间:
2018-12-15 13:50:33
阅读次数:
670
如果本机安装了`python2`,尽量不要管他,使用`python3`运行python脚本就好,因为可能有程序依赖目前的`python2`环境, 比如`yum`!!!!! 不要动现有的`python2`环境! ### 安装`python3.7`#### 安装依赖环境```bashyum -y ins ...
分类:
编程语言 时间:
2018-12-12 18:57:32
阅读次数:
178
Requirements Files “Requirements files” are files containing a list of items to be installed using pip install like so: pip install -r requirements.tx ...
分类:
其他好文 时间:
2018-12-11 01:36:50
阅读次数:
179
上篇我们介绍了distributed pub/sub消息传递机制。这是在同一个集群内的消息共享机制:发布者(publisher)和订阅者(subscriber)都在同一个集群的节点上,所有节点上的DistributedPubSubMediator通过集群内部的沟通机制在底层构建了消息流通渠道。在ac ...
分类:
其他好文 时间:
2018-12-10 11:31:16
阅读次数:
221
Consider a positive integer N written in standard notation with k+1 digits a?i?? as a?k???a?1??a?0?? with 0≤a?i??<10 for all i and a?k??>0. Then N is ...
分类:
其他好文 时间:
2018-12-08 20:24:07
阅读次数:
125