摘要:
VS2022+.NET6新建asp.net core mvc工程无法启动 报以下错误 An unhandled exception occurred while processing the request. InvalidOperationException: The view 'Index' w 阅读全文
摘要:
using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Support.UI; using System; using System.Threading; using System.Windows.Form 阅读全文
摘要:
### 1.声名win apiPrivate Declare Function CoCreateGuid Lib "OLE32" (pGuid As guid) As Long ### 2.定义TypePrivate Type guid Data1 As Long Data2 As Integer 阅读全文