错误信息:Cannot perform conversion to XML from legacy HTML: The nekoHTML library is not in classpath. nekoHTML 1.9.15 or newer is required for processing ...
分类:
Web程序 时间:
2019-01-18 18:27:05
阅读次数:
608
操作系统(operating system,OS) 目录 目录 1 什么是操作系统 2 操作系统的功能 2.1 进程管理(Processing management) 2.2 内存管理(Memory management) 2.3 文件系统(File system) 2.4 网络通信(Network ...
分类:
其他好文 时间:
2019-01-17 14:09:48
阅读次数:
269
任务队列和异步接口的正确打开方式 什么是异步接口? Asynchronous Operations Certain types of operations might require processing of the request in an asynchronous manner (e.g. ...
分类:
Web程序 时间:
2019-01-13 13:41:52
阅读次数:
153
一、什么是Spark Apache Spark? is a unified analytics engine for large-scale data processing. Apache Spark? 是用于大规模数据处理的统一分析引擎。 Spark是一个实现快速通用的集群计算平台。是由AMP实验 ...
分类:
其他好文 时间:
2019-01-13 00:23:04
阅读次数:
223
Processing Gain and Occupied Bandwidth ESA Basic Setup (11b)Span 110MHzRBW 100kHzVBW 100kHzSweep Time 500msDetector RMS AverageESA Basic Setup (11a/g) ...
分类:
其他好文 时间:
2019-01-11 20:07:45
阅读次数:
258
https://mp.weixin.qq.com/s/3zrAzOUGpovRRbuYnce3uw APT(Annotation Processing Tool) 即注解处理器,是一种注解处理工具,用来在编译期扫描和处理注解,通过注解来生成 Java 文件。即以注解作为桥梁,通过预先规定好的代码生成 ...
分类:
移动开发 时间:
2019-01-09 11:24:03
阅读次数:
199
>>help gpuThere are several options available for using your computer's graphics processing unit (gpu) for matrix operations. - Transfer data between ...
分类:
其他好文 时间:
2019-01-06 18:19:02
阅读次数:
240
课程: 6.891 (Fall 2003): Machine Learning Approaches for Natural Language Processing http://www.ai.mit.edu/courses/6.891-nlp/ CS 276 / LING 286 Informat ...
分类:
编程语言 时间:
2019-01-06 15:37:01
阅读次数:
305
Apache 的三种工作模式(Prefork、Worker、Event) Web服务器Apache目前一共有三种稳定的MPM(Multi-Processing Module,多进程处理模块)模式。 它们分别是prefork,worker、event,它们同时也代表这Apache的演变和发展。 本文原 ...
分类:
Web程序 时间:
2019-01-06 14:31:11
阅读次数:
242
抽象等级(Levels of Abstraction) Flink提供不同级别的抽象来开发流/批处理应用程序。 Statefule Stream Processing: 是最低级别(底层)的抽象,只提供有状态的流。它通过ProcessFunction嵌入到DataStream API之中。它使得用户 ...
分类:
Web程序 时间:
2019-01-05 13:36:44
阅读次数:
214