摘要: What's auto_ptr? The auto_ptr type is provided by the C++ standard library as a kind of a smart pointer that helps to avoid resource leaks when excep... 阅读全文
posted @ 2014-09-16 22:21 wiessharling 阅读(300) 评论(0) 推荐(0)
摘要: 什么是Pair 关于类Pair的介绍,下面是引自《C++ Standard Library》的一段话: The class pair is provided to treat two values as a single unit. It is used in several places wi... 阅读全文
posted @ 2014-09-16 21:03 wiessharling 阅读(309) 评论(0) 推荐(0)
摘要: 今天在《C++ Standard Library》中看到explicit 的作用,在这里做一下笔记,以备下次再次忘记该关键字的作用。 By using the keyword explicit, you can prohibit a single argument constructor from... 阅读全文
posted @ 2014-09-16 20:30 wiessharling 阅读(176) 评论(0) 推荐(0)
摘要: 由于这个开源项目对我这种中间件菜鸟很有帮助,因此,我将官方的说明文档翻译如下:Introduction In this article, I will introduce a new and independentOpen Source Message Queue systemthat is en... 阅读全文
posted @ 2014-09-16 11:22 wiessharling 阅读(991) 评论(0) 推荐(0)
摘要: 最近实验室里接管了一台服务器,经常需要用到服务器与自己主机之间进行文件传输,因此,在此介绍一下两台Linux主机之间的一些操作,方便后来者。1. Linux、Windows主机远程访问Linux服务器: 在服务器上安装vnc server,在客户端机安装vnc viewer,然后参照一些教程做就可... 阅读全文
posted @ 2014-09-16 08:54 wiessharling 阅读(607) 评论(0) 推荐(0)