05 2023 档案
摘要:using System; using System.Collections.Generic; using System.Threading; using System.Windows.Forms; namespace WindowsFormsApp1 { public partial class
阅读全文
摘要:▲ 这样简单样式属性修改 属性修改: ▲ 根据需要,多行选择是否开启。 表头: 给表增加数据: listViewUsers.Items.Clear(); // ... ListViewItem listItem = new ListViewItem(user.ssName); listItem.Su
阅读全文
摘要:static void Main(string[] args) { TEST tEST = new TEST { Hello = 100 }; TEST_ST tEST_ST = (TEST_ST)tEST; Console.WriteLine(tEST_ST.Hello); tEST_ST = n
阅读全文
摘要:测试代码: class Program { static void Main(string[] args) { TestAsync testAsync = new TestAsync(); System.Diagnostics.Stopwatch stopwatch = new System.Dia
阅读全文