自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 LeetCode——3. Longest Substring Without Repeating Characters

文章目录1.题目详情2.解题方法2.1 解法12.2 解法2 1.题目详情 Given a string, find the length of the longest substring without repeating characters. 给出一个字符串,找到最长的且没有重复字符的子串。 Example 1: Input: “abcabcbb” Output: 3 Explanatio...

2018-09-22 10:32:26 86

原创 LeetCode——2.Add Two Numbers

1.题目描述 2.解题思路 思路 2.1 解法一 2.2 解法2 2.3 解法3 1.题目描述 原题链接:Add Two Numbers You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse ...

2018-09-16 14:20:08 116

原创 Git 学习

1.Git 安装 2.Git 基础配置 3.Git 常用命令 3.1 创建仓库(在空目录下,而且目录路径尽量不包含中文) 3.2 状态查看 3.3 文件操作 3.4 版本操作 3.5 撤销操作 4.远程仓库 4.1 GitHub账号创建与SSH配置 4.2 GitHub创建远程仓库 4.3 将GitHub远程仓库同步到本地 4.4 远程仓库管理 4.5 两个远程仓库 5. 分支管理...

2018-09-13 18:05:16 99

原创 LeetCode——1.Two Sum

1.题目描述 2.解题思路 解法1 解法2 解法3 3.疑问 1.题目描述 原题链接:Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target.(给出一组整数和特定值,如果这组整数中有两个数的...

2018-09-08 22:03:28 105

Java.Swing图形界面开发与案例详解

[Java Swing图形界面开发与案例详解].王鹏等.扫描版.pdf 是学习Java Swing的好帮手

2018-01-02

空空如也

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

TA关注的人

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