摘要: web2.0最全的国外API应用集合原文地址:http://www.buguat.com/post/98.html2.0时代,越来越多的API被大家广泛应用,如果你还不了解API是何物,请看这里的介绍。下面是由techmagazine总结出的国外API应用,涵盖了30大类,相当全面了~不难发现,虽然... 阅读全文
posted @ 2014-11-12 14:19 小开风 阅读(1002) 评论(0) 推荐(1) 编辑
摘要: Apache Hadoop Development Tools (HDT) is still in development phase. So, no official distribution of Hadoop 2.2.0 Eclipse Plugin is available now. But... 阅读全文
posted @ 2014-11-03 14:27 小开风 阅读(309) 评论(0) 推荐(0) 编辑
摘要: InstructionsSet JAVA_HOME System-Wide1Start a root terminal session and then change directories to the /usr/lib/jvm folder. If you prefer, you can als... 阅读全文
posted @ 2014-10-28 21:49 小开风 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 腾讯面试题:给40亿个不重复的unsigned int的整数,没排过序的,然后再给一个数,如何快速判断这个数是否在那40亿个数当中? 这个题目已经有一段时间了,但是腾讯现在还在用来面试。腾讯第一次面试的时候我听面试官问其他人了。我不是故意的。。。 方案1:申请512M的内存,一个bit位代表一个un... 阅读全文
posted @ 2014-10-26 22:05 小开风 阅读(2632) 评论(0) 推荐(0) 编辑
摘要: 方法/步骤打开word软件,然后点击菜单栏中最左边的“文件”菜单项,如下图红色方框所示2点击文件后,就打开word的设置对话框,然后在左边的设置列表中点击“自定义功能区”,打开自定义功能区设置页面步骤阅读3自定义功能区设置页面打开后如下图所示,这里我们要使用的是右边的列表“自定义功能区”下面的内容4... 阅读全文
posted @ 2014-10-26 11:47 小开风 阅读(433) 评论(0) 推荐(0) 编辑
摘要: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu... 阅读全文
posted @ 2014-10-25 22:02 小开风 阅读(1694) 评论(0) 推荐(0) 编辑
摘要: package com.sinaWeibo.interview;import java.util.Comparator;import java.util.Iterator;import java.util.TreeSet;/** * @Author: weblee * @Email: likaiwe... 阅读全文
posted @ 2014-10-25 21:52 小开风 阅读(262) 评论(0) 推荐(0) 编辑
摘要: package com.Amazon.interview;/** * @Author: weblee * @Email: likaiweb@163.com * @Blog: http://www.cnblogs.com/lkzf/ * @Time: 2014年10月25日下午5:14:33 * *... 阅读全文
posted @ 2014-10-25 21:51 小开风 阅读(180) 评论(0) 推荐(0) 编辑
摘要: package com.alibaba.interview;import java.util.Random;/** * @Author: weblee * @Email: likaiweb@163.com * @Blog: http://www.cnblogs.com/lkzf/ * @Time: ... 阅读全文
posted @ 2014-10-25 16:36 小开风 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 1、下载egit插件http://www.eclipse.org/egit/http://www.eclipse.org/egit/download/Installing the Latest Release: 3.5.1.201410131835-rTo install via one of th... 阅读全文
posted @ 2014-10-18 15:11 小开风 阅读(207) 评论(0) 推荐(0) 编辑