06 2023 档案

摘要:在 `ChannelInboundHandlerAdapter` 类中,除了 `channelActive` 和 `channelRead` 方法之外,还有其他方法用于处理不同类型的入站事件。以下是这些方法的解释说明: 1. `channelRegistered(ChannelHandlerCont 阅读全文
posted @ 2023-06-17 15:46 天葬 阅读(486) 评论(0) 推荐(0) 编辑
摘要:const formatSeconds = (value) => { if (value 0 || value < 1000) return '0秒'; var timestamp = parseInt(value) / 1000; // 毫秒转秒 // 小时取余数 const remainder 阅读全文
posted @ 2023-06-08 17:37 天葬 阅读(833) 评论(0) 推荐(0) 编辑
摘要:# 抖音开放平台接入 ## 准备工作 注册抖音开放平台 https://developer.open-douyin.com/ 并且进行企业认证。内网穿透工具(需支持https),推荐[ngrok](https://ngrok.com/)。 ## 相关网站 - 抖音开放平台: https://deve 阅读全文
posted @ 2023-06-02 17:14 天葬 阅读(5817) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示