上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 38 下一页
摘要: https://www.cnblogs.com/richard-youth/p/10002797.html 阅读全文
posted @ 2020-07-30 11:06 野生野鸡码农 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1,配置: /Users/z/code/zeropay/app/src/main/res/values/styles.xml : 红色标签意义是Activity中的布局不进入状态栏 <style name="AppTheme" parent="Theme.AppCompat.Light.NoActi 阅读全文
posted @ 2020-07-28 13:36 野生野鸡码农 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/d1c621631f7e 阅读全文
posted @ 2020-07-24 12:05 野生野鸡码农 阅读(146) 评论(0) 推荐(0) 编辑
摘要: void start(){ //在小米5的手机上直接向getExternalStorageDirectory写文件会出现文件管理器找不文件的情况, 这时候就要提前生成这个文件夹,防止存储wav文件失败。 mkdir(); String path = Environment.getExternalSt 阅读全文
posted @ 2020-07-21 16:26 野生野鸡码农 阅读(844) 评论(0) 推荐(0) 编辑
摘要: // 测试文件路径 // 联想测试 filePath = "/data/data/et.tsingtaopad.uploadapk/files/headImg/picname.png"// 小米测试 filePath = "/data/user/0/et.tsingtaopad.uploadapk/ 阅读全文
posted @ 2020-07-21 11:59 野生野鸡码农 阅读(346) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/imhxl/article/details/50854146?locationNum=1&fps=1 阅读全文
posted @ 2020-07-21 11:57 野生野鸡码农 阅读(475) 评论(0) 推荐(0) 编辑
摘要: https://github.com/zphhhhh/react-native-speech-iflytek/issues/36 描述:[IFlySpeechUtility createUtility:initString]的时候报错: Assertion failed: (severity >= 阅读全文
posted @ 2020-07-20 10:26 野生野鸡码农 阅读(774) 评论(1) 推荐(0) 编辑
摘要: AVAuthorizationStatus microPhoneStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeAudio]; switch (microPhoneStatus) { case AVAuthor 阅读全文
posted @ 2020-07-19 20:47 野生野鸡码农 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: zdeMacBook-Pro:sometest z$ react-native run-ios -h react-native run-ios builds your app and starts it on iOS simulator Options: --simulator [string] E 阅读全文
posted @ 2020-07-19 17:50 野生野鸡码农 阅读(1038) 评论(0) 推荐(0) 编辑
摘要: 参考方式 https://github.com/react-native-community/react-native-permissions/blob/master/ios/Camera.podspec https://github.com/react-native-community/react 阅读全文
posted @ 2020-07-19 17:18 野生野鸡码农 阅读(359) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 38 下一页