摘要:
今天 用C# MySql做项目的时候 遇到了unable to convert MySQL date/time value to System.DateTime 这样的异常错误,这个原因是因为:表里的日期字段存在00-00-00 00:00:00这样的时间,所以在进行比较的时候就会出现这样的错误。在... 阅读全文
摘要:
protected void Page_Load(object sender, EventArgs e){if (!IsPostBack){Bind_TV(TreeView1.Nodes);}}#region 添加父节点////// 添加父节点//////private void Bind_TV(T... 阅读全文