上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: 快递管理系统地磅称重地磅无人值守系统mes考勤管理 阅读全文
posted @ 2024-09-02 19:46 网络来者 阅读(8) 评论(0) 推荐(0)
摘要: static bool CheckInternetConnection() { try { Ping ping = new Ping(); PingReply reply = ping.Send("8.8.8.8"); return reply.Status == IPStatus.Success; 阅读全文
posted @ 2024-08-31 04:19 网络来者 阅读(36) 评论(0) 推荐(0)
摘要: 1.提示框private void textEdit1_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == ( char)Keys.Enter) { AlertControl alert = new AlertControl 阅读全文
posted @ 2024-08-29 23:30 网络来者 阅读(54) 评论(0) 推荐(0)
摘要: 不管什么系统安装基础软件包GoRuntime_DotNetFramework_4.x.zipwin10 64位cn_sql_server_2008_r2_express_x64.execn_sql_server_2008_r2_express_x64命令行安装.batwin10 32位cn_sql_ 阅读全文
posted @ 2024-08-25 00:36 网络来者 阅读(14) 评论(0) 推荐(0)
摘要: //添加枚举 public enum 发声 { 待检测声卡 , 有声卡 , 无声卡 }public static class msgboxExtensions( static 发声 发声 = 发声.待检测声卡;//发声函数 private static dynamic spVoice = null; 阅读全文
posted @ 2024-08-24 04:09 网络来者 阅读(20) 评论(0) 推荐(0)
摘要: 网页端代码 <a href="sppcexe:PI;242700623010">PI配置</a> 类调用 new 注册文件类型(); 操作类: using Microsoft.Win32; using System; using System.Diagnostics; public class 注册 阅读全文
posted @ 2024-08-23 20:54 网络来者 阅读(18) 评论(0) 推荐(0)
摘要: List<string> originalList = new List<string> { "apple", "banana", "apple", "cherry" }; List<string> distinctList = originalList.Distinct().ToList(); 阅读全文
posted @ 2024-08-23 10:12 网络来者 阅读(22) 评论(0) 推荐(0)
摘要: 用cmd执行 powershell执行会报错BCDEDIT /Set {current} hypervisorlaunchtype auto 阅读全文
posted @ 2024-08-21 22:58 网络来者 阅读(30) 评论(0) 推荐(0)
摘要: SELECT table_name, column_name, data_default FROM user_tab_cols t where column_name = 'CREATED_DATE_TIME'但是返回的是 long类型需要导出到excel然后处理alter table SUPPLI 阅读全文
posted @ 2024-08-21 18:51 网络来者 阅读(266) 评论(0) 推荐(0)
摘要: var iplist = Dns.GetHostEntry(Dns.GetHostName()).AddressList.Where(ip => ip.AddressFamily == AddressFamily.InterNetwork).ToList(); foreach (var ip in 阅读全文
posted @ 2024-08-21 09:17 网络来者 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页