上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 46 下一页
摘要: Given an array of integers, find out whether there are two distinct indicesiandjin the array such that the difference betweennums[i]andnums[j]is at mo... 阅读全文
posted @ 2015-06-07 11:31 卖程序的小歪 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers and an integerk, find out whether there there are two distinct indicesiandjin the array such thatnums[i] = nums[j]and the d... 阅读全文
posted @ 2015-06-07 00:00 卖程序的小歪 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 背景项目中需要通过一些自定义的组件来操控hive的元数据,于是使用了remote方式来存储hive元数据,使用一个服务后台作为gateway,由它来控制hive元数据。现象在windows上连接hive metastore的时候,无端的会报NullPointerException,非常费解。分析看了... 阅读全文
posted @ 2015-06-04 21:20 卖程序的小歪 阅读(5748) 评论(0) 推荐(0) 编辑
摘要: curl命令用来做HTTP协议的客户端,可以通过命令参数生成各种请求,非常强大。1. GET默认情况下下curl执行的是GET操作,所以可以当做wget使用如$ curl https://www.baidu.com 现在百度使用了https协议,但是这个结果还是有点奇怪... 阅读全文
posted @ 2015-06-03 10:40 卖程序的小歪 阅读(2953) 评论(0) 推荐(0) 编辑
摘要: Design a data structure that supports the following two operations:void addWord(word)bool search(word)search(word) can search a literal word or a regu... 阅读全文
posted @ 2015-05-27 01:59 卖程序的小歪 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Find all possible combinations ofknumbers that add up to a numbern, given that only numbers from 1 to 9 can be used and each combination should be a u... 阅读全文
posted @ 2015-05-27 01:07 卖程序的小歪 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the arr... 阅读全文
posted @ 2015-05-27 00:23 卖程序的小歪 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 下面转的两篇文章分别说明了以下两个概念和一些解决方法:1. CSRF - Cross-Site Request Forgery - 跨站请求伪造2. CORS - Cross Origin Resourse-Sharing - 跨站资源共享(1. CSRF)转自:http://www.h3c.com... 阅读全文
posted @ 2015-05-25 15:56 卖程序的小歪 阅读(18870) 评论(1) 推荐(11) 编辑
摘要: Find thekth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.For exampl... 阅读全文
posted @ 2015-05-25 00:01 卖程序的小歪 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 反正任由总理怎么强调,在中国的当前的网络环境下,中央库的访问速度总是令人心碎。建一个nexus内部库可以建立缓存,只要有人通过它下载了相关的maven依赖,那么别人需要时可以马上从本地网络的服务器上返回而不需要在从中央库去下了。内部也可以将jar发布到本地服务器上便于队友共享使用。有时候队友只是想直... 阅读全文
posted @ 2015-05-22 10:43 卖程序的小歪 阅读(4680) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 46 下一页