08 2024 档案
摘要:MultipleActiveResultSets=true 解决webapi多线程调用webservice单连接的问题,但是会有线程安全问题。 最好还是在webapi中完成所的操作。 已有打开的与此 Command 相关联的 DataReader,必须首先将它关闭 ExecuteScalar 要求已
阅读全文
摘要:并发控制、更新、版本控制 - SqlSugar 5x - .NET果糖网 (donet5.com) 乐观锁,等待锁,排他锁用法
阅读全文
摘要:public static string JsonBeauty(this string input, bool arrayWrap = false, string indents = " ") { void AppendIndent(StringBuilder sb, int count, stri
阅读全文
摘要:Windows 10 企业版 | Microsoft Evaluation Center https://www.microsoft.com/zh-cn/evalcenter/download-windows-10-enterprise/
阅读全文
摘要:public static void FuzzyMatch(this ComboBox cmb, IEnumerable<string> list) { var templist = list.Where(x => x.Contains(cmb.Text.Trim())).ToArray(); cm
阅读全文
摘要:select * from ta s left join tb w on s.sd=w.SheetID where s.d between '2024-08-12 13:59:00.000' and '2024-08-17 13:59:00.000' and s.w between 100 and
阅读全文
摘要:watch -n 1 "cmd" 每秒刷新一次,显示cmd结果 sudo systemctl restart servicenamesystemctl list-units --type=service --state=running使用 ps aux 命令可以列出当前系统上所有的进程。例如:ps
阅读全文

浙公网安备 33010602011771号