Vue.js Contributing Guide Hi! I’m really excited that you are interested in contributing to Vue.js. Before submitting your contribution though, please ...
分类:
Web程序 时间:
2018-12-11 11:18:14
阅读次数:
268
参考:X Server-Client!! What the hell? Beginner's Guide To The Deskop 2 of 5 | X11, Display Manager and Windows Manager 前言 关于Linux的最美好的事情就是,它不像Windows或Ma ...
分类:
其他好文 时间:
2018-12-11 00:36:40
阅读次数:
270
简介 spark MLlib官网:http://spark.apache.org/docs/latest/ml-guide.html mllib是spark core之上的算法库,包含了丰富的机器学习的一系列算法。你可以通过简单的API来构建算法模型,然后利用模型来进行预测分析推荐之类的。 它包含了 ...
分类:
其他好文 时间:
2018-12-11 00:36:01
阅读次数:
190
Google C++ Style Guide 1. Doing Work in Constructors Avoid virtual method calls in constructors, and avoid initialization that can fail if you can't s ...
分类:
其他好文 时间:
2018-12-10 22:04:34
阅读次数:
203
简介 spark SQL官网:http://spark.apache.org/docs/latest/sql-programming-guide.html sparkSQL是构建在sparkCore之上的组件,用于处理结构化的数据。它将数据抽象为DataFrame并提供丰富的API,并且sparkS ...
分类:
数据库 时间:
2018-12-09 22:36:38
阅读次数:
189
参考:A Step-By-Step Guide to Using the Linux sync Command 前言 数据只有被读入内存才能被CPU所处理,但是数据又常常需要由内存写回磁盘当中(例如储存的动作)。 由于硬盘的速度太慢(相对于内存来说),如果常常让数据在内存与硬盘中来回写入/读出,系统 ...
分类:
系统相关 时间:
2018-12-08 22:31:51
阅读次数:
218
原作者博客:https://brendansterne.com/2013/07/11/do-the-right-thing-wait-to-get-fired/ 下面是中文翻译: 我偶然在《 Team Geek: A Software Developers Guide to Working Well ...
分类:
其他好文 时间:
2018-12-08 14:48:46
阅读次数:
168
1.概述 官方文档 https://www.elastic.co/guide/en/elasticsearch/reference/current/joining-queries.html 两种类型的查询 嵌套查询 has_child和has_parent 其中,has_child返回包含特定查询字 ...
分类:
其他好文 时间:
2018-12-06 20:23:37
阅读次数:
251
1,traefik traefik:HTTP层路由,官网:http://traefik.cn/,文档:https://docs.traefik.io/user guide/kubernetes/ 功能和nginx ingress类似。 相对于nginx ingress,traefix能够实时跟Kub ...
分类:
Web程序 时间:
2018-12-06 12:07:23
阅读次数:
221
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-write-queries-on-xml-in-namespaces ...
分类:
移动开发 时间:
2018-12-04 18:54:07
阅读次数:
213