相关文章链接 1. CDH官网Kafka的安装教程网址 https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_m2t_d45_4r 2. 下载对应的Kafka版本 1、查看CD ...
分类:
其他好文 时间:
2019-05-15 12:50:03
阅读次数:
123
concept: 流(Stream)php4.3引进,用于统一数据操作,以使共享同一套函数,比如file_get_contents()<即可打开本地文件也可以访问url>,简单点讲,流就是表现出流式数据行为的资源对象。是对流式数据的抽象. 流有点类似数据库抽象层,在数据库抽象层方面,不管使用何种数据 ...
分类:
移动开发 时间:
2019-04-20 16:59:20
阅读次数:
149
阿里云CLassLink文档地址:https://help.aliyun.com/document_detail/65412.html?spm=a2c4g.11186623.2.9.41a25a07FRL8Op#concept-q5z-kwb-sdb ...
分类:
其他好文 时间:
2019-03-24 12:21:43
阅读次数:
147
搭建好xampp,输入网址http://192.168.110.205/xampp/,报错如下: New XAMPP security concept: Access to the requested object is only available from the local network. ...
分类:
其他好文 时间:
2019-03-15 19:14:06
阅读次数:
240
golang中的channel channel用于goroutine之间的通信 如果不用channel,使用共享全局变量的方式,需要加锁 使用同步锁并发效率会很低 channel主要用于goroutine通信和解决主线程等待goroutine执行结束再退出的问题 basic concept of c ...
分类:
其他好文 时间:
2019-02-08 23:34:00
阅读次数:
286
前导课程 1.UML(统一建模语言) 2.OOAD Concept(Object-oriented Analysis and Design 概念) 3.Design Pattern(设计模式) 4.面向对象编程语言 5.Analysis /OOAnalysis Design/OO Design(分析 ...
分类:
其他好文 时间:
2019-01-20 10:32:44
阅读次数:
162
Functor composition is a powerful concept that arises when we have one Functor nested in another Functor. It becomes even more powerful when both of t ...
分类:
其他好文 时间:
2019-01-18 20:07:27
阅读次数:
99
原文链接地址:http://seanlook.com/2016/05/24/mysql-online-ddl-concept/ 做MySQL的都知道,数据库操作里面,DDL操作(比如CREATE,DROP,ALTER等)代价是非常高的,特别是在单表上千万的情况下,加个索引或改个列类型,就有可能堵塞整 ...
分类:
数据库 时间:
2019-01-15 16:58:18
阅读次数:
235
Understanding of continuity definition in topology When we learn calculus in university as freshmen, we are usually force-fed with the \(\epsilon-\del ...
分类:
其他好文 时间:
2018-12-15 23:52:52
阅读次数:
177
I. Sleuth 0. Concept TraceA set of spans that form a call tree structure, forms the trace of the request. SpanIt is the basic unit of work, for exampl ...
分类:
编程语言 时间:
2018-12-02 10:30:55
阅读次数:
276