引用scrollimg.js(function(win, doc, $) {
var scrollImg = { fxcurr:function(){
if(!_this.def){
this.lfclick.find("b").addClass("curr");
}else{...
分类:
其他好文 时间:
2016-05-12 13:46:43
阅读次数:
158
linux入门到精通一:文件目录,磁盘以及一些命令标签(空格分隔): linuxlinux入门到精通一文件目录磁盘以及一些命令
1磁盘分区
2文件系统和目录
3SSH
4基本的命令
5文件查看命令
1,磁盘分区2,文件系统和目录常见的目录及命令:
mkdir:
file:
locate:
which:
whereis:
find:
gzip:
bzip2:
tar:
zip/un...
分类:
系统相关 时间:
2016-05-12 13:33:20
阅读次数:
232
二叉树应用–Huffman code
赫夫曼(Huffman)树又称最优二叉树或最优搜索树,是一种带权路径长度最短的二叉树。
背景知识首先我们先讨论何为Huffman code。Max-Path of TreeGiven a binary tree, every node has a weight, then you need to find out the path that can make...
分类:
编程语言 时间:
2016-05-12 13:04:31
阅读次数:
576
Linux下find命令在目录结构中搜索文件,并执行指定的操作。find命令提供了相当多的查找条件,功能很强大。由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统(NFS),find命令在该文件系统中同样有效,只要具有相应的权限。在运行一个非常消耗资源的find命令时,很多人都倾向于把它放在后台执行,因为遍历一个大的文件系统可能会花...
分类:
系统相关 时间:
2016-05-12 12:51:39
阅读次数:
229
find是我们很常用的一个Linux命令,但是我们一般查找出来的并不仅仅是看看而已,还会有进一步的操作,这个时候exec的作用就显现出来了。
exec解释:
-exec 参数后面跟的是command命令,它的终止是以;为结束标志的,所以这句命令后面的分号是不可缺少的,考虑到各个系统中分号会有不同的意义,所以前面加反斜杠。
{} 花括号代表前面find查找出来的文件名。
...
分类:
系统相关 时间:
2016-05-12 12:33:47
阅读次数:
179
Spongebob is already tired trying to reason his weird actions and calculations, so he simply asked you to find all pairs of n and m, such that there are exactly
x distinct squares in the table consis...
分类:
其他好文 时间:
2016-05-12 12:24:59
阅读次数:
204
find the most comfortable road
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 5897 Accepted Submission(s): 2562
Problem Description
XX星...
分类:
其他好文 时间:
2016-05-12 12:08:13
阅读次数:
138
Range Sum Query - Immutable
Total Accepted: 29091 Total
Submissions: 118678 Difficulty: Easy
Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j)...
分类:
其他好文 时间:
2016-05-12 11:34:03
阅读次数:
133
Missing Number
Total Accepted: 50707 Total
Submissions: 125920 Difficulty: Medium
Given an array containing n distinct numbers taken from 0,
1, 2, ..., n, find the one that is missin...
分类:
其他好文 时间:
2016-05-12 11:31:13
阅读次数:
170
转自:http://www.cnblogs.com/hitwtx/archive/2011/11/16/2251254.html \ svn 删除所有的 .svn文件 find . -name .svn -type d -exec rm -fr {} \; linux之cp/scp命令+scp命令详 ...
分类:
其他好文 时间:
2016-05-12 10:37:55
阅读次数:
177