作者:AlexSJC

Snap2IMG

Snap2IMG.7z <RenderSettingsData> <Name>Simple</Name> <ThumbnailSizeX>128</ThumbnailSizeX> <ThumbnailSizeY>128</ThumbnailSizeY> <SplitIntoMulti

AlexSJC AlexSJC 发布于 2023-05-16

Trilium

https://github.com/zadam/trilium 文档:https://trilium.hyl.im/ 数据目录:%AppData%\trilium-data Trilium 目前仅提供英文版本,但有一个较为稳定的中文分叉。 <

AlexSJC AlexSJC 发布于 2023-05-14

Buzz

Buzz 是一个离线音频转录和翻译工具,由 OpenAI 的 Whisper 提供支持。 支持 Windows, Linux, Machttps://github.com/chidiwilliams/buzz 对于 Windows 系统,Whispe

AlexSJC AlexSJC 发布于 2023-05-02

Window Sharing Hider

Hides Windows during screen sharing. Works with Teams, Zoom, Discord, etc. Single app, no dll’s, works on both x86/x64 Relies on SetWindowDisplayAffin

AlexSJC AlexSJC 发布于 2023-05-01

C# AesHelper

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

AlexSJC AlexSJC 发布于 2023-04-30

WPF 自定义属性

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

AlexSJC AlexSJC 发布于 2023-04-24

C# JsonConfig

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

AlexSJC AlexSJC 发布于 2023-04-21

UltraDefrag

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

AlexSJC 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 AlexSJC 发布于 2023-04-15

MyChrome

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

AlexSJC AlexSJC 发布于 2023-04-14

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

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

AlexSJC 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 AlexSJC 发布于 2023-04-12

用户脚本模板

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

AlexSJC AlexSJC 发布于 2023-04-11

JavaScript 调用谷歌翻译

let text = 'Hello, World!'; let source = 'en'; let target = 'zh-CN'; fetch(`https://translate.googleapis.com/translate_a/single?client=gtx&sl=${sourc

AlexSJC AlexSJC 发布于 2023-04-11