码迷,mamicode.com
首页 > 其他好文
Nutch的发展历程
Nutch的创始人是Doug Cutting,他同时也是Lucene、Hadoop和Avro开源项目的创始人 ? 下面是Nutch的发展历程: 2002年8月由Doug Cutting发起,托管于Sourceforge,之后发布了0.4、0.5、0.6三个版本 2004年9月Orego...
分类:其他好文   时间:2015-04-08 07:59:05    阅读次数:126
BitmapFactory.Options详解
public Bitmap inBitmap If set, decode methods that take the Options object will attempt to reuse this bitmap when loading content. public int inDensity The pixel density to use for the bitmap. publ...
分类:其他好文   时间:2015-04-08 07:59:22    阅读次数:90
OSChina 周三乱弹 —— 生活要懂得苦中作乐
周三,其实今天才是周二!千万不要一大早的就怀疑人生,生命可贵,大家都要好好的!昨天好多人跟我们说了再见,离别总是伤感的,珍惜现在。 @sinopf ?: 清明节来大家都在哀悼猝死程序员。。。大家珍重,熬夜伤肾...
分类:其他好文   时间:2015-04-08 07:58:33    阅读次数:642
蓝桥杯训练 最短路 (SPFA模板 vector)
蓝桥杯训练 最短路 (SPFA模板 vector)...
分类:其他好文   时间:2015-04-08 07:57:57    阅读次数:136
正则表达式match和group的区别 具有相同模式的字符串使用组的提取案例
Match类 示例:查找出字符串中包含的url string text = "FirstUrl: http://www.sohu.com ,SecondUrl: http://www.baidu.com "; string pattern = @"\b(\S+)://(\S+)\b"; //匹配URL的模式 MatchCollection mc = Regex.Matches(te...
分类:其他好文   时间:2015-04-08 07:57:29    阅读次数:150
191. Number of 1 Bits
Write a function that takes an unsigned integer and returns the number of ’1' bits it has (also known as theHamming weight).For example, the 32-bit in...
分类:其他好文   时间:2015-04-08 07:58:32    阅读次数:106
奇怪吸引子---Qi
奇怪吸引子是混沌学的重要组成理论,用于演化过程的终极状态,具有如下特征:终极性、稳定性、吸引性。吸引子是一个数学概念,描写运动的收敛类型。它是指这样的一个集合,当时间趋于无穷大时,在任何一个有界集上出发的非定常流的所有轨道都趋于它,这样的集合有很复杂的几何结构。由于奇怪吸引子与混沌现象密不可分...
分类:其他好文   时间:2015-04-08 07:55:08    阅读次数:102
190. Reverse Bits
Reverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as00000010100101000001111010011100), return ...
分类:其他好文   时间:2015-04-08 07:55:03    阅读次数:150
189. Rotate Array
Rotate an array ofnelements to the right byksteps.For example, withn= 7 andk= 3, the array[1,2,3,4,5,6,7]is rotated to[5,6,7,1,2,3,4].Note:Try to come...
分类:其他好文   时间:2015-04-08 07:55:21    阅读次数:93
DP2_第K优解
转载:http://m.blog.csdn.net/blog/a511310132/13465985对于求次优解、第K优解类的问题,如果相应的最优解问题能写出状态转移方程、用动态规划解决,那么求次优解往往可以相同的复杂度解决,第K优解则比求最优解的复杂度上多一个系数K。其基本思想是将每个状态都表示成...
分类:其他好文   时间:2015-04-08 07:53:56    阅读次数:147
199. Binary Tree Right Side View
Given a binary tree, imagine yourself standing on therightside of it, return the values of the nodes you can see ordered from top to bottom.For exampl...
分类:其他好文   时间:2015-04-08 07:52:00    阅读次数:91
198. House Robber
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo...
分类:其他好文   时间:2015-04-08 07:53:03    阅读次数:103
The Design of HDFS
HDFS is a filesystem designed for storing very large files with streaming data access patterns, running on clusters of commodity hardware. Let’s examine this statement?in more detail:? Very lar...
分类:其他好文   时间:2015-04-08 06:49:45    阅读次数:128
UNIX Domain Socket IPC
目录目录 概述 socket函数使用 struct sockaddr_un socket bind listen accept connect Socket IPC 实例 server client 运行结果概述socket API原本是为网络通讯设计的,但是后来在socket的框架上发展出一种IPC机制,就是UNIX Domain Socket。虽然网络socket也可用于同一台主机的进程间通讯(...
分类:其他好文   时间:2015-04-08 06:49:58    阅读次数:252
通过RS232串口控制LG电视
该文章探讨了如何利用串口通信(RS232)控制LG电视,并用qt编程实现了一个LG电视的控制软件。...
分类:其他好文   时间:2015-04-08 06:49:26    阅读次数:241
爬坑记:内联元素的padding-top属性
midifan.com/moduleuser-index-449513.htmmidifan.com/moduleuser-index-449492.htmmidifan.com/moduleuser-index-449411.htmmidifan.com/moduleuser-index-4494...
分类:其他好文   时间:2015-04-08 06:47:57    阅读次数:191
从Facebook跑来阿里的赵海平大叔,你要干啥?
midifan.com/moduleuser-index-422005.htmmidifan.com/moduleuser-index-421836.htmmidifan.com/moduleuser-index-421866.htmmidifan.com/moduleuser-index-4220...
分类:其他好文   时间:2015-04-08 06:45:18    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!