- 博客(8)
- 收藏
- 关注
转载 Mysql字符集选择
Mysql字符集选择请看:https://blog.csdn.net/qq_38224812/article/details/80745868不喜勿喷 , 只是想方便自己找。
2020-10-14 14:31:37 105
原创 C# DateTime
//获取当前时间 DateTime time = DateTime.Now; string year = time.Year.ToString();//年 string mm = time.Month.ToString();//月 string day = time.Day.ToString();//日 //获取2020-8-3 13:00:00与当前时间的小时差 (Convert.ToDateTime("2020-8-3
2020-08-04 13:48:40 132
原创 C# ComboBox的赋值问题
C# ComboBox的赋值问题//InitializeComponent(); this.comboBox2.Items.Add("ZJK");//赋值 this.comboBox2.SelectedIndex = 0;//设置下标 this.comboBox2.Items.Add("LHK");//赋值 this.comboBox2.SelectedIndex = 1;//下标 this.comboBox2.SelectedIndex
2020-08-04 13:30:03 1905
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人