为您找到相关结果13,644个
Vue2中easyplayer的使用教程详解_vue.js_脚本之家
this.$emit('pullFlow') this.timer = setInterval(() => { this.$refs.EasyPlayerRef.initPlayer() //初始化播放器 this.$emit('pullFlow') }, 3000) }, // 播放事件 videoPlay(a) { // console.log(a,'视频播放--->>') if(this.timer) { clearInterval(this.timer) this.timer = null }...
www.jb51.net/javascript/294981w...htm 2025-3-21
Kotlin协程操作之创建启动挂起恢复详解_Android_脚本之家
本文的定位是协程的创建、启动、挂起、恢复,也会示例一些简单的使用,这里不对suspend讲解,,也不对协程的高级用法做阐述(热数据通道Channel、冷数据流Flow...),本文主要讲协程稍微深入的全面知识+ 目录 GPT4.0+Midjourney绘画+国内大模型 会员永久免费使用!【 如果你想靠AI翻身,你先需要一个靠谱的工具!】 下面以...
www.jb51.net/article/2575...htm 2022-8-1
kotlin源码结构层次详解_Android_脚本之家
中间层:协程仓库中,协程框架的通用逻辑kotlinx.coroutine-common。比如Job、Deferred、Select、Channel、Flow。 平台层:协程仓库中,协程在特定平台的实现。如JVM、JS、Native。下面,我们来详细了解一下这些层是怎么分布的。基础层Kotlin库中,协程的基础层具体位置是在/kotlin/libraries/stdlib/src/kotlin/coroutines/里面...
www.jb51.net/article/2580...htm 2025-3-13
每个JavaScript 工程师都应懂的33个概念_javascript技巧_脚本之家
Nominal & Structural Typing —— flow What exactly is Type Coercion in Javascript? —— stackoverflow You Don't Know JS: Types & Grammar —— github 视频 javascript 隐式转换 —— 慕课网 Javascript 基础加强-类型转换 —— 黑马程序员 5. == vs ===, typeof vs instanceof ...
www.jb51.net/article/1493...htm 2025-3-21
路由技术 路由器设置可选择性数据包丢弃_网络通讯_软件教程_脚本之家
Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full Duplex, 1000Mbps, link type is force-up, media type is LX output flow-control is unsupported, input flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 ...
www.jb51.net/softjc/303...html 2025-3-10
JS组件系列之Gojs组件 前端图形化插件之利器_javascript技巧_脚本...
loop(); // animate some flow through the pipes } function loop() { var diagram = myDiagram; setTimeout(function() { var oldskips = diagram.skipsUndoManager; diagram.skipsUndoManager = true; diagram.links.each(function(link) { var shape = link.findObject("PIPE"); var off = shape.str...
www.jb51.net/article/1293...htm 2025-3-14
4. 深入流程控制 More Control Flow Tools
Besides thewhilestatement just introduced, Python knows the usual control flow statements known from other languages, with some twists. 除了前面介绍的while语句,Python 还从别的语言中借鉴了一些流程控制功能,并有所改变。 4.1if语句ifStatements Perhaps the most well-known statement type is theifstatement....
www.jb51.net/shouce/python/python_cn... 2025-3-11
三种网络流量检测方法说明和配置_网络编程_脚本之家
router (config-if)#ip route-cache flow router (config)#ip flow-export destination 172.17.246.225 9996 router (config)#ip flow-export version 5 Optional configuration router (config)#ip flow-export source loopback 0 router (config)#ip flow-cache entries ...
www.jb51.net/article/120...htm 2025-3-7