上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页
摘要: 前端 import { Component, OnInit, ViewChild, ElementRef } from '@angular/core'; import { MediaDevicesService } from '../../media-devices.service'; import 阅读全文
posted @ 2020-04-21 17:28 Ajanuw 阅读(2276) 评论(0) 推荐(0) 编辑
摘要: <button id="btn1">长按触发</button> <button id="btn2">长按触发2</button> interface IOpt { el: HTMLElement; listener: EventListener; options?: boolean | AddEve 阅读全文
posted @ 2020-04-21 10:53 Ajanuw 阅读(2212) 评论(0) 推荐(1) 编辑
摘要: "使用Title服务" "相关文章" 1. 配置路由, 添加 参数 2. 监听路由导航完毕,读取 ,设置 阅读全文
posted @ 2020-04-16 19:03 Ajanuw 阅读(227) 评论(0) 推荐(0) 编辑
摘要: function co<T>(fn: () => Generator<any, any, any>): Promise<T> { const g: Generator = fn(); return new Promise((resolve, reject) => { const r = g.next 阅读全文
posted @ 2020-04-11 10:17 Ajanuw 阅读(168) 评论(0) 推荐(0) 编辑
摘要: "文档" 只是用https import as fs from 'fs'; import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'; const httpsOptions = { key 阅读全文
posted @ 2020-04-09 10:24 Ajanuw 阅读(2196) 评论(0) 推荐(0) 编辑
摘要: let _subscriber: any; function autorun(subscriber: Function) { _subscriber = subscriber; _subscriber(); _subscriber = null; } class Observer { #list: 阅读全文
posted @ 2020-04-04 18:28 Ajanuw 阅读(424) 评论(0) 推荐(1) 编辑
摘要: 参考 基础知识 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <tit 阅读全文
posted @ 2020-03-31 20:56 Ajanuw 阅读(441) 评论(0) 推荐(1) 编辑
摘要: 在edge上有效 使用 "video.js" 阅读全文
posted @ 2020-03-27 23:16 Ajanuw 阅读(3545) 评论(0) 推荐(0) 编辑
摘要: 参考1 参考2 使用ffmpeg直接下载 ffmpeg -i "http://host/folder/file.m3u8" -bsf:a aac_adtstoasc -c copy -crf 50 file.mp4 手动解析下载 有些m3u8可能不一样 import 'dart:io'; impor 阅读全文
posted @ 2020-03-25 09:28 Ajanuw 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: 灵感来自此博客和此库 index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scal 阅读全文
posted @ 2020-03-18 14:06 Ajanuw 阅读(369) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页