随笔分类 - C# / WinForm
摘要:原文链接:https://www.cnblogs.com/lg-lg/articles/17803347.html 开源.net 混淆器ConfuserEx介绍 下载地址:https://github.com/yck1509/ConfuserEx/releases 第一步: 第二步: 第三步: 当日
阅读全文
摘要:``` //// 将 Timer 定义为类的成员变量 private Timer myTimer; //点击响应触发器 private void uiSwitch1_ValueChanged(object sender, bool value) { if (uiSwitch1.Active) //
阅读全文
摘要:引用 using System.Data.SqlClient; // 创建连接字符串 string connectionString = $"Server={ip},{port};Database={database};User Id={username};Password={password};"
阅读全文
摘要:using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Reflection; class Program { static void Main
阅读全文