随笔分类 - 

摘要:问题 答案 thumbnailImage.Read(bytes, 0, length); thumbnailImage.Seek(0, SeekOrigin.Begin);//添加这句就可以了 userInfo.Photo = bytes; 阅读全文
posted @ 2022-11-20 03:37 小林野夫 阅读(363) 评论(0) 推荐(0) 编辑
摘要:问题 GDI+一般性错误(A generic error occurred in GDI+), MemoryStream GetThumbnailImage( ) { Image image = Image.FromFile(@"E:\壁纸\FhdLS1EakAALOPY.jpg"); //必须传递 阅读全文
posted @ 2022-11-20 03:01 小林野夫 阅读(954) 评论(0) 推荐(0) 编辑
摘要:数据库配置错误。 将相对地址修改为绝对地址就可以了。 提示错误 <?xml version="1.0" encoding="utf-8" ?> <configuration> <connectionStrings > <add name="ConnectionString" connectionSt 阅读全文
posted @ 2022-11-14 23:25 小林野夫 阅读(756) 评论(0) 推荐(0) 编辑
摘要:【问题】鼠标焦点从软件切换到桌面时候发生应用程序闪烁 【答案】 这是wpf 程序 重绘造成的。可以通过设置window的TopMost属性解决。TopMost属性让窗体一直保持桌面最上层。微信桌面客户端 就是采用这种方式。 <Window xmlns="http://schemas.microsof 阅读全文
posted @ 2022-11-11 23:05 小林野夫 阅读(245) 评论(0) 推荐(0) 编辑

原文链接:https://www.cnblogs.com/cdaniu/