blob视频资源的简单提取 2022年09月30日 小四 1084 此博文记录了如何在网页中简单提取视频源地址的方法,起因是STS 课程中有一个Assessment是要观看影片去回答问题。Youtube没有资源,网页操作不方便,我想把他放到VLC中播放。软件环境Chrome浏览器VLC打开网络链接(视频源地址 M3U8)... 阅读全文 1 评论
Make a calculartor in c sharp 2022年09月25日 小四 287 Create an new windwos forms project.Design Size.Add panel. design panel color,size,style.Add button. calculartor button and ope... 阅读全文 0 评论
C# Syntax 2022年09月24日 小四 219 Example explainedLine 1: using System means that we can use classes from the System namespace.Line 2: A blank line. C# ignores ... 阅读全文 0 评论