随笔分类 -  C# / WinForm

摘要:原文链接:https://www.cnblogs.com/lg-lg/articles/17803347.html 开源.net 混淆器ConfuserEx介绍 下载地址:https://github.com/yck1509/ConfuserEx/releases 第一步: 第二步: 第三步: 当日 阅读全文
posted @ 2024-09-04 14:22 长安626 阅读(44) 评论(0) 推荐(0) 编辑
摘要:``` //// 将 Timer 定义为类的成员变量 private Timer myTimer; //点击响应触发器 private void uiSwitch1_ValueChanged(object sender, bool value) { if (uiSwitch1.Active) // 阅读全文
posted @ 2024-09-03 16:38 长安626 阅读(35) 评论(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 阅读(6) 评论(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 阅读(32) 评论(0) 推荐(0) 编辑

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