摘要: C++两个队列实现一个栈 /* * source.cpp * * Created on: 2015年6月21日 * Author: codekiller */ #include "iostream" #include "queue" #include <exception> #include "st 阅读全文
posted @ 2015-06-21 22:03 一杯半盏 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 笔者在某次笔试中遇到这个题:印象很深。 写出输出结果 开始以为是411 回来运行发现是441 原因: ClassA.value 其实就是ClassA.prototype.value,同时this.value 也是这个变量。 那么getValue输出value(4),setValue把this.val 阅读全文
posted @ 2015-06-21 20:17 一杯半盏 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 笔者在某次笔试中遇到这个题:印象很深。 写出输出结果 开始以为是411 回来运行发现是441 原因: ClassA.value 其实就是ClassA.prototype.value,同时this.value 也是这个变量。 那么getValue输出value(4),setValue把this.val 阅读全文
posted @ 2015-06-21 20:17 一杯半盏 阅读(104) 评论(0) 推荐(0) 编辑