摘要: http://www.scala-lang.org/blog/2017/11/28/view-based-collections.html 阅读全文
posted @ 2017-11-30 23:24 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://rosslawley.co.uk/introducing-a-new=mongodb-spark-connector/ 阅读全文
posted @ 2017-11-30 23:02 papering 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/jdkfiles.html Java Platform, Standard Edition Tools ReferenceContents Previous Next 3 JD 阅读全文
posted @ 2017-11-30 22:23 papering 阅读(326) 评论(0) 推荐(0) 编辑
摘要: Core Java Web Page http://horstmann.com/corejava.html [ inheritance ] super Using the Keyword super (The Java™ Tutorials > Learning the Java Language 阅读全文
posted @ 2017-11-30 20:23 papering 阅读(394) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html\ javac - Java programming language compiler javac - Java programming language 阅读全文
posted @ 2017-11-30 19:32 papering 阅读(230) 评论(0) 推荐(0) 编辑
摘要: passive aggressive(pa)和average perceptron(ap) 阅读全文
posted @ 2017-11-30 15:53 papering 阅读(316) 评论(0) 推荐(0) 编辑
摘要: merge two dicts Python 3.6.4 >>> x={'a':1,'b':2}>>> y={'b':3,'c':4}>>> z={**x,**y}>>> z{'a': 1, 'b': 3, 'c': 4}>>> z={**y,**x}>>> z{'b': 2, 'c': 4, 'a 阅读全文
posted @ 2017-11-30 14:15 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: http://arrow.apache.org/blog/ 阅读全文
posted @ 2017-11-30 12:37 papering 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Serialization and deserialization are bottlenecks in parallel and distributed computing, especially in machine learning applications with large object 阅读全文
posted @ 2017-11-30 12:03 papering 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 这样就可以在pom中依赖引用了: Introduction to the Standard Directory Layout Having a common directory layout would allow for users familiar with one Maven project 阅读全文
posted @ 2017-11-30 07:38 papering 阅读(195) 评论(0) 推荐(0) 编辑