HTML5 超文本标记语言 HTML5 一些新特性: 用于绘画的 canvas 元素 video 和 audio 元素 对本地离线存储的更好的支持 新的特殊内容元素,比如 article、footer、header、nav、section 新的表单控件,比如 calendar、date、time、e ...
分类:
Web程序 时间:
2021-05-04 16:15:40
阅读次数:
0
解决办法: 编辑 --> 首选项 --> Advanced --> 选择 “Use software-only mode” (默认是:Use Gpu ...) ...
分类:
其他好文 时间:
2021-05-03 12:55:31
阅读次数:
0
分享一个 C# Winfrom 下的 OutlookBar 控件的使用 outlookbar 实现 包含类似于Outlook 2003中左侧导航栏, IE7中Tab, 以及向导控件与可任意拖动的工具栏控件(文章及相关代码搜集自网络,仅供学习参考,版权属于原作者! ). 1.OutlookBar Vb ...
// ts版-vue private justPalyOne() { const audios = document.querySelectorAll("audio"); // 暂停函数 const pauseAll = (exclude: any): any => { audios.forEach ...
分类:
其他好文 时间:
2021-04-27 15:20:20
阅读次数:
0
tensorflow-hub介绍 tfhub.dev包含一系列模型,根据处理对象Problem domain分成了四类:Image, Text, Vedio, Audio 模型格式 模型格式又可分为TF.js, TFLite, Coral TF.js 是用于浏览器的模型。ref TFLite 使用的 ...
分类:
其他好文 时间:
2021-04-21 11:56:03
阅读次数:
0
ss控制Button 按钮的点击时候出现蓝色边框的问题添加css属性,这样在点击安按钮的时候就不会有蓝色边框了。button{outline:none;} ...
分类:
其他好文 时间:
2021-04-19 15:25:32
阅读次数:
0
测试环境 MySQL版本: 5.7.30 事务级别: READ-COMMITTED 测试数据 mysql> show create table tb1001 \G *************************** 1. row *************************** Table ...
分类:
数据库 时间:
2021-04-14 12:34:40
阅读次数:
0
常用工具库 https://github.com/lodash/lodash 常用时间处理库 https://github.com/moment/moment 图片预览插件 https://github.com/fengyuanchen/viewerjs 自定义音频,需要自己修改一下样式 https ...
分类:
其他好文 时间:
2021-04-13 12:32:29
阅读次数:
0
先回顾一下视频里面到底是什么 视频 内容元素 1.图像(image) 2.音频(Audio) 3.元素信息(Meta-data) 编码格式 1.Video:H264 2.Audio:AAC(后面文章讲) 3.容器封装:MP4/MOV/FLV/RM/RMVB/AVI H264 当我们需要对发送的视频文 ...
分类:
移动开发 时间:
2021-04-13 12:06:29
阅读次数:
0
# async函数创建与运行 async def funcC(): print("A方法需要等待C方法执行完毕") time.sleep(5) print("C方法完毕") # 如果在执行A里面想异步执行其他任务,就异步执行其他任务 asyncio.run(funcC()) async def fu ...
分类:
其他好文 时间:
2021-04-13 11:43:28
阅读次数:
0