04 2020 档案
摘要:1、开始菜单中的设置 设备。 2、选择“蓝牙和其他设备” 3、在其他设备栏中就能看到检测到的移动硬盘,点击删除设备后重新插入移动硬盘即可在此电脑上显示盘符。
阅读全文
摘要:C# Winform开发中使用了CefSharp,之前在VS2012中运行很正常,今天换了一台Windows XP 打开VS2010 运行时,发生异常:System.IO.FileNotFoundException;Coloud not load file or assembly ‘CefSharp
阅读全文
摘要:Ngix协议层做阻断应射处理SpringBoot 容器+MVC框架SpringSecurity 认证和授权框架MyBatis ORM框架 Swagger-UI 文档生产工具 Hibernator-Validator 验证框架Elasticsearch 搜索引擎 RabbitMq 消息队列Redis
阅读全文
摘要:运行tortoiseGit之后显示找不到git.exe 原因:没有安装git,tortoiseGit是在安装了git的基础上运行的 到这里下载git并安装:https://gitforwindows.org/
阅读全文
摘要:System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase
阅读全文
摘要:[csharp] view plaincopy //byte[] 转图片 public static Bitmap BytesToBitmap(byte[] Bytes) { MemoryStream stream = null; try { stream = new MemoryStream(By
阅读全文