摘要: 我很喜欢这部电视剧,犯罪探案类电视剧一直是我的最爱,但是,非常抱歉我的推理能力真的非常差劲,但是,这个案子跟别的类型推理类不同,因为它讲的是心理分析,哦,mygod,这似乎是我的强项。曾经连续看了二季半,不过一下子看这么多,你会觉得审美疲劳,是对剧情的疲劳。过了一阵子,接着看第四季,觉得非常震撼,非常喜欢,爱的不行,哈哈。更重要的这里面的人物带我的那种感觉,那种坚定和理智。每集中的名言也是本剧的一... 阅读全文
posted @ 2009-03-24 19:17 阳光金子 阅读(1353) 评论(0) 推荐(0) 编辑
摘要: copy from 黑基 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1- - ------------------ Cut Here -------------------------- - - 2 /**//* This is a s... 阅读全文
posted @ 2008-10-23 22:17 阳光金子 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1class base 2{ 3public: 4 base() 5 { 6 cout print(); 72 b->r... 阅读全文
posted @ 2008-10-21 22:11 阳光金子 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 不打算论述他们两者之间的关系啦,因为没那个能力,呵呵 最近,在研究计算机网络,所以打算用一下ethereal,ethereal是很强大的开源软件,win,Xnix通吃,在win下ethereal用的是winpcap的函数库。今天在安装的时候我原来有一个winpcap 4.0的版本,于是安装ethereal的时候安装程序给自动跳过了。这可苦了我了,无论我怎么设置也抓不到包。皑皑,最后不知道摁了哪个地... 阅读全文
posted @ 2008-10-15 16:03 阳光金子 阅读(536) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1struct S{ 2int i; 3int *p; 4}; 5void main() 6{ 7 S s; 8 int *p=&s.i; 9 p[0]=4; ... 阅读全文
posted @ 2008-10-07 12:49 阳光金子 阅读(148) 评论(0) 推荐(0) 编辑