摘要: Hive:Hive文档 Hdfs官方 Spark官方 About云中文论坛 书单:2015豆瓣书单 豆瓣千人8.0+书单 编程入口:Eclipse servlet java8 快捷键整理 MyBatis 快速工具:Markdown Processon IDEA快捷键 1 FileUtils,Arra 阅读全文
posted @ 2016-10-24 19:49 zings 阅读(268) 评论(0) 推荐(0) 编辑
  2016年11月3日
摘要: 转载:http://blog.csdn.net/ye1992/article/details/19971467 转载:http://blog.csdn.net/ye1992/article/details/19971467 spring 自 2.0 版本开始,陆续引入了一些注解用于简化 Spring 阅读全文
posted @ 2016-11-03 09:29 zings 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 定义(来自Martin Fowler的《企业应用架构模式》): Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects. 个人 阅读全文
posted @ 2016-11-03 09:21 zings 阅读(10596) 评论(0) 推荐(1) 编辑
  2016年10月26日
摘要: 一、添加国际化支持 默认的struts-deault.xml文件中已经定义了国际化拦截器,内容如下 <!—定义国际化拦截器--> <interceptor name="i18n" class="com.opensymphony.xwork2.interceptor.I18nInterceptor"/ 阅读全文
posted @ 2016-10-26 14:35 zings 阅读(260) 评论(0) 推荐(0) 编辑
  2016年10月25日
摘要: GUID是一个128位长的数字,一般用16进制表示。算法的核心思想是结合机器的网卡、当地时间、一个随即数来生成GUID。从理论上讲,如果一台机器每秒产生10000000个GUID,则可以保证(概率意义上)3240年不重复。 GUID是一个128位长的数字,一般用16进制表示。算法的核心思想是结合机器 阅读全文
posted @ 2016-10-25 16:34 zings 阅读(328) 评论(0) 推荐(0) 编辑
  2016年10月21日
摘要: 本文转载自:http://blog.sina.com.cn/s/blog_5d65a16901011kom.html 关键字:内省、JavaBean、PropertyDescriptor类、Introspector类、BeanUtils工具包、注解、Rentention、Target、注解的基本属性 阅读全文
posted @ 2016-10-21 08:40 zings 阅读(371) 评论(0) 推荐(0) 编辑
  2016年10月20日
摘要: http://www.cnblogs.com/peida/tag/Guava/ Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, comm 阅读全文
posted @ 2016-10-20 10:38 zings 阅读(235) 评论(0) 推荐(0) 编辑
  2016年8月23日
摘要: Maven常用命令: 1. 创建Maven的普通java项目: mvn archetype:create -DgroupId=packageName -DartifactId=projectName 2. 创建Maven的Web项目: mvn archetype:create -DgroupId=p 阅读全文
posted @ 2016-08-23 10:04 zings 阅读(781) 评论(0) 推荐(0) 编辑
  2016年8月19日
摘要: 要提高SQL查询效率where语句条件的先后次序应如何写 要提高SQL查询效率where语句条件的先后次序应如何写 http://blog.csdn.net/sforiz/article/details/5345359 http://blog.csdn.net/sforiz/article/deta 阅读全文
posted @ 2016-08-19 11:01 zings 阅读(176665) 评论(2) 推荐(10) 编辑
  2016年6月3日
摘要: https://blog.coding.net/blog/java-coding-performance 1 Visual VM 2 优化一 2.1 背景 2.2 原实现 2.3 剖析 2.4 方案 2.5 核心代码 3 优化二 3.1 背景 3.2 原实现 3.3 剖析 3.4 方案 & 代码 4 阅读全文
posted @ 2016-06-03 09:16 zings 阅读(1357) 评论(0) 推荐(0) 编辑