自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (15)
  • 问答 (1)
  • 收藏
  • 关注

原创 [LeetCode]Two Sum

Q: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the targe

2015-01-31 13:37:21 615

原创 [LeetCode]Binary Tree Postorder Traversal

Q:Given a binary tree, return the postorder traversal of its nodes' values. Note:Recursive solution is trivial, could you do it iteratively? 题目的意思就是不用递归求二叉树的后序遍历。 后续遍历的递归方式很简单,首先遍历左子树,然后遍历右子树,最

2015-01-31 12:39:42 597

原创 [LeetCode]Palindrome Number

Q:Determine whether an integer is a palindrome. Do this without extra space. 这道题也是基础题,判断一个数是否是回文数,条件是不能使用额外的空间,意思就是说,你不能把一个Intege转换成string,然后对string进行回文字符串的判断。 另外,如果用Reverse Integer的方法,可能会造成数值溢出,比如判

2015-01-31 10:57:27 555

原创 [LeetCode]String to Integer

Q:Implement atoi to convert a string to an integer. 其实咯,这个题目思路炒鸡简单啦,就是要细心一点,考虑问题全面一点,把 所有可能的输入情况都考虑到。下面贴上官方atoi的标准: Requirements for atoi: The function first discards as many whitespace characters

2015-01-30 20:32:54 420

数据库系统实现 课后答案 英文

Database System Implementation 数据库系统实现 斯坦福课程主页上整理下来的课后答案

2018-04-18

zookeeper-3.4.6

zookeeper-3.4.6

2016-03-20

commons-collections.jar

2016-03-19

jedis-2.6.0.jar

jedis jar 包,用于java编程

2016-03-19

程序员面试攻略(第2版)高清PDF

程序员面试攻略(第2版)高清PDF

2016-03-16

新手入门:Spring的一些学习方法及意见

新手入门:Spring的一些学习方法及意见

2016-03-08

SPRING技术内幕:深入解析SPRING架构与设计原理第2版

SPRING技术内幕:深入解析SPRING架构与设计原理(第2版).pdf

2016-03-08

C++编程规范-101条规则准则与最佳实现

C++编程规范-101条规则准则与最佳实现

2016-03-03

深度探索C++对象模型

深度探索C++对象模型PDF中文清晰版,资源共享。

2016-03-03

不同排序算法动态生成效果JQuery实现

用JQuery实现不同排序算法(冒泡、堆、快速、插入等)的动态生成效果,可以在同一个界面对比不同排序的效率。

2016-03-02

汉诺塔问题

转载的别人对于汉诺塔理解的一份PPT,讲解的很好,可以下载看看。

2015-10-12

Head First Servlets and JSP 2nd Edition.Mar.2008

Head First Servlets and JSP 2nd Edition.Mar.2008 英文原版

2014-07-21

《Servlet和JSP学习指南》源码

《Servlet和JSP学习指南》源码

2014-07-21

自定义FilterChain的编写

不使用Servlet Filter接口,自定义FilterChain处理多个Filter执行顺序问题

2014-07-16

Objective-C Programming- The Big Nerd Ranch Guide, 2 edition

Want to write applications for iOS or the Mac? This is the guide for you. Based on Big Nerd Ranch's legendary Objective-C Bootcamp, this book covers C, Objective-C, and the common programming idioms that will help you make the most of Apple technologies

2014-04-20

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除