码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
通过 GOOGLE 大数据计算平台演进理解 APACHE FLINK 前世今生
2019年1月,伴随 APACHE FLINK 的母公司 Data Artisans 被收购,FLINK 毫无疑义成为继 SPARK 之后的新一代大数据计算平台,本文希望通过 GOOGLE 计算平台演进来更好的理解 FLINK。
分类:Web程序   时间:2019-02-13 10:48:21    阅读次数:304
SQL- Introduction to Database
Introduction to Databases 1. Database management system: a. Efficient, convenient, safe, multiuser storage & access to massive amounts of persistent d ...
分类:数据库   时间:2019-02-10 09:22:17    阅读次数:159
What is Zeebe?
转自:https://zeebe.io/what-is-zeebe/ Zeebe is a workflow engine for microservices orchestration. This write-up will help you understand exactly what Zee ...
分类:其他好文   时间:2019-02-04 20:58:12    阅读次数:214
[TypeScript] Dynamically initialize class properties using TypeScript decorators
Decorators are a powerful feature of TypeScript that allow for efficient and readable abstractions when used correctly. In this lesson we will look at ...
分类:其他好文   时间:2019-01-28 10:57:42    阅读次数:96
C++11中std move的使用
std::move is used to indicate that an object t may be "moved from", i.e. allowing the efficient transfer of resources from t to another object. In par ...
分类:编程语言   时间:2019-01-24 21:53:30    阅读次数:419
遗传分化一些基本概念
群体遗传学中衡量群体间分化程度的指标有很多种,最常用的就是Fst指数。 Fst指数,由F统计量演变而来。F统计量(FIS,FIF,FST)主要有三种。 Fst是针对一对等位基因,如果基因座上存在复等位基因,则需要用Gst衡量,基因差异分化系数(gene differentiation coeffic ...
分类:其他好文   时间:2019-01-18 22:26:06    阅读次数:456
TaxonKit - A cross-platform and Efficient NCBI Taxonomy Toolkit
https://github.com/0820LL/taxonkit Usage: https://bioinf.shenwei.me/taxonkit/usage/ ...
分类:其他好文   时间:2019-01-18 17:29:34    阅读次数:233
nginx启动脚本
```shell #!/bin/bash # # nginx Start nginx # chkconfig: - 85 15 # description: The nginx is an efficient web server # processname: nginx # config: /us... ...
分类:其他好文   时间:2019-01-18 17:27:37    阅读次数:195
转发 Learning Go?—?from zero to hero
原文:https://medium.freecodecamp.org/learning-go-from-zero-to-hero-d2a3223b3d86 Learning Go?—?from zero to hero Let’s start with a small introduction to ...
分类:其他好文   时间:2019-01-15 14:30:10    阅读次数:137
【LeetCode】双指针 two_pointers(共47题)
https://leetcode.com/tag/two-pointers/ ...
分类:其他好文   时间:2019-01-13 19:39:34    阅读次数:214
536条   上一页 1 ... 8 9 10 11 12 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!