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

原创 LeetCode全排列

1.题目给定一个没有重复数字的序列,返回其所有可能的全排列。示例:输入: [1,2,3]输出:[ [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], [3,2,1]]在真实的面试中来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/permutations著作...

2019-06-24 14:13:35 160

原创 LeetCode 链表类题目总结

LeetCode中跟链表相关的问题总结1.链表相加 add two numbers1.1 问题You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing...

2019-06-13 14:50:32 221

原创 【LeetCode】【三色排序】sort-colors【java】

1.题目Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.Here, we will use the integ...

2019-06-13 11:03:46 617

原创 笔记本相机变灰打叉

1.昨天相机好好的 今天突然打开就这样了,但是灯是亮的;2.试试fn+f8这个按键 百度的时候发现都在说驱动,但实际可能是你们自己按错了。...

2019-06-12 16:13:29 12541

原创 【LeetCode】【二叉树】same-tree【java】

1.题目:Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical and the nodes have the same value.2.思路...

2019-06-10 14:31:39 157

原创 【LeetCode】【反转整数】reverse-integer【java】

1.题目:Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are some good questions to ask before co...

2019-06-09 12:23:04 123

原创 【LeetCode】【字符串处理】container with most water最大水容器【java】

1.题目Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of lineiis at (i,ai) and (i, 0)...

2019-06-07 20:14:19 108

关于vue-cli使用本地API代理解决跨域问题的整个流程

关于vue-cli使用本地API代理解决跨域问题的整个流程:包括新建项目到跨域获取数据 关于vue-cli使用本地API代理解决跨域问题的整个流程 关于vue-cli使用本地API代理解决跨域问题的整个流程

2018-08-15

软件学院本科计网期末试卷

软件学院本科计网期末试卷

2018-08-06

关于软件设计师考试的重点总结

关于软件设计师考试的重点总结关于软件设计师考试的重点总结关于软件设计师考试的重点总结关于软件设计师考试的重点总结

2018-08-06

数学建模的一些经验分享合集

数学建模的一些经验分享合集数学建模的一些经验分享合集数学建模的一些经验分享合集

2018-07-26

经典面试题

一些大型公司的面试题汇总:算法和数据结构模块 一些大型公司的面试题汇总:算法和数据结构模块

2018-07-02

idea学习配置资源文件

IDEA第一次安装配置很难,所以一步步记下来,亲测可用,希望对你们有帮助。

2017-12-28

MyEclipse2015破解安装文档

MyEclipse2015安装文档,大家都知道破解很难,多次破解不成功,决定记下笔记。如果需要安装包,可私信我。 我用的破解文件:链接:https://pan.baidu.com/s/1dFhePH3 密码:qep6

2017-12-18

ionic3安装教程亲测可用

ionic3安装教程,亲测可用ionic3安装教程,亲测可用ionic3安装教程,亲测可用ionic3安装教程,亲测可用

2017-12-12

adt-bundle-windows-x86_64-20131030+jdk1.7

jdk1.7及eclipse 我都是配套装的,下载jdk后配置完环境变量,环境变量可以网上百度可以直接打开eclipse直接使用

2017-06-10

空空如也

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

TA关注的人

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