自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

菜园子

Cufer->NJUer ->Alibaba

  • 博客(3)
  • 问答 (1)
  • 收藏
  • 关注

原创 Java 代理机制

学习心得:相关问题探索: 关于静态代理和动态代理: 静态代理和动态代理问题是一个很重要也很难准确理解的定义。静态代理:静态代理是指 在程序运行之前就已经存在代理类的字节码文件,代理类和委托类的关系在运行前就已经确定了。缺陷: 一个接口只能服务一种类型的对象,当代理的方法很多时,很难扩展动态代理:在程序运行期间由JVM根据反射机制动态生成。package cglib;/** * Created by

2017-09-11 16:42:31 341

原创 LeetCode 669. Trim a Binary Search Tree

Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You might need to change the root of the tree, so the result

2017-09-08 18:19:08 704

原创 LeetCode 617. Merge Two Binary Trees

Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are not.You need to merge them into a new binary tree. T

2017-09-08 17:53:04 299

空空如也

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

TA关注的人

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