摘要: 1 整个框架就是fastendpoint(api处理,鉴权授权,参数校验,对象映射等基础功能集成),maoni(Service注入,依赖关系处理,参考的是abp,比较轻量级,源码我放在附件里了,实现模块化注入) fastendpoint:https://fast-endpoints.com/ mao 阅读全文
posted @ 2024-03-22 11:06 vba是最好的语言 阅读(17) 评论(0) 推荐(0) 编辑
摘要: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 阅读全文
posted @ 2023-12-04 21:06 vba是最好的语言 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_44732146/article/details/130504424 阅读全文
posted @ 2023-12-01 10:32 vba是最好的语言 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 如题 阅读全文
posted @ 2023-11-30 13:02 vba是最好的语言 阅读(15) 评论(0) 推荐(0) 编辑
摘要: public class MonitorThreadTest { static int count =0 ; public static void Run(){ Stopwatch stopwatch = Stopwatch.StartNew(); Thread thread1 = new Thre 阅读全文
posted @ 2023-11-28 07:45 vba是最好的语言 阅读(14) 评论(0) 推荐(0) 编辑
摘要: public class QueueUseWorkItem{ public static void Run(){ Stopwatch watch = Stopwatch.StartNew(); watch.Start(); WaitCallback callback = index =>{ Syst 阅读全文
posted @ 2023-11-28 07:22 vba是最好的语言 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://apifox.com/help/automated-testing/executing-test/performance-test 阅读全文
posted @ 2023-11-27 16:07 vba是最好的语言 阅读(44) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dotnet/BenchmarkDotNet 阅读全文
posted @ 2023-11-27 13:37 vba是最好的语言 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://learn.microsoft.com/zh-cn/dotnet/core/install/linux-scripted-manual https://learn.microsoft.com/zh-cn/dotnet/core/install/linux-centos 阅读全文
posted @ 2023-11-23 10:42 vba是最好的语言 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/43e01e2634c8 阅读全文
posted @ 2023-11-23 09:18 vba是最好的语言 阅读(5) 评论(0) 推荐(0) 编辑