08 2024 档案

摘要:MultipleActiveResultSets=true 解决webapi多线程调用webservice单连接的问题,但是会有线程安全问题。 最好还是在webapi中完成所的操作。 已有打开的与此 Command 相关联的 DataReader,必须首先将它关闭 ExecuteScalar 要求已 阅读全文
posted @ 2024-08-30 14:56 enif 阅读(98) 评论(0) 推荐(0)
摘要:并发控制、更新、版本控制 - SqlSugar 5x - .NET果糖网 (donet5.com) 乐观锁,等待锁,排他锁用法 阅读全文
posted @ 2024-08-28 17:31 enif 阅读(73) 评论(0) 推荐(0)
摘要:public static string JsonBeauty(this string input, bool arrayWrap = false, string indents = " ") { void AppendIndent(StringBuilder sb, int count, stri 阅读全文
posted @ 2024-08-23 16:04 enif 阅读(132) 评论(0) 推荐(0)
摘要:Windows 10 企业版 | Microsoft Evaluation Center https://www.microsoft.com/zh-cn/evalcenter/download-windows-10-enterprise/ 阅读全文
posted @ 2024-08-22 11:12 enif 阅读(1330) 评论(0) 推荐(0)
摘要:public static void FuzzyMatch(this ComboBox cmb, IEnumerable<string> list) { var templist = list.Where(x => x.Contains(cmb.Text.Trim())).ToArray(); cm 阅读全文
posted @ 2024-08-15 18:12 enif 阅读(540) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2024-08-15 10:52 enif 阅读(630) 评论(0) 推荐(0)
摘要:watch -n 1 "cmd" 每秒刷新一次,显示cmd结果 sudo systemctl restart servicenamesystemctl list-units --type=service --state=running使用 ps aux 命令可以列出当前系统上所有的进程。例如:ps 阅读全文
posted @ 2024-08-03 10:22 enif 阅读(20) 评论(0) 推荐(0)

豫ICP备2021034901号