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

原创 LeetCode-226. Invert Binary Tree

Invert a binary tree. 4 / \ 2 7 / \ / \ 1 3 6 9 to 4 / \ 7 2 / \ / \ 9 6 3 1 /** * Definition for a binary tree node. * struct TreeNode { * int

2016-09-07 22:27:34 177

原创 LeetCode-371. Sum of Two Integers

LeetCode-371. Sum of Two Integers

2016-09-07 20:32:22 191

原创 string const char *和char *的转换

1. const char* 和string 转换 (1) const char*转换为 string,直接赋值即可。      EX: const char* tmp = "tsinghua".             string s = tmp; (2) string转换为const char*,利用c_str()     EX:  string s = "ts

2016-05-02 10:26:54 465

原创 SSH框架整合问题,java.lang.reflect.InvocationTargetException

在做SSH项目的时候,先建好数据库表格然后反向生成了Hibernate的DAO类。 在自动生成的DAO类里面有一个方法 public List findByProperty(String propertyName, Object value) { log.debug("finding User instance with property: " + propertyName + "

2015-04-30 12:24:18 2725

mysql-connector-java-5.1.24

用于JAVA WEB开发的Mysql连接数据库JAR包,里面有文档代码等全套

2015-07-28

计算机网络 自顶向下的 方法 第四版 答案

计算机网络 自顶向下的 方法 第四版 答案

2013-04-17

空空如也

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

TA关注的人

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