WPF 文件图标转换器
using System; using System.Drawing; using System.Globalization; using System.IO; using System.Windows; using System.Windows.Data; using System.Windows.Interop; using System.Wi…
PEiD 0.95
来自:PEiD V0.95汉化版[原名:吾爱破解抢鲜版] - 『逆向资源区』 - 吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn PEiD-0.95下载
thumbnail
元素周期表
基于 ACS 的 Periodic Table of Chemical Elements 修改制作而成。 元素周期表(Periodic table of elements),根据原子序数的递增,将所有已发现的化学元素组织在行(周期)和列(族)中。科学家使用元素周期表快速查询元素的信息,例如原子质量和符号。元素周期表的排列还使科学家能够辨别元素特性的…
UniqueWindow
using System.Collections.Generic; using System.Windows; public class UniqueWindow { private static readonly List<Window> windows = new(); public static T Get<T>() …
WPF 工具窗口
更改指定窗口的属性。 函数还将指定偏移量的 32 位 (长) 值设置为额外的窗口内存。 SetWindowLongA 函数 (winuser.h) WS_EX_TOOLWINDOW 该窗口旨在用作浮动工具栏。 工具窗口具有短于普通标题栏的标题栏和使用较小的字体绘制的窗口标题。 工具窗口不会显示在任务栏中,也不会显示在用户按 Alt+TAB 时显示的…
C# 开机启动
using Microsoft.Win32; using System.Diagnostics; public class AutoStart { public const string KeyPath = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; public static void Se…
C# 通配符
using System.Text.RegularExpressions; public class Wildcard { public static string ToRegex(string pattern) { return $"^{Regex.Escape(pattern).Replace("\\*", ".*").Replace("\\?…
Clash 删库
11月2日,Clash for Windows 宣布停更并删库。 11月3日,Clash Core 及多个客户端项目在 GitHub 上被删除或归档。 随着 Clash Core 的停更,所有依赖 Clash Core 进行二次开发的项目失去了根基,意味着整个生态或将面临死亡。 下载Clash-Clash中文网 (clashcn.com)GitHu…