自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一剑飘雪的博客

程序员小白~~

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

原创 前端技术分享之HTML&&HTML5

前端技术分享之HTML&&HTML5主要介绍了HTML的元素及其分类,HTML5新增的API及其用法

2019-10-08 20:49:42 959

原创 LeetCode 13. Roman to Integer

Roman to Integer Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999.给定一个罗马数字,将其转换为整数。输入保证在1到3999的范围内。个人思路:说实话,刚看到这个题目的时候我是一脸茫然的。罗马数字?我似乎只认识

2017-12-14 21:58:38 167

原创 LeetCode 9.Palindrome Number

Palindrome Number Determine whether an integer is a palindrome. Do this without extra space.确定一个整数是否是回文。不使用额外的空间来解决它。一些提示:负整数可能是回文?如果您正在考虑将整数转换为字符串,请注意使用额外空间的限制。你也可以尝试颠倒一个整数。但是,如果您已经解决了“反转整数”问题,则

2017-12-13 21:23:46 155

原创 LeetCode 7.Reverse Integer

Reverse Integer Given a 32-bit signed integer, reverse digits of an integer.给定一个32位有符号整数,求整数的反转数字。 Example 1:Input: 123Output: 321Example 2:Input: -123Output: -321Example 3:Input: 120Output: 21

2017-12-13 14:02:11 216 1

原创 LeetCode 1.The Sum

1.The Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may n

2017-12-12 22:11:37 225

原创 .NET入门知识

本文介绍了什么是.NET平台和.NET FrameWork,对VS的项目结构作出了简要分析。

2017-07-23 17:00:26 13828 2

空空如也

空空如也

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

TA关注的人

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