摘要: 如果出现 Error: Unknown argument: platform 请执行命令 ng add @ionic/cordova-builders 阅读全文
posted @ 2022-09-03 09:24 风轻2022 阅读(1258) 评论(0) 推荐(0) 编辑
摘要: git rm -r --cached . git add . git commit -m 'update .gitignore' 阅读全文
posted @ 2022-06-02 09:07 风轻2022 阅读(23) 评论(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 风轻2022 阅读(63) 评论(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 风轻2022 阅读(649) 评论(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 风轻2022 阅读(54) 评论(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 风轻2022 阅读(395) 评论(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 风轻2022 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 定义: 调用: 阅读全文
posted @ 2018-09-25 11:38 风轻2022 阅读(131) 评论(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 风轻2022 阅读(612) 评论(0) 推荐(0) 编辑
摘要: // // TableViewController.swift // TableView // // Created by ITD on 6/8/18. // Copyright © 2018年 ITD. All rights reserved. // import UIKit class Tabl 阅读全文
posted @ 2018-08-10 15:08 风轻2022 阅读(834) 评论(0) 推荐(0) 编辑