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.1 安装Kafka E.1.1 下载Kafka Kafka是由LinkedIn设计的一个高吞吐量、分布式、基于发布订阅模式的消息系统,使用Scala编写,它以可水平扩展、可靠性、异步通信和高吞吐率等特性而被广泛使用。目前越来越多的开源分布式处理系统都支持与Kafka集成,其中Spark Stre ...
分类:
其他好文 时间:
2016-12-21 09:42:46
阅读次数:
222
一些学习过程中的总结的两种语言的小对比,帮助理解OO programming. Continue... 字典 序列 --> 字典 序列 --> 字典 Python: c++:貌似没有这个问题。 字典排序 字典排序 C++ sort参考: [c++] Associative Containers py ...
分类:
编程语言 时间:
2016-12-21 09:28:36
阅读次数:
196
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 Kepler(https://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/keplersr2) 步骤二:Click Window -> Preferences -> maven -> ...
分类:
系统相关 时间:
2016-12-21 02:50:48
阅读次数:
1354
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
之前因为项目的原因需要使用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
Document 1 2 3 4 5 {{$index+1}... ...
分类:
其他好文 时间:
2016-12-20 16:09:06
阅读次数:
181
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