上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 52 下一页
摘要: 一、概述 很多时候,很多工具类其实spring中就已经提供,常用的工具类有: 参考:https://www.cnblogs.com/langtianya/p/3875103.html 内置的resouce类型 UrlResource ClassPathResource FileSystemResou 阅读全文
posted @ 2018-02-26 21:19 ---江北 阅读(2232) 评论(0) 推荐(0)
摘要: 一、概述 1.azkaban是什么 通过官方文档:https://azkaban.github.io/ Azkaban is a batch workflow job scheduler created at LinkedIn to run Hadoop jobs. Azkaban resolves 阅读全文
posted @ 2018-02-26 17:28 ---江北 阅读(1008) 评论(0) 推荐(0)
摘要: 一、概述 1.什么是flume 官网的介绍:http://flume.apache.org/ Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and mo 阅读全文
posted @ 2018-02-26 14:11 ---江北 阅读(439) 评论(0) 推荐(0)
摘要: 一、hive函数 1.内置运算符与内置函数 函数分类: 查看函数信息: 常用的分析函数之rank() row_number(),参考:https://www.cnblogs.com/wujin/p/6051768.html 常用20个内置函数: https://www.cnblogs.com/kim 阅读全文
posted @ 2018-02-25 15:32 ---江北 阅读(940) 评论(0) 推荐(0)
摘要: 一、基本操作 1.DDL 官网的DDL语法教程:点击查看 建表语句 data_type : primitive_type | array_type | map_type | struct_type | union_type -- (Note: Available in Hive 0.7.0 and 阅读全文
posted @ 2018-02-24 20:16 ---江北 阅读(3938) 评论(0) 推荐(0)
摘要: 一、基本概念 1.什么是hive The Apache Hive ™ data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage u 阅读全文
posted @ 2018-02-24 14:33 ---江北 阅读(1998) 评论(0) 推荐(0)
摘要: 一、概述 1.是什么 简单说, Thymeleaf 是一个跟 Velocity、FreeMarker 类似的模板引擎,它可以完全替代 JSP 。 2.feature 1.Thymeleaf 在有网络和无网络的环境下皆可运行,即它可以让美工在浏览器查看页面的静态效果,也可以让程序员在服务器查看带数据的 阅读全文
posted @ 2018-02-23 15:38 ---江北 阅读(279841) 评论(7) 推荐(26)
摘要: 一、概述 1.先导 mybatis入门随笔:http://www.cnblogs.com/jiangbei/p/6884641.html 2.引入依赖 //其他必须的依赖还包括mysql连接,web依赖(web项目),此处贴出完整依赖(有部分依赖例如jpa此处可不选) <?xml version=" 阅读全文
posted @ 2018-02-12 11:27 ---江北 阅读(1968) 评论(0) 推荐(0)
摘要: 一、方法名解析 1.引言 回顾HelloWorld项目中的dao接口 可以看到,这个接口中我们只是声明了方法而没有写实现,但是却是能用的,这便得益于JPA的方法名解析了 2.简单条件查询 按照 Spring Data 的规范,查询方法以 find | read | get 开头 涉及条件查询时,条件 阅读全文
posted @ 2018-02-11 19:26 ---江北 阅读(1022) 评论(0) 推荐(0)
摘要: 一、概述 官网:https://projects.spring.io/spring-data-jpa/ 1.什么是spring-data-jpa Spring Data JPA, part of the larger Spring Data family, makes it easy to easi 阅读全文
posted @ 2018-02-11 10:37 ---江北 阅读(3599) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 52 下一页
TOP