为了简单共享文件,有些人使用svn,有些人使用ftp,但是更多得人使用索引(index)功能。apache得索引功能强大,并且也是最常见得,nginx得auto_index实现得目录索引偏少,而且功能非常简单。先来看看我们得效果图。nginx auto_index索引效果图nginx配置12345 ...
分类:
其他好文 时间:
2015-09-05 20:49:13
阅读次数:
179
【226-Invert Binary Tree(反转二叉树)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Invert a binary tree. 4
/ 2 7
/ \ / 1 3 6 9 to 4
/ 7...
分类:
编程语言 时间:
2015-08-30 07:42:46
阅读次数:
187
【219-Contains Duplicate II(包含重复元素II)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Given an array of integers and an integer k, find out whether there are two distinct ind...
分类:
编程语言 时间:
2015-08-29 07:30:34
阅读次数:
201
【223-Rectangle Area(矩形区域)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined...
分类:
编程语言 时间:
2015-08-29 07:29:33
阅读次数:
265
【225-Implement Stack using Queues(用队列实现栈操作)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Implement the following operations of a stack using queues.
push(x) – Push ele...
分类:
编程语言 时间:
2015-08-29 07:28:16
阅读次数:
193
元素HTML元素表示一个页面的一部分, 它的内容跟这个页面的其它内容的关联性不强,或者是没有关联,单独存在。元素通常显示成侧边栏(sidebar)或一些插入补充内容。通常用来在侧边栏显示一些定义,比如目录、索引、术语表等;也可以用来显示相关的广告宣传,作者的介绍,Web应用,相关链接,当前页内容简介...
分类:
Web程序 时间:
2015-08-28 12:45:56
阅读次数:
167
【216-Combination Sum III (组合数的和)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Find all possible combinations of k numbers that add up to a number n, given that only numbe...
分类:
编程语言 时间:
2015-08-28 07:21:06
阅读次数:
251
【215-Kth Largest Element in an Array(数组中第K大的数)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Find the kth largest element in an unsorted array. Note that it is the kth lar...
分类:
编程语言 时间:
2015-08-28 07:20:26
阅读次数:
368
【217-Contains Duplicate(包含重复元素)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Given an array of integers, find if the array contains any duplicates. Your function should r...
分类:
编程语言 时间:
2015-08-28 07:18:45
阅读次数:
212
【204-Count Primes(统计质数)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】代码下载【https://github.com/Wang-Jun-Chao】原题 Description:
Count the number of prime numbers less than a non-negative number, n.
题目大意 统计小于非负整数...
分类:
编程语言 时间:
2015-08-27 07:12:39
阅读次数:
199