摘要: 阅读全文
posted @ 2020-06-16 21:01 我是一只快乐的码农 阅读(78) 评论(0) 推荐(0) 编辑
摘要: SqlDal中public int AddUser<T>(T model) where T : class, new() { return connection.Execute(GetSQLStr<T>(model)); } public List<T> GetList<T>() where T : 阅读全文
posted @ 2020-06-16 20:42 我是一只快乐的码农 阅读(98) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 数值验证码 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void Button1_Click(object sender, EventA 阅读全文
posted @ 2020-06-16 16:39 我是一只快乐的码农 阅读(136) 评论(0) 推荐(0) 编辑