会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
野生的神仙
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
[置顶]
ionic ios 无法使用safari调试
摘要: 在 ` CDVWKWebViewEngine.m ` -> ` WKWebView* wkWebView = [[WKWebView alloc] initWithFrame:self.frame configuration:configuration]; ` 后面添加上 #if DEBUG if
阅读全文
posted @ 2024-09-13 09:46 hbyjw
阅读(23)
评论(0)
推荐(0)
2022年9月3日
ionic build时出现 Error: Unknown argument: platform [ERROR] An error occurred while running subprocess ng.
摘要: 如果出现 Error: Unknown argument: platform 请执行命令 ng add @ionic/cordova-builders
阅读全文
posted @ 2022-09-03 09:24 hbyjw
阅读(1364)
评论(0)
推荐(0)
2022年6月2日
gitignore 不起作用的解决办法
摘要: git rm -r --cached . git add . git commit -m 'update .gitignore'
阅读全文
posted @ 2022-06-02 09:07 hbyjw
阅读(30)
评论(0)
推荐(0)
2022年2月17日
增加github访问速度,也适用于在cmd ,bash中
摘要: 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)
2021年10月26日
ubuntu 20.04(focal) 配置如下
摘要: 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)
2021年10月13日
android 手机通过Wi-Fi调试
摘要: 将手机与电脑用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)
2020年7月28日
angular http post 重试
摘要: 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)
2018年10月31日
dotnet core 2.1 跨域
摘要: .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)
2018年9月25日
Promise
摘要: 定义: 调用:
阅读全文
posted @ 2018-09-25 11:38 hbyjw
阅读(136)
评论(0)
推荐(0)
2018年8月13日
ionic 收到推送后跳转页面
摘要: 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)
1
2
下一页
公告