11 2020 档案
摘要:自己写了了个批量查找替换工具(C#),目前已知问题有查找速度不够快,假死现象等。 using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Li
阅读全文
摘要:Using the Windows Script Host (make sure to add a reference to the Windows Script Host Object Model, under References > COM tab):using IWshRuntimeLibr
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li
阅读全文
摘要:Nuget安装这个2个: AForge.Controls; AForge.Video.DirectShow; code: namespace WindowsFormsApp1 { partial class FormCameraVideo { /// <summary> /// Required d
阅读全文
摘要:<Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200
阅读全文