摘要: Aqua Data Studio 做项目时发现的一款链接数据库的软件,简直是6啊!!!! 安装:http://blog.csdn.net/xingxiupaioxue/article/details/8968600 使用:http://blog.sina.com.cn/s/blog_703074da 阅读全文
posted @ 2016-04-19 16:57 wangb021 阅读(430) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return the inorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, return [1,3,2]. 树的中序遍历 package leetc 阅读全文
posted @ 2016-04-19 12:39 wangb021 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc 阅读全文
posted @ 2016-04-19 12:37 wangb021 阅读(136) 评论(0) 推荐(0) 编辑