03 2023 档案

摘要:C# WinForm窗体最大化后挡住了任务栏的问题 在designer文件中 System.Drawing.Rectangle ScreenArea = System.Windows.Forms.Screen.GetWorkingArea(this); this.MaximumSize = new 阅读全文
posted @ 2023-03-21 00:30 明月心~ 阅读(595) 评论(0) 推荐(0)
摘要:Java 合并多个碎片文件到一个文件,也可以直接使用linux cat,windows type等命令 linux cat命令 cat *.zip.* > out.zip windows type命令 type *.txt > out.log java工具使用方式 # 编译 javac Combin 阅读全文
posted @ 2023-03-06 13:26 明月心~ 阅读(507) 评论(0) 推荐(0)