摘要: JAVA中引用com.sun.awt.AWTUtilities时报错的解决办法[转]在Eclipse中设置如下就可以了:When using com.sun.awt.AWTUtilities, Eclipse gives a error:- Access restriction: The metho... 阅读全文
posted @ 2014-06-06 16:54 ONEZERO 阅读(1164) 评论(0) 推荐(0) 编辑
摘要: mysql分组取每组前几条记录(排名) 附group by与order by的研究--按某一字段分组取最大(小)值所在行的数据/* 数据如下: name val memo a 2 a2(a的第二个值) a 1 a1--a的第一个值 a 3 a3:a的第三个值 b 1 b1--b的第一个值 b 3 b... 阅读全文
posted @ 2012-05-03 16:55 ONEZERO 阅读(789) 评论(0) 推荐(0) 编辑