2022 年 9 月

blob视频资源的简单提取

blob视频资源的简单提取

此博文记录了如何在网页中简单提取视频源地址的方法,起因是STS 课程中有一个Assessment是要观看影片去回答问题。Youtube没有资源,网页操作不方便,我想把他放到VLC中播放。软件环境Chrome浏览器VLC打开网络链接(视频源地址 M3U8)Windows 10操作步骤使用Chrome浏

小四 小四 2022-09-30
923 1 0
Make a calculartor in c sharp

Make a calculartor in c sharp

Create an new windwos forms project.Design Size.Add panel. design panel color,size,style.Add button. calculartor button and oper button.Coding button

小四 小四 2022-09-25
578 0 0
C# Syntax

C# Syntax

Example explainedLine 1: using System means that we can use classes from the System namespace.Line 2: A blank line. C# ignores white space. However, m

小四 小四 2022-09-24
605 0 0