摘要:
柱状图代码:这是画的图,所以要放在一个“容器”中,我放在的是pictureBox控件中;在方法最后一句就是放在pictureBox1的。 using System; using System.Collections.Generic; using System.ComponentModel; usin 阅读全文
摘要:
通常有以下两种方式 SqlDataReader 和SqlDataAdapter|DataSet方式 SqlDataReader 方式使用方式如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; ... 阅读全文