上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: 安装 Masuit.Tools HiPerfTimer timer = HiPerfTimer.StartNew();;耗时操作timer.Stop(); MessageBox.Show("耗时" + timer.Duration); 阅读全文
posted @ 2024-09-04 00:20 网络来者 阅读(29) 评论(0) 推荐(0)
摘要: drop table t0903;create table t0903 as select END_TIME,id from CLASS_RECORD_LINE x WHERE ID = 104396;delete t0903;select * from t0903 for update ; upd 阅读全文
posted @ 2024-09-03 15:37 网络来者 阅读(32) 评论(0) 推荐(0)
摘要: 快递管理系统地磅称重地磅无人值守系统mes考勤管理 阅读全文
posted @ 2024-09-02 19:46 网络来者 阅读(16) 评论(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 网络来者 阅读(46) 评论(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 网络来者 阅读(72) 评论(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 网络来者 阅读(17) 评论(0) 推荐(0)
摘要: //添加枚举 public enum 发声 { 待检测声卡 , 有声卡 , 无声卡 }public static class msgboxExtensions( static 发声 发声 = 发声.待检测声卡;//发声函数 private static dynamic spVoice = null; 阅读全文
posted @ 2024-08-24 04:09 网络来者 阅读(32) 评论(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 网络来者 阅读(28) 评论(0) 推荐(0)
摘要: List<string> originalList = new List<string> { "apple", "banana", "apple", "cherry" }; List<string> distinctList = originalList.Distinct().ToList(); 阅读全文
posted @ 2024-08-23 10:12 网络来者 阅读(33) 评论(0) 推荐(0)
摘要: 用cmd执行 powershell执行会报错BCDEDIT /Set {current} hypervisorlaunchtype auto 阅读全文
posted @ 2024-08-21 22:58 网络来者 阅读(76) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页