摘要:
private void WriteLog(Exception ex, string msg, bool flag) { try { string fileName = string.Empty; ... 阅读全文
摘要:
public static bool ExistColumn(string tableName, string columnName, string connStr) { using (OracleConnection conn = new OracleConn... 阅读全文
摘要:
this.listViewUsers.SelectedItems[0].Checked = !this.listViewUsers.SelectedItems[0].Checked; 阅读全文