From wikipedia https://en.wikipedia.org/wiki/CAP_theorem In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer ...
分类:
其他好文 时间:
2017-05-17 20:54:27
阅读次数:
328
频率推理(Frequentist inference is a type of statistical inference that draws conclusions from sample data by emphasizing the frequency or proportion of th ...
分类:
其他好文 时间:
2017-05-17 18:22:22
阅读次数:
240
1 安装 1.1 安装Node.js 在http://nodejs.org/ 上下载适合本机系统的安装包运行安装,注意安装选项中选择npm tool以用于后续依赖包的安装。 1.2 通过npm工具安装Nightwatch 命令行运行“npm install nightwatch”,如下的提示表明安装 ...
分类:
Web程序 时间:
2017-05-16 23:25:34
阅读次数:
1824
---- # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or ... ...
分类:
数据库 时间:
2017-05-14 17:55:43
阅读次数:
2481
Spark 基础入门,集群搭建以及Spark Shell 主要借助Spark基础的PPT,再加上实际的动手操作来加强概念的理解和实践。 Spark 安装部署 理论已经了解的差不多了,接下来是实际动手实验: 练习1 利用Spark Shell(本机模式) 完成WordCount spark-shell ...
分类:
系统相关 时间:
2017-05-13 18:59:17
阅读次数:
438
Python functool Python中的装饰器 使用decorator模块可以防止更改signature,这样decorator符合一个signature-preserving decorators的要求:Callable objects which accept a function as ...
分类:
编程语言 时间:
2017-05-13 12:27:02
阅读次数:
133
1.前言 2. 术语说明 Term Note ABI Application Binary Interface 应用程序二进制接口 EABI Embedded ABI 嵌入式ABI PCS Procedure Call Standard 程序调用标准 AAPCS PCS for ARM Archit ...
分类:
其他好文 时间:
2017-05-13 11:09:11
阅读次数:
372
原文地址:http://www.cnblogs.com/harlan1009/p/3970584.html 优化: 1. 更新不透明贴图的压缩格式为ETC 4bit,因为android市场的手机中的GPU有多种,每家的GPU支持不同的压缩格式,但他们都兼容ETC格式,2. 对于透明贴图,我们只能选择 ...
分类:
编程语言 时间:
2017-05-12 19:11:54
阅读次数:
400
1、简介 这篇文章主要介绍采用SOAP来建立以及访问Web service接口。 Web service是一个平台独立的,低耦合的,自包含的、基于可编程的web的应用程序,可使用开放的XML(标准通用标记语言下的一个子集)标准来描述、发布、发现、协调和配置这些应用程序,用于开发分布式的互操作的应用程 ...
分类:
Web程序 时间:
2017-05-12 10:16:41
阅读次数:
377