• 2024-09-14C#窗体应用中打开控制输出内容
    窗体程序中打开控制台输出内容namespaceWinForms中打开控制台{publicpartialclassForm1:Form{/////////////以下控制台调用相关代码///////////////////////////[System.Runtime.InteropServices.DllImport("kernel32.dll",SetLastErr
  • 2023-05-31WPF中的密码框
    WPF中的密码框XAML文件<PasswordBoxName="PasswordBox"Margin="5"Padding="5"PreviewKeyDown="Txtpassword_PreviewKeyUp"/> 后台代码:IntPtrp=System.Runtime.InteropServices.Marshal.SecureStringToBSTR(this.Password
  • 2023-04-23Hydro Tools:System.Runtime.InteropServices.COMException (0x80004005)
     在使用hydrotools的时候报了这个错误 然后看到一个solution 这个设置一下 rasterworkspace要选择它默认的图层layer不是gdb,只有vectorworkspace才是gdb 
  • 2023-04-13System.Runtime.InteropServices.COMException: 服务器运行失败
    “/”应用程序中的服务器错误。服务器运行失败说明:执行当前Web请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息:System.Runtime.InteropServices.COMException:服务器运行失败源错误:执行
  • 2023-03-10PowerShell 保存凭据并转换成字符
    将字符保存成凭据$userName="admin"$password=ConvertTo-SecureString"123"-AsPlainText-Force$psCred=New-ObjectSystem.Management.Automation.PSCredential-A
  • 2022-11-27System.Runtime.InteropServices浅见
    System.Runtime.InteropServices提供了相应的类或者方法来支持托管/非托管模块间的互相调用。System.Runtime.InteropServices中几个比较重要的类:DllImportAttribute: 该
  • 2022-09-30C#.NET 保存图片时System.Runtime.InteropServices.ExternalException:“GDI+ 中发生一般性错误。”
    System.Runtime.InteropServices.ExternalException:“GDI+中发生一般性错误。”原因:文件夹不存在。解决方法:if(!Directory.Exists(imageDir)){