发送微信消息的一种方式
2025-5-29 13:12:33 已被微信限制,要下载他们的 app 接收消息 https://wxpusher.zjiecode.com/ class Message { $appToken = "" Message($token) { $this.appToken = $token } send([array]$uids…
|
539
|
|
60 字
|
2 分钟
AutoFixture 简单介绍
- 在单元测试中自动生成随机的测试数据 Fixture fixture = new(); var items = fixture.Build<ListItem>() .With(it => it.Idx, Random.Shared.Next()) // 配置为所有实例都使用该值 .Without(it => it.Desc…
|
307
|
|
33 字
|
1 分钟内
AI 自动化工具
源LLM友好型网页爬虫和抓取工具 https://github.com/unclecode/crawl4ai 可以将用户界面屏幕截图解析为结构化且易于理解的元素 https://github.com/microsoft/OmniParser 使用说明 https://zhuanlan.zhihu.com/p/24662930428
|
621
|
|
63 字
|
几秒读完
Tailscale
一些资料 快捷使用 https://www.escapelife.site/posts/bb022c74.html https://www.ghostchu.com/tailscale-%e5%ae%89%e5%88%a9%e6%8c%87%e5%8d%97-%e5%bf%ab%e9%80%9f%e5%90%91%e4%bd%a0%e7%9a%84…
|
552
|
|
387 字
|
5 分钟
Redis 一些资料
【GeekHour】一小时Redis教程 https://www.bilibili.com/video/BV1Jj411D7oG 一些应用场景 https://juejin.cn/post/7325132133168971813 StackExchange.Redis 中文文档目录 https://www.cnblogs.com/liang24/t…
|
345
|
|
50 字
|
几秒读完
《鸢尾花书》免费的 python 机器学习书籍
https://github.com/Visualize-ML
|
602
|
|
5 字
|
几秒读完
串流将平板作为PC第三屏
1. PC 安装 Sunshine > https://github.com/LizardByte/Sunshine 1. PC 上安装虚拟屏幕工具,我用的是 ParsecVDisplay > https://github.com/nomi-san/parsec-vdd 1. 平板上安装 moonlight > https://github.com…
|
613
|
|
19 字
|
1 分钟内
wireguard
# https://github.com/wg-easy/wg-easy # 生成密码 docker run --rm -it ghcr.io/wg-easy/wg-easy wgpw '1234567' # 如果密码中的 $ 使用 $$ 转义, 返回如下 # PASSWORD_HASH='xxxxxx' v…
|
544
|
|
170 字
|
3 分钟
HeidiSQL 导出密码解密
https://www.fournoas.com/posts/how-to-recover-a-stored-password-from-heidisql/ function Decrypt { param( [string]$str ) if ([string]::IsNullOrEmpty($str)) { return ""…
|
655
|
|
61 字
|
3 分钟
检测局域网中 DHCP 服务器地址
McTVDHCPDiscoveryTool_0_9_1
|
645
|
|
1 字
|
几秒读完