一.499是nginx自定义的http状态码。在源码中有这么一段说明/* * HTTP does not define the code for the case when a client closed * the connection while we are processing its request so we introduce * own code to
分类:
其他好文 时间:
2018-06-07 11:28:17
阅读次数:
127
Apache(httpd) 有3种核心MPM(Multi-Processing Module,多进程处理模块)工作模式,分别是prefork,worker和event,其中httpd-2.2的event模式仍然为测试使用的模型,而httpd-2.4的event模式则可在生产环境中使用。如果是通过yu ...
分类:
Web程序 时间:
2018-06-06 21:44:14
阅读次数:
371
之前做的项目是resteasy的上传,代码没有问题,断点都不进来呢。 我以为可以直接移植到SpringMVC,但是SpringMVC不支持MultipartFormDataInput , 用MultipartFile就可以了。老的无法兼容新的。正确代码如下 ...
分类:
编程语言 时间:
2018-06-05 15:41:10
阅读次数:
1853
当今的数据处理大致可以分成两大类:联机事务处理OLTP(On-Line Transaction Processing)、联机分析处理OLAP(On-Line Analytical Processing)。OLTP是传统的关系型数据库的主要应用,主要是基本的、日常的事务处理,例如银行交易。OLAP是数 ...
分类:
其他好文 时间:
2018-05-27 13:52:29
阅读次数:
188
The new integration between Flume and Kafka offers sub-second-latency event processing without the need for dedicated infrastructure. In this previous ...
分类:
Web程序 时间:
2018-05-25 14:54:21
阅读次数:
244
Greeplum 系列(一) Greenplum 架构 Greenplum 可进行海量并行处理 (Massively Parallel Processing) 一、Greenplum 体系架构 Greenplum 由三部分组成:Master Host、Segment、Interconnect。 1. ...
分类:
其他好文 时间:
2018-05-23 22:17:49
阅读次数:
264
抄书。 1、注释:% 2、数据类型: ①数值:(u)int8,(u)int16,(u)int32,(u)int64,float,double,复数(虚部i),默认数据类型是double;char是6位,schar是8位,bitN指定任意N位带符号整数 ②逻辑类型:True和False,使用logic ...
分类:
其他好文 时间:
2018-05-23 20:32:39
阅读次数:
205
apache的三种MPM及配置方式 首先,MPM是Multi-Processing Modules,表示Apache中的多路处理模块,目前在Linux上的Apache 2.2/2.4中包括三种模式:prefork、worker和event模式。 1.worker worker 是多进程多线程模型,一 ...
分类:
Web程序 时间:
2018-05-23 02:27:49
阅读次数:
249
Warning:Exception while processing task java.io.IOException: The same input jar [libs\afinal_0.5.1_bin.jar] is specified twice. 原因:自己在 proguard-rules. ...
分类:
编程语言 时间:
2018-05-22 12:47:53
阅读次数:
239
以下博文为参考:https://www.jianshu.com/p/3d88e77c1533 1.cloudera->oozie->配置->高级->oozie-site.xml 的Oozie Server 高级配置代码段(安全阀) 添加 名称:oozie.processing.timezone 值: ...
分类:
其他好文 时间:
2018-05-22 10:49:51
阅读次数:
201