码迷,mamicode.com
首页 >  
搜索关键字:concept    ( 316个结果
CentOS7安装CDH 第九章:CDH中安装Kafka
相关文章链接 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
stream_wrapper_register()
concept: 流(Stream)php4.3引进,用于统一数据操作,以使共享同一套函数,比如file_get_contents()<即可打开本地文件也可以访问url>,简单点讲,流就是表现出流式数据行为的资源对象。是对流式数据的抽象. 流有点类似数据库抽象层,在数据库抽象层方面,不管使用何种数据 ...
分类:移动开发   时间:2019-04-20 16:59:20    阅读次数:149
4.ClassLink - 一种新型的VPC 经典网络的连接方式
阿里云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 访问出现New XAMPP security concept
搭建好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管道
golang中的channel channel用于goroutine之间的通信 如果不用channel,使用共享全局变量的方式,需要加锁 使用同步锁并发效率会很低 channel主要用于goroutine通信和解决主线程等待goroutine执行结束再退出的问题 basic concept of c ...
分类:其他好文   时间:2019-02-08 23:34:00    阅读次数:286
1.2 面向对象 Object-oriented
前导课程 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
[Functional Programming] Randomly Pull an Item from an Array with the State ADT (Pair)
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
mysql 5.6 在线 DDL
原文链接地址:http://seanlook.com/2016/05/24/mysql-online-ddl-concept/ 做MySQL的都知道,数据库操作里面,DDL操作(比如CREATE,DROP,ALTER等)代价是非常高的,特别是在单表上千万的情况下,加个索引或改个列类型,就有可能堵塞整 ...
分类:数据库   时间:2019-01-15 16:58:18    阅读次数:235
Concept of function continuity in topology
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
Distributed traceability with Spring Cloud: Sleuth and Zipkin
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
316条   上一页 1 ... 3 4 5 6 7 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!