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 / 阅读全文
posted @ 2024-11-30 18:48 网络来者 阅读(16) 评论(0) 推荐(0) 编辑
摘要:List<string> listA = new List<string> { "1", "2", "3", "4" }; List<string> listB = new List<string> { "2", "3", "4", "5" }; // 使用 Except 找出 listA 中不在 阅读全文
posted @ 2024-11-22 17:03 网络来者 阅读(21) 评论(0) 推荐(0) 编辑
摘要:private async Task SendData(string message, string url){using (HttpClient client = new HttpClient()){StringContent content = new StringContent(message 阅读全文
posted @ 2024-11-21 10:57 网络来者 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-11-12 16:21 网络来者 阅读(3) 评论(0) 推荐(0) 编辑
摘要:winform配方电子秤 阅读全文
posted @ 2024-11-08 15:54 网络来者 阅读(6) 评论(0) 推荐(0) 编辑
摘要:ModbusSlaveSetup_8.2.0KEPServerEX-6.6.350.0c# 模拟控制柜c#模拟电子秤配方管理程序c# 采集 阅读全文
posted @ 2024-11-08 15:22 网络来者 阅读(4) 评论(0) 推荐(0) 编辑
摘要:using NetMQ; using NetMQ.Sockets; using System; using System.Threading; namespace 消息传递库_NetMQ服务端 { internal class Program { public static void Main() 阅读全文
posted @ 2024-11-08 11:21 网络来者 阅读(6) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp1 { public partial class Form 阅读全文
posted @ 2024-11-07 08:52 网络来者 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-11-06 13:51 网络来者 阅读(8) 评论(0) 推荐(0) 编辑
摘要:Clash Verge vs2022 7zip xmind8update9pj_161545 outlook2010 office2016 阅读全文
posted @ 2024-11-03 11:34 网络来者 阅读(6) 评论(0) 推荐(0) 编辑
摘要:找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 阅读全文
posted @ 2024-11-01 15:31 网络来者 阅读(12) 评论(0) 推荐(0) 编辑
摘要:晚上 20:30 TRUNC(SYSDATE)+(20*60+30)/(24*60)如果不是这种写法会时间不准 阅读全文
posted @ 2024-11-01 13:12 网络来者 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示