11 2024 档案
摘要:Hyper-V.batpushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /
阅读全文
摘要:List<string> listA = new List<string> { "1", "2", "3", "4" }; List<string> listB = new List<string> { "2", "3", "4", "5" }; // 使用 Except 找出 listA 中不在
阅读全文
摘要:private async Task SendData(string message, string url){using (HttpClient client = new HttpClient()){StringContent content = new StringContent(message
阅读全文
摘要:ModbusSlaveSetup_8.2.0KEPServerEX-6.6.350.0c# 模拟控制柜c#模拟电子秤配方管理程序c# 采集
阅读全文
摘要:using NetMQ; using NetMQ.Sockets; using System; using System.Threading; namespace 消息传递库_NetMQ服务端 { internal class Program { public static void Main()
阅读全文
摘要:using System; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp1 { public partial class Form
阅读全文
摘要:Clash Verge vs2022 7zip xmind8update9pj_161545 outlook2010 office2016
阅读全文
摘要:找bom清单SELECT reserved_number, reserved_line, b.erp_control_key_group, CASE WHEN shop_order_type IN ('SP04', 'SP12') AND error_proofing_sign = 'P' THEN
阅读全文
摘要:晚上 20:30 TRUNC(SYSDATE)+(20*60+30)/(24*60)如果不是这种写法会时间不准
阅读全文