全面升级
网站性能提升,优化加载速度。 启用 cloud.alexsjc.top(暂不开放注册)。
7-Zip 美化
【官网】https://7-zip.org/ 7-Zip Theme Manager 推荐https://www.deviantart.com/masamunecyrus/art/7-Zip-Toolbar-Theme-Office-2013-550865514https://www.deviantart.com/alexgal23/art/Pur…
C# 单例应用
using System.Reflection; using System.Threading; public enum MutexScope { Local, Global } public static class SingletonApp { private static Mutex? mutex; public static bool Is…
Android 文件管理类应用比较
尚未完成 如广告等项目不在下表中,因为可通过某些方式处理。 名称版本1体积2压缩3SMBFTP网盘PC管理空间分析ES文件浏览器41.8 MB√√国内外FTPFile Commander8.18.60007ZIP√√国外HTTP√流舟文件浏览器1.727.523.1 MB√√国内外FTP/HTP√Solid Explorer2.8.3720.1 M…
IATA 与 ICAO 对照表
https://blog.alexsjc.top/wp-content/uploads/2024/01/iata-icao.html 三字码 由 IATA (International Air Transport Association),即国际航空运输协会制定 四字码 由 ICAO (International Civil Aviation Or…
安装 Powershell 7
https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windowshttps://learn.microsoft.com/zh-cn/powershell/scripting/whats-new/migrating-from-…
C# 各类方式获取应用程序路径
步骤 ConsoleApp1 调用 ClassLibrary1 的方法。 在 CMD 运行,输出的内容如下图所示。 归纳即可得到下表。 Process.GetCurrentProcess().MainModule.FileName…\ConsoleApp1.exeAssembly.GetCallingAssembly().Location…\Con…