勤能补拙,厚积薄发

合抱之木,生于毫末;九层之台,起于垒土;千里之行,始于足下
随笔 - 19, 文章 - 0, 评论 - 3, 引用 - 0
数据加载中……

2012年8月13日

[Perl]支持win/nix操作系统上修改host文件

     摘要: 支持win/nix操作系统上修改host文件  阅读全文

posted @ 2012-08-13 11:13 lee007 阅读(433) | 评论 (0)编辑 收藏

2012年8月12日

编程之美2.3扩展:寻找3个发帖数>1/4*sum的发帖人

     摘要: 编程之美2.3扩展问题  阅读全文

posted @ 2012-08-12 10:26 lee007 阅读(491) | 评论 (0)编辑 收藏

2012年8月10日

[Perl]通过客户端请求服务端运行指定程序,支持多进程

     摘要: 测试HTTP服务器性能时候用的,通过客户端请求服务端运行指定程序,支持多进程,可用参数控制  阅读全文

posted @ 2012-08-10 11:06 lee007 阅读(350) | 评论 (0)编辑 收藏

2012年2月14日

Effective STL, item 35

     摘要: EffectiveSTL,item35,用STL实现简单的忽略大小写的字符串的比较  阅读全文

posted @ 2012-02-14 15:39 lee007 阅读(346) | 评论 (0)编辑 收藏

2011年12月26日

VC编译错误:The source files "*\A.cpp " and "*\A.cpp " are both configured to produce the output file "*\A.obj ", The project cannot be built

     摘要: VC编译错误:The source files "*\A.cpp " and "*\A.cpp " are both configured to produce the output file "*\A.obj ", The project cannot be built  阅读全文

posted @ 2011-12-26 15:21 lee007 阅读(3842) | 评论 (2)编辑 收藏

2011年12月20日

More Effective C++ (item29, part2)

     摘要: the reference counting & smart point base class  阅读全文

posted @ 2011-12-20 10:28 lee007 阅读(246) | 评论 (0)编辑 收藏

2011年12月19日

More Effective C++ (item29, part1)

     摘要: refence counting, example of String  阅读全文

posted @ 2011-12-19 15:28 lee007 阅读(389) | 评论 (0)编辑 收藏

2011年12月14日

More Effective C++(item27)

     摘要: request the object generated from heap
  阅读全文

posted @ 2011-12-14 10:58 lee007 阅读(430) | 评论 (0)编辑 收藏

2011年12月13日

More Effective C++(item26)

     摘要: restrict the object number of a class
  阅读全文

posted @ 2011-12-13 13:50 lee007 阅读(369) | 评论 (0)编辑 收藏

2011年12月6日

统计英文单词的出现次数(C++)

     摘要: 统计英文词频的方法,使用标准C++  阅读全文

posted @ 2011-12-06 15:56 lee007 阅读(2477) | 评论 (0)编辑 收藏