摘要: 面试题 收集 阅读全文
posted @ 2011-10-26 15:44 百分百好牛 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 搞怪面试问题 阅读全文
posted @ 2011-09-21 17:57 百分百好牛 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 数组变量名 指针 阅读全文
posted @ 2011-06-19 11:03 百分百好牛 阅读(421) 评论(1) 推荐(0) 编辑
摘要: 最近碰到这个问题,搜索了一下In-proc - Com object is present within application processOut-Proc - Com object has it's own process areaIn-proc - E.g. Activex DllOut-Proc - E.g. Activex exeIn-proc - FasterOut-Proc - C... 阅读全文
posted @ 2010-12-03 09:36 百分百好牛 阅读(1032) 评论(0) 推荐(0) 编辑
摘要: template中typename和class 阅读全文
posted @ 2010-12-02 17:59 百分百好牛 阅读(2518) 评论(0) 推荐(0) 编辑
摘要: 写一个小游戏 阅读全文
posted @ 2010-10-27 23:16 百分百好牛 阅读(228) 评论(2) 推荐(0) 编辑
摘要: 一致性Hash算法, memcache, 网络集群 阅读全文
posted @ 2010-09-06 22:31 百分百好牛 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: c/c++ 返回数组 阅读全文
posted @ 2010-08-26 21:33 百分百好牛 阅读(1627) 评论(1) 推荐(0) 编辑
摘要: 在网络中有很多地方都有采用UTF8编码,由于要编写与邮件服务端有关的程序,而邮件服务端有些地方用到了UTF8编码,所以对它有了初步的认识!它其实和Unicode是同类,就是在编码方式上不同!首先UTF8编码后的大小是不一定,不像Unicode编码后的大小是一样的!我们先来看Unicode的编码:一个英文字母 “a” 和 一个汉字 “好”,编码后都是占... 阅读全文
posted @ 2010-08-15 22:31 百分百好牛 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 链表的逆序实现 阅读全文
posted @ 2010-08-15 22:26 百分百好牛 阅读(204) 评论(0) 推荐(0) 编辑