摘要: 在 ` CDVWKWebViewEngine.m ` -> ` WKWebView* wkWebView = [[WKWebView alloc] initWithFrame:self.frame configuration:configuration]; ` 后面添加上 #if DEBUG if 阅读全文
posted @ 2024-09-13 09:46 hbyjw 阅读(23) 评论(0) 推荐(0)
摘要: 如果出现 Error: Unknown argument: platform 请执行命令 ng add @ionic/cordova-builders 阅读全文
posted @ 2022-09-03 09:24 hbyjw 阅读(1364) 评论(0) 推荐(0)
摘要: git rm -r --cached . git add . git commit -m 'update .gitignore' 阅读全文
posted @ 2022-06-02 09:07 hbyjw 阅读(30) 评论(0) 推荐(0)
摘要: 1. 打开网站: https://ping.chinaz.com/github.com 2. 检测github.com 3. 在响应结果列表中找到响应最快的ip地址 4. 将最快的IP地址添加到 hosts中 例如:15.164.81.167 github.com 5. 刷新hosts 阅读全文
posted @ 2022-02-17 11:48 hbyjw 阅读(80) 评论(0) 推荐(0)
摘要: deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted univer 阅读全文
posted @ 2021-10-26 11:29 hbyjw 阅读(734) 评论(0) 推荐(0)
摘要: 将手机与电脑用usb连接 /Users/用户名/Library/Android/sdk/platform-tools/adb tcpip 5555 /Users/用户名/Library/Android/sdk/platform-tools/adb shell ifconfig wlan0 /User 阅读全文
posted @ 2021-10-13 15:47 hbyjw 阅读(59) 评论(0) 推荐(0)
摘要: 1 // import { retry, retryWhen, catchError, map, tap, delayWhen, scan, takeWhile } from 'rxjs/operators'; 2 // import { timer } from 'rxjs/observable/ 阅读全文
posted @ 2020-07-28 17:44 hbyjw 阅读(410) 评论(0) 推荐(0)
摘要: .NET Core跨域问题: 1、在Startup.cs中ConfigureServices中添加: 2、在Startup.cs中Configure方法中添加: 作者:枫无叶 来源:CSDN 原文:https://blog.csdn.net/qq_42220663/article/details/8 阅读全文
posted @ 2018-10-31 17:30 hbyjw 阅读(489) 评论(0) 推荐(0)
摘要: 定义: 调用: 阅读全文
posted @ 2018-09-25 11:38 hbyjw 阅读(136) 评论(0) 推荐(0)
摘要: 1. 在 app.component.ts 中注册推送接受事件 2. 1 private modalCtrl: ModalController, 2 private appCtrl: App, 3 private ionicApp: IonicApp, 3.在接受到推送的事件中调用如下方法 4.页面 阅读全文
posted @ 2018-08-13 17:11 hbyjw 阅读(626) 评论(0) 推荐(0)