01 2023 档案
摘要:wpf需要在分屏上显示窗体代码: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micros
阅读全文
摘要:方法一:Get请求: /// <summary> /// httpRequest /// </summary> /// <param name="url">http接口路径</param> /// <returns>将http接口信息进行返回</returns> public string http
阅读全文
摘要:一、方法方法一(winform实现): 安装VLC media player3.0,然后将安装的plugins文件复制到项目根目录, 1、新建一个类(VlcPlayerBase.cs): using System; using System.Runtime.InteropServices; usin
阅读全文