2015年3月11日
摘要: 1 Extending Python with C or C++It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do... 阅读全文
posted @ 2015-03-11 22:44 Jeremy123 阅读(403) 评论(0) 推荐(0)
  2014年12月19日
摘要: 工作之余,在看老外写的代码,发现一个很有意思的东西,我们平时常说goto语句是有害的,主要是它跳来跳去,打乱逻辑。但goto也有好处,比如单出口,统一释放内存方面,下面看下一个关于MAPI初始化的一个函数int MapiInit(){ int Result ... 阅读全文
posted @ 2014-12-19 13:07 Jeremy123 阅读(4602) 评论(0) 推荐(1)
  2014年12月17日
摘要: 找了两篇参考博文,挺好的,http://www.cnblogs.com/linzhenjie/articles/2639113.htmlhttp://blog.chinaunix.net/uid-25365622-id-3073281.html 阅读全文
posted @ 2014-12-17 13:32 Jeremy123 阅读(108) 评论(0) 推荐(0)