11 2022 档案

摘要:发布订阅 <?php /* * This file is part of the Predis package. * * (c) Daniele Alessandri <suppakilla@gmail.com> * * For the full copyright and license info 阅读全文
posted @ 2022-11-17 14:35 菜的掉渣 阅读(583) 评论(0) 推荐(0)
摘要:1 <?php 2 3 /* 4 Based on PHP WebSocket Server 0.2 5 - http://code.google.com/p/php-websocket-server/ 6 - http://code.google.com/p/php-websocket-serve 阅读全文
posted @ 2022-11-17 09:44 菜的掉渣 阅读(78) 评论(0) 推荐(0)
摘要:onMounted(() => { console.log("onMounted"); document.body.style.setProperty('--el-component-size', '60px') }); 阅读全文
posted @ 2022-11-10 18:10 菜的掉渣 阅读(490) 评论(0) 推荐(0)
摘要:php版本: <?php // 将发送到客户端的本地文件 $local_file='abc.zip'; // 文件名 $download_file='your-download-name.zip'; // 设置下载速率(=> 31.2 kb/s) $download_rate=31.2; if(fi 阅读全文
posted @ 2022-11-04 13:46 菜的掉渣 阅读(122) 评论(0) 推荐(0)