posts - 609,  comments - 13,  views - 64万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
12 2022 档案
c#启动EXE文件
摘要:xxx来源:http://t.zoukankan.com/TBW-Superhero-p-5570650.htmlhttp://t.zoukankan.com/flywing-p-10570063.html #region 安装程序 try { //D:\Demos\ConsoleApp1\Cons 阅读全文
posted @ 2022-12-30 10:08 邢帅杰 阅读(271) 评论(0) 推荐(0) 编辑
.NET MAUI设置Windows环境初始窗口大小
摘要:参考:https://www.likecs.com/ask-10337653.html#sc=200【解决方案1】根目录下的App.xaml.cs //设置界面宽高 #if WINDOWS using Microsoft.UI; using Microsoft.UI.Windowing; using 阅读全文
posted @ 2022-12-29 17:52 邢帅杰 阅读(892) 评论(0) 推荐(0) 编辑
.NET MAUI获取设备id
摘要:参考:https://www.cnblogs.com/xd502djj/p/5799334.htmlhttps://blog.csdn.net/aaaym/article/details/126316223 /// <summary> /// 获取设备号 /// </summary> /// <re 阅读全文
posted @ 2022-12-26 16:45 邢帅杰 阅读(456) 评论(0) 推荐(0) 编辑
gzip字符串压缩,解压缩
摘要:xx using System.IO.Compression; public class StringCompress { /// <summary> /// 字符串压缩 /// </summary> /// <param name="strSource"></param> /// <returns 阅读全文
posted @ 2022-12-10 12:31 邢帅杰 编辑

点击右上角即可分享
微信分享提示