自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(7)
  • 收藏
  • 关注

转载 Try Django with Jquery [Week 1]

$Preface 第一次尝试在Django框架下做tools development,源于一次机缘巧合的intern。 对于intern,我想以后一定会发一篇博文,好好讲讲这个故事。 没有这次intern的经历,可能对于这样的一个优秀的web framework还仅仅是处于有所耳闻的...

2014-05-13 12:33:00 105

转载 LeetCode [Day 6] ZigZag Conversion 题解

classSolution{public:stringconvert(strings,intnRows){stringret="";string*lines=newstring[nRows];int...

2014-04-25 23:32:00 100

转载 LeetCode [Day 5] Longest Palindromic Substring 题解

Longest Palindromic Substring Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, ...

2014-04-24 21:17:00 113

转载 LeetCode [Day 4] Add Two Numbers 题解

Add Two Numbers You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their no...

2014-04-23 23:37:00 152

转载 LeetCode[Day 3] Longest Substring Without... 题解

Longest Substring Without Repeating Characters Given a string, find the length of the longest substring without repeating characters. For examp...

2014-04-22 07:26:00 72

转载 LeetCode[Day 2] Median of Two Sorted Arrays 题解

Median of Two Sorted Arrays There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overa...

2014-04-22 01:08:00 110

转载 LeetCode[Day 1] Two Sum 题解

Two Sum Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indice...

2014-04-20 22:54:00 65

空空如也

空空如也

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

TA关注的人

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