自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(76)
  • 收藏
  • 关注

原创 【LeetCode】62. Unique Paths

62. Unique Paths 唯一路径

2018-02-07 14:41:00 209

原创 【LeetCode】258. Add Digits

258. Add Digits 位数相加

2018-02-06 14:33:31 183

原创 【LeetCode】338. Counting Bits

338. Counting Bits 数二进制形式下1的个数

2018-01-29 10:59:37 201

原创 【LeetCode】70. Climbing Stairs

70. Climbing Stairs 爬楼梯

2018-01-24 10:10:41 196

原创 【LeetCode】198. House Robber

198. House Robber 房子抢劫犯

2018-01-23 10:47:58 178

原创 【LeetCode】438. Find All Anagrams in a String

438. Find All Anagrams in a String 找到字符串中所有的变位词

2018-01-22 09:24:31 144

原创 【LeetCode】242. Valid Anagram

242. Valid Anagram 验证变位词

2018-01-22 09:21:32 162

原创 【LeetCode】205. Isomorphic Strings

205. Isomorphic Strings 同构字符串

2018-01-21 18:41:06 144

原创 【LeetCode】389. Find the Difference

389. Find the Difference 找到不同

2018-01-16 11:33:46 127

原创 【LeetCode】136. Single Number

136. Single Number 单个数字

2018-01-15 10:41:31 156

原创 【LeetCode】572. Subtree of Another Tree

572. Subtree of Another Tree 另一个树的子树

2018-01-10 10:44:11 130

原创 【LeetCode】104. Maximum Depth of Binary Tree

104. Maximum Depth of Binary Tree 二叉树的最大深度

2018-01-07 16:50:20 148

原创 npm踩坑记

使用npm出现的一些问题

2018-01-05 14:10:05 337

原创 【LeetCode】83. Remove Duplicates from Sorted List

83. Remove Duplicates from Sorted List 移除排序链表中的重复元素

2018-01-04 14:41:54 125

原创 【Angular】"X" is not a known element

学习Angular中出现的问题,某个组件不是已知的(组件)元素(is not a known element)。

2018-01-03 09:56:46 12299 1

原创 【LeetCode】686. Repeated String Match

686. Repeated String Match 重复字符串的匹配

2017-12-18 11:00:59 225

原创 【LeetCode】21. Merge Two Sorted Lists

21. Merge Two Sorted Lists 合并两个有序链表

2017-12-15 15:42:24 130

转载 jQuery插件开发精品教程,让你的jQuery提升一个台阶

要说jQuery 最成功的地方,我认为是它的可扩展性吸引了众多开发者为其开发插件,从而建立起了一个生态系统。这好比大公司们争相做平台一样,得平台者得天下。苹果,微软,谷歌等巨头,都有各自的平台及生态圈。学会使用jQuery并不难,因为它简单易学,并且相信你接触jQuery后肯定也使用或熟悉了不少其插件。如果要将能力上升一个台阶,编写一个属于自己的插件是个不错的选择。本教程可能不是最精品的,...

2017-12-10 20:40:55 115

原创 【LeetCode】206. Reverse Linked List

206. Reverse Linked List 反转单向链表

2017-12-08 09:20:27 196

原创 【LeetCode】203. Remove Linked List Elements

203. Remove Linked List Elements 移除链表中的元素

2017-12-07 09:18:52 140

原创 【LeetCode】118. Pascal's Triangle

118. Pascal's Triangle 帕斯卡尔三角形(也就是杨辉三角)

2017-12-06 09:59:20 118

原创 【LeetCode】661. Image Smoother

661. Image Smoother

2017-12-05 09:19:23 242

原创 【LeetCode】695. Max Area of Island

695. Max Area of Island 岛屿的最大面积

2017-12-05 09:13:05 242

转载 为什么要使用href="javascript:void(0);"

href="javascript:void(0);"的理解

2017-12-01 10:16:30 233

原创 【LeetCode】581. Shortest Unsorted Continuous Subarray

581. Shortest Unsorted Continuous Subarray 最短的未排序的连续子数组

2017-11-29 09:58:37 143

原创 【LeetCode】697. Degree of an Array

697. Degree of an Array 数组的度(度相同的最短子数组)

2017-11-28 15:15:16 187

原创 【LeetCode】268. Missing Number

268. Missing Number 寻找缺失的数

2017-11-25 16:44:35 130

原创 【LeetCode】628. Maximum Product of Three Numbers

628. Maximum Product of Three Numbers 三个数的最大乘积

2017-11-20 15:12:29 145

原创 【LeetCode】566. Reshape the Matrix

566. Reshape the Matrix 重新构建矩阵

2017-11-19 20:06:29 109

原创 【LeetCode】283. Move Zeroes

283. Move Zeroes 移动零元素

2017-11-17 08:47:56 305

原创 【LeetCode】442. Find All Duplicates in an Array

442. Find All Duplicates in an Array 找到数组中所有重复的数字

2017-11-08 19:03:18 141

原创 【LeetCode】448. Find All Numbers Disappeared in an Array

448. Find All Numbers Disappeared in an Array 寻找数组中消失的数字

2017-11-08 18:57:04 173

原创 【LeetCode】561. Array Partition I

561. Array Partition I 数组分区1

2017-11-07 19:59:40 286

原创 Node.js安装

Node.js下载与安装

2017-11-05 18:48:59 149

转载 入门Webpack,看这篇就够了

webpack

2017-10-31 20:05:37 197

原创 基于Bootstrap的响应式网页

基于Bootstrap的响应式网页设计

2017-10-22 20:22:16 7415 3

转载 基于vue-cli快速构建

使用vue-cli快速构建

2017-10-20 14:46:58 393

原创 学习JavaScript数据结构与算法(八)——二叉树

二叉树

2017-10-14 10:51:43 291

原创 响应式导航栏

用Bootstrap实现导航栏

2017-10-13 14:48:29 3999 1

原创 学习JavaScript数据结构与算法(七)——散列表(二)

处理散列表中的冲突、创建更好的散列函数

2017-10-10 09:56:33 299

空空如也

空空如也

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

TA关注的人

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