听到一首很赞的钢琴曲,Flower Dance,其开头有一段英文对话,如下:Lucy:"They serve the purpose of changing hydrogen into breathable oxygen, and they’re as necessary here as the a...
分类:
其他好文 时间:
2014-12-18 22:06:07
阅读次数:
283
首先先贴一下题目:Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2...
分类:
其他好文 时间:
2014-12-18 13:31:49
阅读次数:
194
Given a binary tree, find the lowest common ancestor of two given nodes in tree. Each node contains a parent pointer which links to its parent.int get...
分类:
其他好文 时间:
2014-12-17 01:28:42
阅读次数:
152
题目:
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, if K = 3, then you must output 3→2...
分类:
其他好文 时间:
2014-12-13 21:53:24
阅读次数:
326
在eclipse 目录下有 .eclipseproduct文件,打开可以看到当前eclipse 的版本。
找到eclipse版本对应的svn版本
我目前使用的eclips版本是 version=4.3.2
我选择安装的svn的版本是1.8
SVN插件下载地址及更新地址,你根据需要选择你需要的版本。现在最新是1.8.x
Links for 1.8.x Re...
分类:
系统相关 时间:
2014-12-11 15:58:22
阅读次数:
175
BackGround:
做完LeetCode上的数独题目好长时间了,今天将做题时参考的Algorithm X 以及 Dancing Links 整理出来。话说理解算法+写出程序一共用了三天,智商果然余额不足。。。
介绍:
由于Dancing Links 是为了解决数独问题学习的,那就从数独问题下手,围绕数独问题展开对Algorithm X 和 Dancing Link...
分类:
其他好文 时间:
2014-12-10 16:18:58
阅读次数:
300
https://www.virtualbox.org/wiki/DownloadsDownload VirtualBoxHere, you will find links to VirtualBox binaries and its source code.VirtualBox binariesBy...
分类:
数据库 时间:
2014-12-10 12:21:44
阅读次数:
372
weblogic日志中报:java.sql.SQLException:ORA-24778:无法打开连接。分析功能是有多次对远程表的操作,先查看关于db_link的参数:
SQL> show parameter open_links
NAME TYPE VALUE
--------------------------...
分类:
数据库 时间:
2014-12-10 10:51:54
阅读次数:
1063
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6,...
分类:
其他好文 时间:
2014-12-09 21:19:43
阅读次数:
309
This is aguest repostbyLeandro Moreira.When we usually are interested about scalability we look for links, explanations, books, and references. This m...
分类:
其他好文 时间:
2014-12-08 22:41:28
阅读次数:
336