摘要:
直接使用DataGrid.ItemsSource = adp绑定的是一个名为Length的列,显示的是每个项的长度; 需要使用 .Select(x => new { Value = x }).ToList() 才能展示值; private void Button_Click_1(object sen 阅读全文
摘要:
安装完MysqlZIP版的之后,改好密码今天去用时发现竟然报错 C:\Users\Administrator>mysql -uroot -p Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. 阅读全文