码迷,mamicode.com
首页 >  
搜索关键字:eve    ( 10269个结果
最小生成树
Kruskal:适用稀疏图需要Union_Find_Set(并查集) class Kruskal { #define Kruskal_MAXN 100 #define Kruskal_MAXM 10005 public: Union_Find_Set ufs; int x[Kruskal_MAXM] ...
分类:其他好文   时间:2016-12-21 11:32:15    阅读次数:143
附录E 安装Kafka
E.1 安装Kafka E.1.1 下载Kafka Kafka是由LinkedIn设计的一个高吞吐量、分布式、基于发布订阅模式的消息系统,使用Scala编写,它以可水平扩展、可靠性、异步通信和高吞吐率等特性而被广泛使用。目前越来越多的开源分布式处理系统都支持与Kafka集成,其中Spark Stre ...
分类:其他好文   时间:2016-12-21 09:42:46    阅读次数:222
[Python] python vs cplusplus
一些学习过程中的总结的两种语言的小对比,帮助理解OO programming. Continue... 字典 序列 --> 字典 序列 --> 字典 Python: c++:貌似没有这个问题。 字典排序 字典排序 C++ sort参考: [c++] Associative Containers py ...
分类:编程语言   时间:2016-12-21 09:28:36    阅读次数:196
Leetcode: Matchsticks to Square && Grammar: reverse an primative array
DFS, my solution is to fill each edge of the square one by one. DFS to construct the 1st, then 2nd, then 3rd, then 4th. For each edge I scan all the m ...
分类:其他好文   时间:2016-12-21 09:27:44    阅读次数:194
eclipse中om2m环境配置
步骤一:下载 Eclipse Kepler(https://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/keplersr2) 步骤二:Click Window -> Preferences -> maven -> ...
分类:系统相关   时间:2016-12-21 02:50:48    阅读次数:1354
October 24th Week 44th Monday 2016
True love stories never have endings. 真正的爱情故事永远没有结局。 It seems I have been customed to the single life. I am afraid that they’ll break my heart, or I w ...
分类:其他好文   时间:2016-12-21 00:05:22    阅读次数:242
如何用PL/SQL Developer连接Oracle数据库
之前因为项目的原因需要使用Oracle数据库,由于时间有限没办法从基础开始学习,而且oracle操作的命令界面又太不友好,于是就找到了PL/SQL Developer这个很好用的软件来间接使用数据库。 下面简单介绍一下如何用这个软件连接Oracle数据库。 第一步 安装Oracle Database ...
分类:数据库   时间:2016-12-20 23:25:23    阅读次数:226
移动端滑屏组件
https://github.com/lihefen/slide.git https://lihefen.github.io/slide/slide/index.html slide.js /** * * @authors Your Name (you@example.org) * @date 20 ...
分类:移动开发   时间:2016-12-20 20:04:51    阅读次数:221
利用angular给节点添加样式
Document 1 2 3 4 5 {{$index+1}... ...
分类:其他好文   时间:2016-12-20 16:09:06    阅读次数:181
Chapter 2 Open Book——38
I looked around me to make sure it was clear. 我看了我周围一圈确定都是干净的。 我看看四周,以确认前后没有来车。 That's when I noticed the still, white figure. 我注意到了当时的寂静和白色。 这时,我注意到了 ...
分类:其他好文   时间:2016-12-20 01:35:27    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!