摘要: 阅读设计模式之禅这本书-单一职责原则部分 给出的案例如下: 说上面这个接口设计得一团糟,给出的优化后案例(行为和属性分开): 但回到现实,作为一个业务人员会特别把一个接口再细分下去了吗,我觉得我是不会的(写业务代码已经很累了。。多写一个类自己看的也舒服)。大家有没有实际写代码用到单一职责的设计模式呢 阅读全文
posted @ 2024-09-10 10:16 vba是最好的语言 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 整个框架就是fastendpoint(api处理,鉴权授权,参数校验,对象映射等基础功能集成),maoni(Service注入,依赖关系处理,参考的是abp,比较轻量级,源码我放在附件里了,实现模块化注入) fastendpoint:https://fast-endpoints.com/ mao 阅读全文
posted @ 2024-03-22 11:06 vba是最好的语言 阅读(262) 评论(0) 推荐(0) 编辑
摘要: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 阅读全文
posted @ 2023-12-04 21:06 vba是最好的语言 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_44732146/article/details/130504424 阅读全文
posted @ 2023-12-01 10:32 vba是最好的语言 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 如题 阅读全文
posted @ 2023-11-30 13:01 vba是最好的语言 阅读(26) 评论(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:44 vba是最好的语言 阅读(18) 评论(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是最好的语言 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://apifox.com/help/automated-testing/executing-test/performance-test 阅读全文
posted @ 2023-11-27 16:07 vba是最好的语言 阅读(115) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dotnet/BenchmarkDotNet 阅读全文
posted @ 2023-11-27 13:37 vba是最好的语言 阅读(4) 评论(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是最好的语言 阅读(186) 评论(0) 推荐(0) 编辑