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

原创 ZigZag Conversion @leet code java

The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A P L S I

2014-11-02 17:19:08 283

原创 Add Binary @ LeetCode java

public class Solution {     public String addBinary(String a, String b) { String temp=new String();         if(a==null){return b;}         else if(b==null){return a;}else{             if(a.length

2014-10-28 11:02:00 309

原创 thinking in java中的示例,都引入了net.mindview 项目

在thinking in java 中,作者引入了自己的

2014-10-15 11:14:46 2060

原创 android解析json

对两种形式的json数组进行解析: 1.形式如:

2014-09-26 15:31:24 269

javassist.jar

在thinking in java4 我用到了

2014-10-15

空空如也

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

TA关注的人

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