2017年7月8日

摘要: 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。 3.timeout: 要求为Number类型的 阅读全文
posted @ 2017-07-08 09:39 橘子不是唯一的水果 阅读(178) 评论(0) 推荐(0) 编辑
 

2017年7月1日

该文被密码保护。 阅读全文
posted @ 2017-07-01 15:42 橘子不是唯一的水果 阅读(3) 评论(0) 推荐(0) 编辑
 

2017年6月30日

摘要: Overview For codis and jodis. Codis TBD... Jodis Java client for codis. Jodis is a java client for codis based on Jedis and Curator. Features Use a ro 阅读全文
posted @ 2017-06-30 09:45 橘子不是唯一的水果 阅读(1006) 评论(0) 推荐(0) 编辑
 

2017年6月28日

摘要: Overview About Redis pipelining About Redis memory optimization About Redis expire About Redis transactions Pipelining Request/Response protocols and 阅读全文
posted @ 2017-06-28 21:07 橘子不是唯一的水果 阅读(202) 评论(0) 推荐(0) 编辑
 

2017年6月26日

摘要: Overview The Scan operation for HBase. Scan API All operations are identical to Get with the exception of instantiation. Rather than specifying a sing 阅读全文
posted @ 2017-06-26 13:14 橘子不是唯一的水果 阅读(181) 评论(0) 推荐(0) 编辑
 

2017年6月21日

摘要: maven conflict solution: maven: Could not resolve dependencies for project xxx: The following artifacts could not be resolved: ... refer to this link. 阅读全文
posted @ 2017-06-21 20:06 橘子不是唯一的水果 阅读(389) 评论(0) 推荐(0) 编辑
 

2017年6月18日

摘要: Overview ... YARN Architecture The fundamental idea of YARN is to split up the functionalities of resource management and job scheduling/monitoring in 阅读全文
posted @ 2017-06-18 19:46 橘子不是唯一的水果 阅读(715) 评论(0) 推荐(0) 编辑
 

2017年6月13日

该文被密码保护。 阅读全文
posted @ 2017-06-13 20:39 橘子不是唯一的水果 阅读(3) 评论(0) 推荐(0) 编辑
 

2017年6月10日

摘要: Java是一个通用的编程语言,其实可以干很多事,怎么学Java就看怎么用了。 但有一些一般的步骤:1.熟悉一种文本编辑器,比如Vim, Emacs, Notepad++, TextMate等。知道哪些是开源的,哪些是闭源的,哪些要收费。养成不用盗版软件的习惯。2. 安装JDK(建议用你的Linux发 阅读全文
posted @ 2017-06-10 20:47 橘子不是唯一的水果 阅读(214) 评论(0) 推荐(0) 编辑
 
摘要: Overview 介绍java的lock interface. Motivation java拥有像synchronized这样的内置锁,那为什么还需要lock这样的外置锁呢? 首先,性能不是选择synchronized或lock的原因,因为jdk6中synchronized的性能已经和lock相差 阅读全文
posted @ 2017-06-10 11:19 橘子不是唯一的水果 阅读(321) 评论(0) 推荐(0) 编辑