摘要:
阅读设计模式之禅这本书-单一职责原则部分 给出的案例如下: 说上面这个接口设计得一团糟,给出的优化后案例(行为和属性分开): 但回到现实,作为一个业务人员会特别把一个接口再细分下去了吗,我觉得我是不会的(写业务代码已经很累了。。多写一个类自己看的也舒服)。大家有没有实际写代码用到单一职责的设计模式呢 阅读全文
摘要:
1 整个框架就是fastendpoint(api处理,鉴权授权,参数校验,对象映射等基础功能集成),maoni(Service注入,依赖关系处理,参考的是abp,比较轻量级,源码我放在附件里了,实现模块化注入) fastendpoint:https://fast-endpoints.com/ mao 阅读全文
摘要:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 阅读全文
摘要:
参考:https://blog.csdn.net/qq_44732146/article/details/130504424 阅读全文
摘要:
public class MonitorThreadTest { static int count =0 ; public static void Run(){ Stopwatch stopwatch = Stopwatch.StartNew(); Thread thread1 = new Thre 阅读全文
摘要:
public class QueueUseWorkItem{ public static void Run(){ Stopwatch watch = Stopwatch.StartNew(); watch.Start(); WaitCallback callback = index =>{ Syst 阅读全文
摘要:
https://apifox.com/help/automated-testing/executing-test/performance-test 阅读全文
摘要:
https://github.com/dotnet/BenchmarkDotNet 阅读全文
摘要:
https://learn.microsoft.com/zh-cn/dotnet/core/install/linux-scripted-manual https://learn.microsoft.com/zh-cn/dotnet/core/install/linux-centos 阅读全文