摘要:
private void button1_Click(object sender, EventArgs e) //窗体打开文件图片 { openFileDialog1.Filter = "@.jpg|*.jpg|all files|*.*"; ... 阅读全文
摘要:
public class UserDA { SqlConnection conn; SqlCommand cmd; public UserDA(Use uuu) { conn =new ... 阅读全文