I have to admit that I'm still an algorithm rookie: in front of a problem, I got lost on what the nature of the problem is.. usually I made everything...
分类:
其他好文 时间:
2014-08-24 08:03:32
阅读次数:
178
主页: http://hddb.xp-zed.com/index.html简单地说,HDDB 是NTFS磁盘的文件搜索工具,它最开始是模仿 Everything 的,但解决了 Everything 的几个很 不爽的问题:Everything 一般在程序启动时重建索引(如果它觉得需要重建的话),但我们...
分类:
数据库 时间:
2014-08-23 17:36:21
阅读次数:
624
A really classic 2D DP problem. And I'm glad that I figured out the transfer function without checking any other resources.After that, everything is s...
分类:
其他好文 时间:
2014-08-22 15:46:38
阅读次数:
232
1、查找文件的神器——Everything
随着学习的深入,硬盘里的文档越来越多,相应地会感觉硬盘上的文档越来越难找了。即便你之前对文件夹结构、功能及扩展做了怎样“完美”的规划,现在,一切文件又变得乱糟糟的了。这个时候,神器Everything出现了。
如其名,Everything的目标就是帮你找到Everything in your disk。支持通配符、书签及正则表达式等高级查找功能,其最...
分类:
其他好文 时间:
2014-08-18 22:05:23
阅读次数:
267
python面向对象非常彻底,即使过程式的代码风格,python在运作的时候也是面向对象的。everything is object。差异在面向对象的理念上,python和非常工程化的面向对象语言(C++、Java、C#)有巨大的差异,这些语言,为了解释他们的原理,往往会祭出一大杀器-----内存模...
分类:
编程语言 时间:
2014-08-14 01:02:07
阅读次数:
336
Everything是速度最快的文件搜索软件,可以瞬间搜索到你需要的文件。如果你用过Windows自Everything是速度最快的文件搜索软件,可以瞬间搜索到你需要的文件。如果你用过Windows自带的搜索工具、Total Commander的搜索、Google 桌面搜索或百度硬盘搜索,都因为速....
分类:
其他好文 时间:
2014-08-12 21:54:54
阅读次数:
338
HT for Web简称HT提供了涵盖通用组件、2D拓扑图形组件以及3D引擎的一站式解决方案,正如Hightopo官网所表达的我们希望提供:Everything you need to create cutting-edge 2D and 3D visualization. 这个愿景从功能...
分类:
其他好文 时间:
2014-08-11 08:29:50
阅读次数:
249
"that are all of the same length" is the key. This statement makes everything much simpler. And, please take care that L may contain duplicated string...
分类:
其他好文 时间:
2014-08-08 15:33:46
阅读次数:
176
it's been a long timewithout practicing~ almost everything about the C programming language.learn today: 1/ read the problem carefully. 2/no blank bet...
分类:
其他好文 时间:
2014-08-01 04:43:51
阅读次数:
251
本文部分整理自网络
Linux下文件系统管理
1.VFS文件系统概述
linux采用VFS来管理文件系统,而且linux设计的原则之一就是everything is file。因此文件管理系统是linux设计最核心的体现。
VFS的全称是Virtual File System (虚拟文件系统)。
总体上说 Linux 下的文件系统主要可分为三大块:一是上层的文件系统的系统调用,二是虚...
分类:
系统相关 时间:
2014-07-31 13:23:06
阅读次数:
329