摘要: ``` //// 将 Timer 定义为类的成员变量 private Timer myTimer; //点击响应触发器 private void uiSwitch1_ValueChanged(object sender, bool value) { if (uiSwitch1.Active) // 阅读全文
posted @ 2024-09-03 16:38 长安626 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 引用 using System.Data.SqlClient; // 创建连接字符串 string connectionString = $"Server={ip},{port};Database={database};User Id={username};Password={password};" 阅读全文
posted @ 2024-09-03 15:26 长安626 阅读(5) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Reflection; class Program { static void Main 阅读全文
posted @ 2024-09-03 09:59 长安626 阅读(24) 评论(0) 推荐(0) 编辑