义气大树

文章
6
资源
0
加入时间
4年2月16天

mysql group by 需要获取最后一条数据

$user_sql = "select mid,year(from_unixtime(ref_date)) as year,month(from_unixtime(ref_date)) as month,user_source as all_user "; //综合 $order_by_sql = " (select user_source,mid,re...

JDK8 API文档(下载)记录

JDK API文档java SE 8 API文档:http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.htmljdk-8-apidocs 在线版:http://docs.oracle.com/javase/8/docs/api/index.htmljava SE 7 API文档