作者:AlexSJC

C# AesHelper

using System; using System.Security.Cryptography; using System.Text; public class AesHelper { public static string Encrypt(string text, string ke

AlexSJC 发布于 2023-04-30

WPF 自定义属性

<Window x:Name="window" ...> <Grid> <TextBlock Text="{Binding Text, ElementName=window}" /> </Grid> </Window> public static readonly D

AlexSJC 发布于 2023-04-24

C# JsonConfig

https://www.nuget.org/packages/Asjc.JsonConfig

AlexSJC 发布于 2023-04-21
AlexSJC 发布于 2023-04-19

UltraDefrag

下载:https://sourceforge.net/projects/ultradefrag/

AlexSJC 发布于 2023-04-16

Electron 快速入门

参考资料 https://www.electronjs.org/zh/docs/latest/tutorial/quick-start https://www.electronjs.org/zh/docs/latest/tutorial/tutorial-first-app 创建

AlexSJC 发布于 2023-04-15

MyChrome

https://github.com/cnjackchen/my-chrome MyChrome_v3.8.1_x64.7z MD5: 78e1599e2339a5ddc0210b0afc052d6e

AlexSJC 发布于 2023-04-14

Git(分布式版本控制系统)

官网:https://git-scm.com/ 下载:CNPM Binaries Mirror

AlexSJC 发布于 2023-04-14

Adobe 2023

Adobe After Effects 23.0.0.59 [SHA] ca60c0ee7a0e51aec2c0759718f8565c16f7c04b Adobe Animate 23.0.0.407 [SHA] f0cac6ae5b03597756f85e5ab56fcd692cd1f0b2 A

AlexSJC 发布于 2023-04-12

用户脚本模板

文档 | Tampermonkey // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 1.0.0 // @description

AlexSJC 发布于 2023-04-11
上一页 下一页