You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.
阅读全文
scala的集合库包含了许多特质和类。要了解清楚整个结构非常非常的困难。借助于 官网 的文档中的几个图,先大致了解下继承机构吧
scala中的for相比于java而言非常的灵活多变,同时功能也非常强大。众所周知,在java或者其他传统的语言中,大多数情况下for只是用来做循环遍历的用途。但是在scala中for却是有许多独特的用法。
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
日志对于任何一个Java应用程序,尤其是服务端程序是至关重要的,常用的如
实现1个Master两个Worker的伪集群环境搭建。
Spark这么火,越来越多的小伙伴开始搞大数据。通过多方查阅资料,这个单机版的Spark的HelloWorld终于跑出来了。此HelloWorld非彼HelloWorld,并不是打印出HelloWorld那么简单,而是一个单词统计程序,就是统计出一个文件中单词出现的次数并排序。
注意:此处的操作都是在CentOS(Redhat)下完成的,其他linux系统下的配置可能略有不同。
Security SHell的简写。他主要是用于解决telnet的明文认证过程。ssh有两个版本,下文用v1和v2表示这两个版本。