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

原创 2. Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return

2018-01-31 12:03:00 203

原创 1. Two Sum java

题目描述: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 not

2018-01-30 16:38:28 376

原创 leetcode 657. Judge Route Circle

题目描述:Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the original place.The move sequence is represe

2018-01-26 21:33:22 216

原创 leetcode 760. Find Anagram Mappings

Given two lists Aand B, and B is an anagram of A. B is an anagram of A means B is made by randomizing the order of the elements in A.We want to find an index mapping P, from A to B. A mapp

2018-01-26 18:06:31 402

原创 leetcode 461. Hamming Distance 解题报告

题目描述:The Hamming distance between two integers is the number of positions at which the corresponding bits are different.Given two integers x and y, calculate the Hamming distance.Note:

2018-01-26 17:59:13 249

转载 JAVA学习

在技术方面无论我们怎么学习,总感觉需要提升自已不知道自己处于什么水平了。但如果有清晰的指示图供参考还是非常不错的,这样我们清楚的知道我们大概处于那个阶段和水平。 Java程序员高级特性              反射、泛型、注释符、自动装箱和拆箱、枚举类、可变              参数、可变返回类型、增强循环、静态导入        核心编程       

2016-07-16 21:27:17 281

原创 我的JAVA学习之路

今天,师兄给了一个项目程序,对于还是菜鸟的我还是比较难懂的,比较适合我的便是对界面进行一点美观,在这里,主要记载一下我对界面美化所用到的一点小东西,也算是我所学的啦:在界面编写的程序中,主要是通过导入第三方的LookAndFeel,这里我是用的是SeaGlassLookAndFeel-0.2.Jar,对Swing界面的美化还是比较漂亮的。调用的这个LookAndFeel是通过在构造方法中编

2016-07-08 20:57:58 313

空空如也

空空如也

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

TA关注的人

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