07 2019 档案

摘要:https://aotu.io/notes/2017/11/27/iphonex/index.a 参考网站 阅读全文
posted @ 2019-07-30 15:29 进军码农 阅读(114) 评论(0) 推荐(0)
摘要://在子组件添加 ng-5.2.11import { Component, ChangeDetectorRef } from '@angular/core'; constructor(private cdr: ChangeDetectorRef) { } ngAfterViewChecked(){ 阅读全文
posted @ 2019-07-23 20:27 进军码农 阅读(773) 评论(0) 推荐(0)
摘要:子组件 import { Component, Input, Output,EventEmitter } from '@angular/core'; @Input() crrunKm: any; @Output() getCrrunKmChange = new EventEmitter<any>() 阅读全文
posted @ 2019-07-17 13:31 进军码农 阅读(2462) 评论(0) 推荐(0)
摘要:【常用APP的Url Scheme 前缀】QQ mqq:// 微信是 weixin:// 网易新闻 newsapp:// 淘宝 taobao:// 点评 dianping:// dianping://search 微博 sinaweibo:// weico微博 weico:// 支付宝 alipay 阅读全文
posted @ 2019-07-06 14:10 进军码农 阅读(4230) 评论(0) 推荐(0)
摘要:工作环境 ionic3+angular5 使用video标签播放 1.首先安装模块 npm install videogular2@6.1.1 --save npm install @types/core-js --save-dev 2.其次在使用页面xxx.module.ts里引入模块 impor 阅读全文
posted @ 2019-07-01 10:56 进军码农 阅读(1302) 评论(0) 推荐(0)