点我去Gitee
点我去Gitee
上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 原文:https://blog.csdn.net/zhanglir333/article/details/79178979 js实现视频截图 <!doctype html> <html lang="zh-CN"> <head> <title>测试页</title> <meta charset="ut 阅读全文
posted @ 2021-12-14 16:26 biuo 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 原文连接:https://blog.csdn.net/LuciferMS/article/details/80782727?utm_term=nodejs%E7%BD%91%E9%A1%B5%E5%92%8C%E6%9C%8D%E5%8A%A1%E4%BA%A4%E4%BA%92&utm_mediu 阅读全文
posted @ 2021-11-13 10:43 biuo 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 他原文连接:https://blog.csdn.net/qq_40792558/article/details/115870810?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2aggregatepagefirst_ra 阅读全文
posted @ 2021-11-12 14:49 biuo 阅读(717) 评论(0) 推荐(0) 编辑
摘要: nginx http->https 核心配置 worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendf 阅读全文
posted @ 2021-11-01 14:16 biuo 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 记录: 关于这个app,我去找了下资料,了解到的是可以用webrtc技术来实现,以下是我的见解 1、webrtc是网页实时通信(Web Real-Time Communication),这个技术支持网页浏览器进行实时语音、视频对话,可以共享屏幕、发送文件等。 2、对于app,我的想法是: ①如果用【 阅读全文
posted @ 2021-10-27 12:03 biuo 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1.执行上下文/闭包/作用域链 2.this/call/apply/bind 3.原型/继承 4.Promise 5.深拷贝/浅拷贝 6事件循环机制 7函数式编程 8.es6=》7、8、9 vue 框架 跨域=》多框架多解释 生命周期的执行都在执行些什么 双向数据绑定原理 状态管理 组件通信 虚拟节 阅读全文
posted @ 2021-10-22 14:15 biuo 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 参考连接:https://blog.csdn.net/qq_36451496/article/details/100163017 密码输入框的一些问题 1.js代码(有错) <input type="password" id="psw" name="Psw" onChange={this.handl 阅读全文
posted @ 2021-10-20 14:38 biuo 阅读(70) 评论(0) 推荐(0) 编辑
摘要: uniapp page.json { "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/message/message", "style": 阅读全文
posted @ 2021-10-20 14:13 biuo 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 时间选择器 DatePicker 前言 最近做了需要用到时间选择器的项目,用到了DatePicker,特此来记录下 首先先贴出官网连接: ant Mobile:https://antd-mobile-doc-v2.gitee.io/components/date-picker-cn/ antd:ht 阅读全文
posted @ 2021-10-20 12:20 biuo 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: 去除数组中的空元素 record = record.filter(function(n){return n}) 阅读全文
posted @ 2021-10-20 12:08 biuo 阅读(121) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页