摘要: So you have a C++ template class, but you want to specifiy a member function for a particular type of data: 1 // A template class called Image: 2 tem... 阅读全文
posted @ 2014-11-16 01:06 Rui Yan 阅读(178) 评论(0) 推荐(0) 编辑
摘要: tar -xvf yourfile.tar.gzThis will create a same named folder containing uncompressed files. 阅读全文
posted @ 2014-11-15 01:55 Rui Yan 阅读(268) 评论(0) 推荐(0) 编辑
摘要: please refer tohttp://stackoverflow.com/questions/11547458/what-is-the-difference-between-jvm-jdk-jre-openjdkAnswered byalain.janinmJVMTheJava Virtual... 阅读全文
posted @ 2014-11-15 01:49 Rui Yan 阅读(686) 评论(0) 推荐(0) 编辑
摘要: What Is Subversion? (please refer tohttp://svnbook.red-bean.com/en/1.6/svn.intro.whatis.html )Subversion is a free/open sourceversion control system(V... 阅读全文
posted @ 2014-11-15 01:47 Rui Yan 阅读(196) 评论(0) 推荐(0) 编辑
摘要: Please refer to :http://www.webopedia.com/TERM/H/HTTP.htmlShort forHyperTextTransferProtocol, HTTP is the underlyingprotocolused by theWorld Wide Web.... 阅读全文
posted @ 2014-11-13 05:06 Rui Yan 阅读(246) 评论(0) 推荐(0) 编辑
摘要: I was recently allocated a virtuoal server with apache installed. I tried to inspect the installation of apache and see if some back-end processes are... 阅读全文
posted @ 2014-11-13 04:34 Rui Yan 阅读(216) 评论(0) 推荐(0) 编辑
摘要: BFS is faster to find shortest path from root to leaf node of a tree. But the tradeoff is to use more memory.the basic trategy is to maintain a list t... 阅读全文
posted @ 2014-11-11 03:43 Rui Yan 阅读(166) 评论(0) 推荐(0) 编辑
摘要: please refer to this 阅读全文
posted @ 2014-11-07 05:10 Rui Yan 阅读(130) 评论(0) 推荐(0) 编辑
摘要: OK. I have been trying to learn github for really a long time, but (yes, there is always a but) I just couldn't know how to use it. This article will ... 阅读全文
posted @ 2014-11-04 05:03 Rui Yan 阅读(266) 评论(0) 推荐(0) 编辑