C# 实现 TextBox内容全部选择的效果 select()
摘要:TextTest.Attributes["onFocus"] = "javascript:this.select();";
阅读全文
posted @
2013-04-24 15:13
锥子
阅读(569)
推荐(0)
SQL 删除重复数据
摘要:delete from table where id not in (select max(id) from table group by 字段)
阅读全文
posted @
2013-04-11 17:44
锥子
阅读(138)
推荐(0)