摘要:
check获取方法 int Result = 0; for (int i = 0; i < dataGridView1.Rows.Count - 1; i++) //循环datagridview每行 { if ((bool)dataGridView1.Rows[i].Cells[27].Edited 阅读全文
摘要:
MySql.Data.MySqlClient.MySqlException:“The host localhost does not support SSL connections.” 解决办法: mysql连接字符串里面加"SslMode=none" Navicat for MySQL连接mysq 阅读全文