上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 114 下一页
摘要: http://jasonjl.me/blog/2015/03/30/practical-programming-practice-services/ Codewars, Leetcode, Hackerrank. Online Judges Reviews written March 30, 201 阅读全文
posted @ 2017-03-10 03:20 功夫 熊猫 阅读(840) 评论(0) 推荐(0) 编辑
摘要: http://www.seattletechinterviews.com/ 阅读全文
posted @ 2017-03-05 03:18 功夫 熊猫 阅读(183) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/31218682 https://www.zhihu.com/question/31218682 https://www.zhihu.com/question/31218682 知乎用户 9 人赞同了该回答 LintCode 和LeetC 阅读全文
posted @ 2017-03-05 02:50 功夫 熊猫 阅读(16996) 评论(0) 推荐(0) 编辑
摘要: windows 下安装nodejs 了,也安装了npm, 但是有时候切不能直接用request(‘ws’)这一类的东西.我觉得是确实环境变量或其他设置有问题,能否给个完整的设置方案: 要设置两个东西,一个是PATH上增加node.exe的目录C:\Program Files\nodejs,一个是增加 阅读全文
posted @ 2017-01-28 07:24 功夫 熊猫 阅读(1576) 评论(0) 推荐(0) 编辑
摘要: Set 集合是无序不可以重复的的、List 集合是有序可以重复的。 Java 集合:HashSet 与 hashCode、equals 博客里面已经说到这个问题,但是解释的还是不够清楚。 看一个小例子: package mark.zhang;import java.util.ArrayList;im 阅读全文
posted @ 2017-01-15 15:29 功夫 熊猫 阅读(15312) 评论(0) 推荐(0) 编辑
摘要: Java ArrayList、Vector和LinkedList等的差别与用法(转) ArrayList 和Vector是采取数组体式格式存储数据,此数组元素数大于实际存储的数据以便增长和插入元素,都容许直接序号索引元素,然则插入数据要设计到数组元素移动等内存操纵,所以索引数据快插入数据慢,Vect 阅读全文
posted @ 2017-01-14 03:07 功夫 熊猫 阅读(675) 评论(0) 推荐(1) 编辑
摘要: 1.不带类型写法: 1 List listWithoutDup = new ArrayList(new HashSet(listWithDup)); 1 List listWithoutDup = new ArrayList(new HashSet(listWithDup)); 1 List lis 阅读全文
posted @ 2017-01-05 16:20 功夫 熊猫 阅读(896) 评论(0) 推荐(1) 编辑
摘要: Tech companies dominate Glassdoor’s ranking of the highest paying companies in the U.S., snagging 20 of the top 25 spots. But no tech company ranks hi 阅读全文
posted @ 2016-12-08 07:19 功夫 熊猫 阅读(281) 评论(0) 推荐(0) 编辑
摘要: http://www.geekwire.com/2012/chart-pays-seattle-software-engineers/ Chart: Who pays the most in Seattle for software engineers BY JOHN COOK on Februar 阅读全文
posted @ 2016-12-08 07:14 功夫 熊猫 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 不同的支付方式 http://pages.ebay.com.cn/help/buy/ia/buying_internationally.html 旅行支票是由银行发行的一种定额支票,其作用是专供旅客购买和支付旅途费用,它与一般银行汇票、支票的不同之处在于旅行支票没有指定的付款地点和银行,一般也不受日 阅读全文
posted @ 2016-12-02 14:34 功夫 熊猫 阅读(280) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 114 下一页