作者:AlexSJC

Clash 删库

11月2日,Clash for Windows 宣布停更并删库。 11月3日,Clash Core 及多个客户端项目在 GitHub 上被删除或归档。 随着 Clash Core 的停更,所有依赖 Clash Core 进行二次开发的项目失去了根基,意味着整个生态或将面临死亡。

AlexSJC 发布于 2023-11-18

Xamarin.Android 请求忽略电池优化

<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> if (Build.VERSION.SdkInt >= BuildVersionCodes.M) { Powe

AlexSJC 发布于 2023-11-12

Xamarin.Android 前台服务

public const string CHANNEL_ID = "default_channel"; public const string CHANNEL_NAME = "Default Channel"; public const int NOTIFICATION_ID = 10000; p

AlexSJC 发布于 2023-11-10

常见 Copyright 写法

Microsoft © Microsoft 2023

AlexSJC 发布于 2023-10-28

C# 通配符

请使用最新的 NuGet 包:https://www.nuget.org/packages/Asjc.Wildcard

AlexSJC 发布于 2023-10-23

C# 异步 Ping 多个 IP

public static async Task<List<string>> PingIPs(List<string> ips, int timeout = 1000) { var tasks = ips.Select(ip => new Ping().SendPingAsync(ip, t

AlexSJC 发布于 2023-10-21

WPF 应用的 .csproj 建议

<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net8.0-windows</TargetFramework> <Nu

AlexSJC 发布于 2023-10-18

WPF 重写语言实现本地化

添加这段代码(Application_Startup): FrameworkElement.LanguageProperty.OverrideMetadata( typeof(FrameworkElement), new FrameworkPropertyMetadata(

AlexSJC 发布于 2023-10-17

免费安装 HEVC 视频扩展

A 使用此链接直接安装到电脑: https://apps.microsoft.com/detail/9N4WGH0Z6VHQ?hl=zh-cn&gl=CN B

AlexSJC 发布于 2023-10-09

深蓝词库转换

https://github.com/studyzy/imewlconverter imewlconverter_Windows.zip

AlexSJC 发布于 2023-10-09
上一页 下一页