自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Minecraft

目前最有趣的等待,是未来

  • 博客(41)
  • 资源 (2)
  • 收藏
  • 关注

翻译 《iOS Human Interface Guidelines》——Slider

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解滑动条的使用指南

2016-03-31 10:35:19 1161

翻译 《iOS Human Interface Guidelines》——Segmented Control

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解分段控件的使用指南

2016-03-30 09:28:55 1227

原创 LeetCode笔记:100. Same Tree

比较两个二叉树是否相等

2016-03-29 14:55:13 1276

翻译 《iOS Human Interface Guidelines》——Refresh Control

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解刷新控件的使用指南

2016-03-29 09:12:06 967

原创 LeetCode笔记:237. Delete Node in a Linked List

删除链表中某个给定的节点。有个疑问希望高手帮忙解答一下~

2016-03-28 19:43:16 2963 1

原创 LeetCode笔记:283. Move Zeroes

将数组中的所有“0”移动到最后的游戏。多种解法,希望大家来解答一下我的疑问

2016-03-28 15:40:57 1145

翻译 《iOS Human Interface Guidelines》——Progress View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解进度视图的使用指南

2016-03-28 09:07:57 1204

翻译 《iOS Human Interface Guidelines》——Picker

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解选取器的使用指南

2016-03-27 11:10:26 1287

原创 iOS Couldn't update the Keychain Item问题

关于使用Keychain存储密码遇到Couldn't update the Keychain Item的问题

2016-03-26 20:17:15 2162 2

原创 LeetCode笔记:226. Invert Binary Tree

反转二叉树每个节点的左右子节点

2016-03-26 15:14:37 1011

原创 LeetCode笔记:104.Maximum Depth of Binary Tree

计算二叉树的最大深度

2016-03-26 14:43:37 1142

翻译 《iOS Human Interface Guidelines》——Page Control

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解页面控制器的使用指南

2016-03-26 13:57:54 1292

翻译 《iOS Human Interface Guidelines》——Netword Activity Indicator

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解网络活动指示器的使用指南

2016-03-25 09:39:20 983

翻译 《iOS Human Interface Guidelines》——Label

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解标签的使用指南

2016-03-25 09:13:03 1006

原创 LeetCode笔记:258.Add Digits

问题: Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 has

2016-03-24 15:47:26 1515

原创 LeetCode笔记:292.Nim Game

问题: You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who removes the last stone will b

2016-03-24 15:25:18 1108

原创 用Xcode创建C++工程测试LeetCode代码

最近打算练习leetcode,因为是做iOS的,所以选择了C++语言,Xcode也能直接编译运行。这里介绍一下用Xcode创建C++工程的方法以及测试leetcode的基本语句

2016-03-24 15:04:05 2201

翻译 《iOS Human Interface Guidelines》——Info Button

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解信息按钮的使用指南

2016-03-24 09:28:25 940

翻译 《iOS Human Interface Guidelines》——Detail Disclosure Button

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解详情展开按钮的使用指南

2016-03-24 09:18:01 816

翻译 《iOS Human Interface Guidelines》——Date Picker

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解日期选取器的使用指南

2016-03-23 09:21:34 784

翻译 《iOS Human Interface Guidelines》——Contact Add Button

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解新增联系人按钮的使用指南

2016-03-22 10:00:32 1149

原创 iOS压缩图片大小

方便灵活的根据要求的尺寸压缩图片的方法

2016-03-21 17:30:51 3424 7

翻译 《iOS Human Interface Guidelines》——Activity Indicator

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Controls,讲解活动指示器的使用指南

2016-03-21 16:55:57 1259

翻译 《iOS Human Interface Guidelines》——Web View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解web视图的使用指南

2016-03-20 11:45:06 1537

翻译 《iOS Human Interface Guidelines》——Text View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解文本视图的使用指南

2016-03-19 20:20:57 1398

翻译 《iOS Human Interface Guidelines》——Table View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解表视图的使用指南

2016-03-18 10:20:25 908

翻译 《iOS Human Interface Guidelines》——Split View Controller

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解分栏视图控制器的使用指南

2016-03-17 10:06:53 1297

翻译 《iOS Human Interface Guidelines》——Scroll View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解滚动视图的相关指南

2016-03-16 15:55:03 1114

翻译 《iOS Human Interface Guidelines》——Popover

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解弹出框的使用指南

2016-03-15 10:10:41 1435

翻译 《iOS Human Interface Guidelines》——Page View Controller

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解页面视图控制器的相关指南

2016-03-14 09:28:48 1761 2

翻译 《iOS Human Interface Guidelines》——Map View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解地图视图的使用指南

2016-03-13 13:04:29 1313

翻译 《iOS Human Interface Guidelines》——Image View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解图片视图的使用注意事项

2016-03-12 12:14:11 1354

翻译 《iOS Human Interface Guidelines》——Container View Controller

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解容器视图控制器的使用指南

2016-03-11 11:24:40 1192

翻译 《iOS Human Interface Guidelines》——Collection View

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解集合视图的使用指南

2016-03-11 09:47:16 1254

翻译 《iOS Human Interface Guidelines》——Activity

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Content Views,讲解活动及活动视图控制器的指南

2016-03-10 14:27:47 1303

翻译 《iOS Human Interface Guidelines》——Scope Bar

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Bars,讲解范围栏的使用指南

2016-03-09 14:28:19 1322

翻译 《iOS Human Interface Guidelines》——Search Bar

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Bars,讲解使用搜索栏的指南

2016-03-09 14:18:16 1442

翻译 《iOS Human Interface Guidelines》——Tab Bar

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Bars,讲解标签栏使用的注意事项

2016-03-08 10:39:57 1394

转载 vim命令图解

一张很详细的vim命令图解

2016-03-07 15:36:29 879

翻译 《iOS Human Interface Guidelines》——Toolbar Bar

本文翻译自苹果官方文档《iOS Human Interface Guidelines》——Bars,讲解工具栏的相关注意事项以及工具栏和导航栏按钮的指南

2016-03-07 15:05:29 1333

apue 英文版 第三版

高清英文版,有书签,配合中文食用效果极佳

2017-03-30

《AFNetworking 3.0 源码解读》系列文章整理版

AFNetworking 3.0 源码解读 系列文章的整理全篇版,强烈推荐,分章可查看我的博客

2016-12-15

空空如也

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

TA关注的人

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