2019年3月20日
摘要: from:http://blog.csdn.net/iw1210/article/details/11937085 意图:实现select top 1 * from tablename Oracle 中的 ROW_NUMBER() OVER() 分析函数的用法 ROW_NUMBER() OVER(p 阅读全文
posted @ 2019-03-20 20:04 sidesky 阅读(3036) 评论(0) 推荐(0) 编辑
摘要: hive 中窗口函数row_number,rank,dense_ran,ntile分析函数的用法 hive 中窗口函数row_number,rank,dense_ran,ntile分析函数的用法 hive中一般取top n时,row_number(),rank,dense_ran()这三个函数就派上 阅读全文
posted @ 2019-03-20 19:52 sidesky 阅读(1728) 评论(0) 推荐(0) 编辑
摘要: public class SpringLoader { private Map<String, Class<?>> classMap = new HashMap<>(); public void loadJar(String jarPath) throws IOException, ClassNot 阅读全文
posted @ 2019-03-20 16:08 sidesky 阅读(271) 评论(0) 推荐(0) 编辑
摘要: <build> <finalName>detail</finalName> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/ 阅读全文
posted @ 2019-03-20 14:17 sidesky 阅读(262) 评论(0) 推荐(0) 编辑
摘要: In Java, you can load all kinds of resources using the same API but with different URL protocols: file:///tmp.txt http://127.0.0.1:8080/a.properties j 阅读全文
posted @ 2019-03-20 11:40 sidesky 阅读(312) 评论(0) 推荐(0) 编辑
摘要: <build> <finalName>lessons</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> < 阅读全文
posted @ 2019-03-20 10:48 sidesky 阅读(303) 评论(0) 推荐(0) 编辑