runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2022年9月30日

摘要: System.Runtime.InteropServices.ExternalException:“GDI+ 中发生一般性错误。” 原因:文件夹不存在。 解决方法: if (!Directory.Exists(imageDir)) { Directory.CreateDirectory(imageD 阅读全文
posted @ 2022-09-30 11:01 runliuv 阅读(345) 评论(0) 推荐(0) 编辑

摘要: java: Compilation failed: internal java compiler error 解决方法: 1.打开菜单 ,File - Project Structure - Project- Language level ,改成你想要的版本,如:8. 下方的 Modules - L 阅读全文
posted @ 2022-09-30 09:36 runliuv 阅读(44) 评论(0) 推荐(0) 编辑