上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 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 阅读(519) 评论(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 阅读(605) 评论(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 阅读(14) 评论(0) 推荐(0)
摘要: winget install jqlang.jq curl "httpcurl" | jq 阅读全文
posted @ 2024-07-23 17:35 enif 阅读(14) 评论(0) 推荐(0)
摘要: ExecuteNonQuery虽然 不返回任何行,但映射到参数的任何输出参数或返回值都用数据填充。 对于 UPDATE、INSERT 和 DELETE 语句,返回值为该命令所影响的行数。 对于其他所有类型的语句,返回值为 -1。 当触发器存在于要插入或更新的表上时,返回值包括受插入或更新操作影响的行 阅读全文
posted @ 2024-06-20 10:28 enif 阅读(26) 评论(0) 推荐(0)
摘要: using System.IO; using System.Media; using System.Windows.Forms; using Namespce.Properties; public static class SpeakerStream { static Stream pass= Re 阅读全文
posted @ 2024-05-18 16:18 enif 阅读(20) 评论(0) 推荐(0)
摘要: https://html-online.com/ https://beautifytools.com/excel-to-html-converter.php 阅读全文
posted @ 2024-05-15 17:30 enif 阅读(14) 评论(0) 推荐(0)
摘要: dynamic实际上就是object, 因为第三方不通过反射无法直接解析object。 所以需要ExplandoObject类型包装。 阅读全文
posted @ 2024-05-09 09:23 enif 阅读(19) 评论(0) 推荐(0)
摘要: 从安装了低版本VS的电脑中 C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework \ 目录下 复制.Net Framework 4.0 等需要的目标包 如果打开项目仍然需要升级目标包的,先升级,加载 阅读全文
posted @ 2024-03-25 10:10 enif 阅读(1595) 评论(0) 推荐(1)
摘要: 设计程序集 - SQL Server | Microsoft Learn Microsoft.VisualBasic.dll Microsoft.VisualC.dll mscorlib.dll System.dll System.Configuration.dll System.Core.dll 阅读全文
posted @ 2024-03-19 20:23 enif 阅读(39) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 14 下一页
豫ICP备2021034901号