上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页
摘要: https://juejin.im/post/5b20ceb16fb9a01e4f47cd49 下面是iOS向RN传递对象的代码 #import <React/RCTBridgeModule.h> @implementation Voicesdk RCT_EXPORT_METHOD(startRec 阅读全文
posted @ 2020-07-11 23:42 野鸡码农 阅读(286) 评论(0) 推荐(0)
摘要: https://nls-portal.console.aliyun.com/overview 阅读全文
posted @ 2020-07-11 23:23 野鸡码农 阅读(517) 评论(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 野鸡码农 阅读(1732) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Oldz/p/13229495.html 里边有概述 阅读全文
posted @ 2020-07-03 11:46 野鸡码农 阅读(1094) 评论(0) 推荐(0)
摘要: 转载自他人:https://blog.csdn.net/MakeWorks/article/details/69487344 一个profile有很多的服务,一个服务又有很多的特性,一个特性中又有几种属性条目组成。 profile(数据配置文件)一个profile文件可以包含一个或者多个服务,一个p 阅读全文
posted @ 2020-07-03 11:45 野鸡码农 阅读(1976) 评论(0) 推荐(0)
摘要: https://fsp1yjl.github.io/2017/07/29/2017Qt%E4%B8%AD%E4%BD%8E%E5%8A%9F%E8%80%97%E8%93%9D%E7%89%99%E6%A8%A1%E5%9D%97%E4%BD%BF%E7%94%A8/ 1.要使用qt蓝牙模块, 项目 阅读全文
posted @ 2020-07-02 11:38 野鸡码农 阅读(4758) 评论(2) 推荐(0)
摘要: _hexToRgb (hex) { const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); return result ? { r: parseInt(result[1], 16), g: parseInt(resu 阅读全文
posted @ 2020-06-24 11:32 野鸡码农 阅读(294) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-06-22 17:14 野鸡码农 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-06-22 11:05 野鸡码农 阅读(0) 评论(0) 推荐(0)
摘要: 下面👇是QT程序显示包内容: 下面👇是electron程序显示包内容: 阅读全文
posted @ 2020-06-17 11:55 野鸡码农 阅读(566) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页