摘要: //2007年4月24日 this.TextBox6.Text = System.DateTime.Now.ToString("D"); //2007-4-24 this.TextBox7.Text = System.DateTime.Now.ToString("d"); //2007年4月24日 阅读全文
posted @ 2017-10-17 23:34 914556495 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: select calme from PFtestn group by calme having count(1)>=2 关键 count(1)>=2 阅读全文
posted @ 2017-10-17 12:10 914556495 阅读(1183) 评论(0) 推荐(0) 编辑