摘要:
/// <summary> /// 根据中位数返回区间随机数 /// </summary> /// <param name="mid"></param> /// <returns></returns> private static int GetRandom(int mid) { //1. //Ra 阅读全文
posted @ 2023-04-18 11:12
不溯流光
阅读(222)
评论(0)
推荐(0)
摘要:
参考: 1、Grid+TreeViewItem实现 https://dlaa.me/blog/post/9898803 2、【论坛】是否有内建的TreeGrid / TreeListView https://www.saoniuhuo.com/question/detail-2315256.html 阅读全文
posted @ 2023-04-18 11:11
不溯流光
阅读(961)
评论(1)
推荐(1)
摘要:
一、连接数据库 string connStr = @"server=" + Server + ";database=" + DataBase + ";user=" + User_ID + ";password=" + PassWord; 二、表格操作 1、新建表 string cmdStr = "C 阅读全文
posted @ 2023-04-18 11:03
不溯流光
阅读(130)
评论(0)
推荐(0)
摘要:
一、连接数据库 connStr = string.Format("Data Source={0};Vertion=3", dataBasePath); eg:Data Source=D:\mm.db;Vertion=3 二、表格操作 1、新建表 string cmdStr = "CREATE TAB 阅读全文
posted @ 2023-04-18 10:53
不溯流光
阅读(141)
评论(0)
推荐(0)

浙公网安备 33010602011771号