2013年2月5日

摘要: 敢于表达消极情感。例如,敢于拒绝他人过分的请求,争取自己的权利。表达自己的愤怒,要求搅扰自己的人改变他们的行为。再比如,你在说某个事情的时候被别人打断,你就应该要求他听你把话说完。 自信的人不会过于关注自己的内心。今天没睡好,昨天磕到了,小时候被别人欺负,etc.当你想到这些事情时,渴望别人同情的人是不自信的人,而自信的人根本就不会把那些事情放在心上,也不会跟别人说,即便说,也是作为趣事来讲。 ... 阅读全文
posted @ 2013-02-05 17:17 做个不善的人 阅读(1752) 评论(0) 推荐(0)
 
摘要: OLE Automation (later renamed by Microsoft to just Automation), is an inter-process communication mechanism based on Component Object Model (COM) that was intended for use by scripting languages – ori... 阅读全文
posted @ 2013-02-05 17:17 做个不善的人 阅读(2784) 评论(0) 推荐(0)
 
摘要: some error cases will cover similar code path in playback, we can group them to make sure, we will cover this area of playback. sanity test should have a list related with specific feature change; sa... 阅读全文
posted @ 2013-02-05 17:12 做个不善的人 阅读(190) 评论(0) 推荐(0)
 
摘要: When you become the owner of some job, you should be responsible for all things related to the jobs. including the technique questions, question on your method to do the job, your expected and actual ... 阅读全文
posted @ 2013-02-05 17:10 做个不善的人 阅读(177) 评论(0) 推荐(0)
 
摘要: 这也就是分出大石头和小石头的过程。 一个大学哲学教授给他的学生做了一个实验,他拿了一个很大的玻璃碗,首先在碗里面放了些大石头,不一会碗里面就被大石头塞满了,当再也放不下一块大石块的时候,他和在场的学生们下了一个结论:碗被装满了,再也装不下大石块了。接着教授拿出一些鹅卵石,他把一些鹅卵石和细小的石头放进碗里,正好填进了大石头的空隙里,尽管碗里已经被大石头占满了,但是还是有很多空隙可以放小石头,不一会... 阅读全文
posted @ 2013-02-05 17:09 做个不善的人 阅读(249) 评论(0) 推荐(0)
 
摘要: An application binary interface (ABI) describes the low-level interface between a computer program and the operating system or another program. An embedded-application binary interface (EABI) specifie... 阅读全文
posted @ 2013-02-05 17:05 做个不善的人 阅读(1358) 评论(0) 推荐(0)
 
摘要: 二叉树的遍历算法(递归和迭代)#include <iostream>#include <stack>using namespace std;template <typename T>class BinaryTree{public: BinaryTree(){} class TreeNode { public: TreeNode(){ visited = false;} TreeNode* left; TreeNode* right; ... 阅读全文
posted @ 2013-02-05 15:55 做个不善的人 阅读(392) 评论(0) 推荐(0)
 
摘要: Windows key + X:Power User Tasks Menu Windows Key + Q: Search Apps Windows Key + F: Search Files Windows Key + W: Search Settings 阅读全文
posted @ 2013-02-05 11:52 做个不善的人 阅读(139) 评论(0) 推荐(0)