码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
445. Add Two Numbers II - Medium
You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contai ...
分类:其他好文   时间:2018-12-15 10:28:30    阅读次数:167
[Algorithm] JavaScript Graph Data Structure
A graph is a data structure comprised of a set of nodes, also known as vertices, and a set of edges. Each node in a graph may point to any other node ...
分类:编程语言   时间:2018-12-15 10:26:26    阅读次数:190
libgo 源码剖析(3. libgo上下文切换实现)
在libgo的上下文切换上,并没有自己去实现创建和维护栈空间、保存和切换CPU寄存器执行状态信息等的任务,而是直接使用了Boost.Context。Boost.Context作为众多协程底层支持库,性能方面一直在被优化。Boost.Context所做的工作,就是在传统的线程环境中可以保存当前执行的抽象状态信息(栈空间、栈指针、CPU寄存器和状态寄存器、IP指令指针),然后暂停当前的执行状态,程序的
分类:其他好文   时间:2018-12-14 21:18:08    阅读次数:701
英语流利说 第37天
红色表示重点词汇 蓝色表示句子主干 带着问题听讲解 Q1: 艾滋病毒为何如此恐怖? Q2: 短语 once and for all 有哪两层意思? Q3: 新闻提到的艾滋病治愈方法的理论依据是什么? Is a cure for Aids within reach? More than 50 year ...
分类:其他好文   时间:2018-12-14 12:56:20    阅读次数:277
2、Hadoop 2.X 概述及生态系统
Hadoop官网 http://hadoop.apache.org/ Hadoop来源 GFS HDFS MapReduce MapReduce BigTable HBase Common The common utilities that support the other Hadoop modu ...
分类:其他好文   时间:2018-12-14 01:09:30    阅读次数:214
第2关 数据大不同--数据类型
【\n】,它的作用是换行。(在行尾时)续行符\反斜杠符号\‘单引号\‘‘双引号\a响铃\b退格(Backspace)\e转义\000空\n换行\v纵向制表符\t横向制表符\r回车\f换页\oyy八进制数yy代表的字符,例如:\o12代表换行\xyy十六进制数yy代表的字符,例如:\x0a代表换行\other其他的字符以普通格式输出123a=‘吴承恩‘b=le
分类:其他好文   时间:2018-12-14 01:00:59    阅读次数:173
Linux 之CentOS7-VSFTP搭建
环境 1、俩台Linux 虚拟机 Ser 和 Cli 安装 [root@jm ~]# rpm -ivh /mnt/Packages/vsftpd-3.0.2-10.el7.x86_64.rpm //Ser 上安装 [root@jm ~]# yum install -y lftp //Cli 上安装C ...
分类:系统相关   时间:2018-12-13 19:30:08    阅读次数:206
React 按需加载 - 代码分隔
代码分隔 我们现在大多数React项目都是以Webpack 或者 Browserify等将一堆的jsx文件组织一起,并且由一个类似index.js的入口文件串联起来的单页面web页面。 例如: App: 打完包后: 从这个例子可以看出,打完包后将所有的js都压缩到一个文件里了。随着项目越来越大,打包 ...
分类:其他好文   时间:2018-12-13 12:45:13    阅读次数:172
Design Pattern - Template Method(C )
Definition Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template Method lets subclasses redefine certain s ...
分类:其他好文   时间:2018-12-13 12:44:51    阅读次数:160
大数据-Hadoop生态(20)-MapReduce框架原理-OutputFormat
1.outputFormat接口实现类 2.自定义outputFormat 步骤: 1). 定义一个类继承FileOutputFormat 2). 定义一个类继承RecordWrite,重写write方法 3. 案例 有一个log文件,将包含nty的输出到nty.log文件,其他的输出到other. ...
分类:其他好文   时间:2018-12-12 20:40:19    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!