摘要:
git clone git@gitee.com:longing/aspnetcorestudy.git --config core.sshcommand="ssh -i ~/.ssh/gitee_ssh_key" 阅读全文
摘要:
ollama下载qwen2.5:7b potplayer字幕->生成有声字幕 下载转换引擎 Whisper-Faster 型号会在首次生成时自动下载 下载的位置不可选,可以用mklink /J 名字 位置 建立一个软链接,节省下系统盘空间 (C:\Users\bill\AppData\Roaming 阅读全文
摘要:
using System; using System.Runtime.InteropServices; namespace ConsoleApp3 { class Program { static void Main(string[] args) { Console.WriteLine(Runtim 阅读全文
摘要:
Stryker.NET https://stryker-mutator.io/docs/stryker-net/introduction/ 阅读全文
摘要:
https://www.bilibili.com/video/BV1kpzSYUEES 不适用Redis方案,在响应报文中添加 Cache-Control:no-cache 配合ETag实现缓存加速 核心思路,使用https://github.com/SimonCropp/Delta 库,监视数据库 阅读全文
摘要:
https://www.bilibili.com/list/watchlater?oid=918750121 using System.Buffers; using BenchmarkDotNet.Attributes; namespace SearchValuesExample; [MemoryD 阅读全文
摘要:
猜测和使用公司的辣鸡VPN网络不稳定有关,造成rdp协议错误,卡在用户认证这个环节 可能会成功的解决办法 组策略: Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop S 阅读全文
摘要:
感谢dongfo 阅读全文
摘要:
ASP.NET Core creates an Activity that represents the request by default. This is what tells HttpClient to send an outgoing request id header. You can 阅读全文
摘要:
众所周知,当我们使用IIS的时候,在使用负载均衡的情况下,想停掉一个站点,通常会点击Sites(网站)中的Stop(停止)来停止一个站点。但是这样做,会带来一个问题,当点击Stop(停止)时,正在响应中的请求会立刻被切断,使客户端无法收到响应,后续也无法连接该站点,在某些业务场景中,比如涉及金额交易 阅读全文