mysql> show databases;
mysql> use zwgxxt;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables;
mysql>select * from 表名;
说明:记录 C# form 窗体的各种操作
1. C# form 窗体居中显示
// 获取屏幕的宽度和高度
int screenWidth Screen.PrimaryScreen.Bounds.Width;
int screenHeight Screen.PrimaryScreen.Bounds.Height;// 设置窗体的位置
this.StartPosition FormStartPosition.M…