05 2015 档案

摘要:loki库之内存池SmallObj介绍loki库的内存池实现主要在文件smallobj中,顾名思义它的优势主要在小对象的分配与释放上,loki库是基于策略的方法实现的,简单的说就是把某个类通过模板参数传递给主类,比如某个对象的创建可以通过不同的创建策略进行创建,本文主要讲loki的大致实现。smal... 阅读全文
posted @ 2015-05-28 22:10 godjob 阅读(1608) 评论(0) 推荐(0) 编辑
摘要:A Cross-Platform Memory Leak DetectorMemory leakage has been a permanent annoyance for C/C++ programmers. Under MSVC, one useful feature of MFC is rep... 阅读全文
posted @ 2015-05-28 09:47 godjob 阅读(401) 评论(0) 推荐(0) 编辑
摘要:IntroductionBackgroundThis article is about using thedottool from theGraphviz packageto automatically generate UML diagrams on the fly. We'll take a l... 阅读全文
posted @ 2015-05-21 16:06 godjob 阅读(682) 评论(0) 推荐(0) 编辑
摘要:My Emacs Writing Setup Table of Contents 1. About this Document 1.1. Related Materials 1.2. Change History 2. License 3. Why Emacs? 4. Setup 5. Struct 阅读全文
posted @ 2015-05-20 21:08 godjob 阅读(809) 评论(0) 推荐(0) 编辑
摘要:Drawing Graphs using Dot and GraphvizTable of Contents1. License2. Introduction2.1. What is DOT?2.2. What is Graphviz?2.3. Who is this document for?2.... 阅读全文
posted @ 2015-05-20 15:36 godjob 阅读(578) 评论(0) 推荐(0) 编辑
摘要://删除文件或者文件夹bool DeleteFile(char * lpszPath){SHFILEOPSTRUCT FileOp={0};FileOp.fFlags = FOF_ALLOWUNDO | //允许放回回收站 FOF_NOCONFIRMATION; //不出现确认对话框FileOp.p... 阅读全文
posted @ 2015-05-18 09:17 godjob 阅读(1752) 评论(0) 推荐(0) 编辑
摘要:总结了下Latex对中文的支持,文章多为引用前人的成果,随着以后遇到新的问题,随时添加此文内容模板---------------------开始------------------------------%要运行该模板,LaTex需要安装CJK库以支持汉字.%字体大小为12像素,文档类型为artic... 阅读全文
posted @ 2015-05-09 13:57 godjob 阅读(2357) 评论(0) 推荐(0) 编辑
摘要:Q: What is a Design Pattern?A: Design Patterns represent solutions to problems what arise when developing software within a particular context. ... 阅读全文
posted @ 2015-05-07 20:56 godjob 阅读(605) 评论(0) 推荐(0) 编辑
摘要:Instead of defining what is design pattern lets define what we mean by design and what we mean by pattern. According to me design is blue print or ske... 阅读全文
posted @ 2015-05-07 20:53 godjob 阅读(2792) 评论(0) 推荐(0) 编辑
摘要:OverviewDesign patterns are ways to reuse design solutions that other software developers have created for common and recurring problems. The design p... 阅读全文
posted @ 2015-05-07 20:52 godjob 阅读(570) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示