2019年6月14日

DBHelper

摘要: public static string ConnString = "server=.;database=flightDB;Integrated Security=true"; private static SqlConnection Conn = null; //初始化数据库链接 private 阅读全文
posted @ 2019-06-14 16:26 Snotling 阅读(74) 评论(0) 推荐(0)

C#笔记

摘要: 鼠标附上去会出现提示:(在textBox13的MouseHover事件中编写代码)private void textBox13_MouseHover(object sender, EventArgs e) { ToolTip toolTip1 = new ToolTip(); toolTip1.Au 阅读全文
posted @ 2019-06-14 16:21 Snotling 阅读(75) 评论(0) 推荐(0)