摘要: 最近常用网站 opencamp:https://github.com/LearningOS/rust-based-os-comp2025/blob/main/2025-spring-scheduling-2.md 调节bilibili倍速,开发者模式控制台输入以下命令 document.queryS 阅读全文
posted @ 2025-03-30 23:02 phrink 阅读(18) 评论(0) 推荐(0)
摘要: bilibili本地监听失败,使用第三方推流 #终端管理员下操作 #1. netstat -aon|findstr "1935" #2. #检查ESTABLIESHED后面的数字,任务管理器查找pid #然后结束该任务的运行 #3.停止和重启 net stop winnat net start wi 阅读全文
posted @ 2025-03-30 19:49 phrink 阅读(371) 评论(0) 推荐(0)
摘要: CXX 常见快速类型转换 1.int ->string #include <string> #include <iostream> int num = 123; std::string str = std::to_string(num); std::cout << str << std::endl; 阅读全文
posted @ 2025-03-30 18:51 phrink 阅读(11) 评论(0) 推荐(0)