上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: Scramble String 阅读全文
posted @ 2015-01-26 22:29 山楂条子 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Decode Ways解题。 阅读全文
posted @ 2015-01-26 20:47 山楂条子 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Valid Palindrome解题实现。 阅读全文
posted @ 2015-01-26 17:24 山楂条子 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 统计nginx日志单IP访问请求数排名 阅读全文
posted @ 2015-01-26 12:33 山楂条子 阅读(753) 评论(0) 推荐(0) 编辑
摘要: awk数组使用例子一个。 阅读全文
posted @ 2015-01-26 11:36 山楂条子 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 本文介绍工作中常用的几个linux性能查看命令:top,sar,vmstat,iostat,pidstat等。 阅读全文
posted @ 2015-01-25 14:57 山楂条子 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11. 11 is read off as "two 1s" or 21. 21 is read off as "one 2, then one 1" or 1211. Given an integer n, generate the nth sequence. 阅读全文
posted @ 2015-01-24 01:32 山楂条子 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not. 阅读全文
posted @ 2015-01-24 00:17 山楂条子 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring. 阅读全文
posted @ 2015-01-21 23:02 山楂条子 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 原型模式:用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象。 阅读全文
posted @ 2015-01-21 17:47 山楂条子 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页