摘要: QuestDB数据目录: Windows系统下: 1,直接启动,数据目录在 questdb.exe所在目录下的qdbroot\ 2,questdb install [-d dir], 安装服务时,需指令数据目录, 如果不指定,则默认在c:\windows\system32\下面 阅读全文
posted @ 2024-11-13 09:26 enif 阅读(21) 评论(0) 推荐(0) 编辑
摘要: SqlServer中的锁(仅供参考,可能有不准确的地方) - MyMemo - 博客园 (cnblogs.com) 锁模式 | Microsoft Learn 共享锁 (Shared Lock): 表示一个事务正在读取一行数据,其他事务也可以读取同一行数据,但不能进行写操作。也称为 "S锁" 或 " 阅读全文
posted @ 2024-09-18 11:20 enif 阅读(56) 评论(0) 推荐(0) 编辑
摘要: MultipleActiveResultSets=true 解决webapi多线程调用webservice单连接的问题,但是会有线程安全问题。 最好还是在webapi中完成所的操作。 已有打开的与此 Command 相关联的 DataReader,必须首先将它关闭 ExecuteScalar 要求已 阅读全文
posted @ 2024-08-30 14:56 enif 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 并发控制、更新、版本控制 - SqlSugar 5x - .NET果糖网 (donet5.com) 乐观锁,等待锁,排他锁用法 阅读全文
posted @ 2024-08-28 17:31 enif 阅读(12) 评论(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 阅读(23) 评论(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 阅读(89) 评论(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 阅读(157) 评论(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 阅读(260) 评论(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 阅读(4) 评论(0) 推荐(0) 编辑
摘要: winget install jqlang.jq curl "httpcurl" | jq 阅读全文
posted @ 2024-07-23 17:35 enif 阅读(4) 评论(0) 推荐(0) 编辑
豫ICP备2021034901号