上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 38 下一页
摘要: https://blog.csdn.net/sinat_27798375/article/details/105516057 阅读全文
posted @ 2020-07-16 12:04 野生野鸡码农 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 条件:Mac端、iOS端都登录我自己的账号. 阅读全文
posted @ 2020-07-15 18:33 野生野鸡码农 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Task :voicesdk:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':voicesdk:verifyRe 阅读全文
posted @ 2020-07-13 17:31 野生野鸡码农 阅读(531) 评论(0) 推荐(0) 编辑
摘要: var test = (some)=>{ return new Promise((resolve,reject)=>{ if(some == 0){ resolve('执行了第1个') } console.log('第二步'); if(some == 2){ reject('执行了第3个') } c 阅读全文
posted @ 2020-07-13 14:46 野生野鸡码农 阅读(4091) 评论(0) 推荐(0) 编辑
摘要: 在react-native项目中出现这个问题 解决办法: requestPerssion() .then(_=>{ this.initRecognizer(); }) .catch(e=>{}) 把 .catch(e=>{}) 加上就好了 阅读全文
posted @ 2020-07-13 12:04 野生野鸡码农 阅读(3181) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5b20ceb16fb9a01e4f47cd49 下面是iOS向RN传递对象的代码 #import <React/RCTBridgeModule.h> @implementation Voicesdk RCT_EXPORT_METHOD(startRec 阅读全文
posted @ 2020-07-11 23:42 野生野鸡码农 阅读(273) 评论(0) 推荐(0) 编辑
摘要: https://nls-portal.console.aliyun.com/overview 阅读全文
posted @ 2020-07-11 23:23 野生野鸡码农 阅读(425) 评论(0) 推荐(0) 编辑
摘要: https://www.njleonzhang.com/2018/08/30/react-native-modules.html 一,新建demo项目 1,安装环境 $ npm install -g yarn react-native-cli $ npm install -g react-nativ 阅读全文
posted @ 2020-07-10 15:18 野生野鸡码农 阅读(1448) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Oldz/p/13229495.html 里边有概述 阅读全文
posted @ 2020-07-03 11:46 野生野鸡码农 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: 转载自他人:https://blog.csdn.net/MakeWorks/article/details/69487344 一个profile有很多的服务,一个服务又有很多的特性,一个特性中又有几种属性条目组成。 profile(数据配置文件)一个profile文件可以包含一个或者多个服务,一个p 阅读全文
posted @ 2020-07-03 11:45 野生野鸡码农 阅读(1796) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 38 下一页