码迷,mamicode.com
首页 >  
搜索关键字:目录索引    ( 299个结果
nginx索引目录配置
为了简单共享文件,有些人使用svn,有些人使用ftp,但是更多得人使用索引(index)功能。apache得索引功能强大,并且也是最常见得,nginx得auto_index实现得目录索引偏少,而且功能非常简单。先来看看我们得效果图。nginx auto_index索引效果图nginx配置12345 ...
分类:其他好文   时间:2015-09-05 20:49:13    阅读次数:179
【LeetCode-面试算法经典-Java实现】【226-Invert Binary Tree(反转二叉树)】
【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
【LeetCode-面试算法经典-Java实现】【219-Contains Duplicate II(包含重复元素II)】
【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
【LeetCode-面试算法经典-Java实现】【223-Rectangle Area(矩形区域)】
【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
【LeetCode-面试算法经典-Java实现】【225-Implement Stack using Queues(用队列实现栈操作)】
【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
详解HTML5中的<aside>元素与<article>元素
元素HTML元素表示一个页面的一部分, 它的内容跟这个页面的其它内容的关联性不强,或者是没有关联,单独存在。元素通常显示成侧边栏(sidebar)或一些插入补充内容。通常用来在侧边栏显示一些定义,比如目录、索引、术语表等;也可以用来显示相关的广告宣传,作者的介绍,Web应用,相关链接,当前页内容简介...
分类:Web程序   时间:2015-08-28 12:45:56    阅读次数:167
【LeetCode-面试算法经典-Java实现】【216-Combination Sum III (组合数的和)】
【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
【LeetCode-面试算法经典-Java实现】【215-Kth Largest Element in an Array(数组中第K大的数)】
【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
【LeetCode-面试算法经典-Java实现】【217-Contains Duplicate(包含重复元素)】
【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
【LeetCode-面试算法经典-Java实现】【204-Count Primes(统计质数)】
【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
299条   上一页 1 ... 13 14 15 16 17 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!