上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 36 下一页
chromium源码阅读-进程间通信IPC.消息的接收与应答 chromium源码阅读-进程间通信IPC.消息的接收与应答 介绍 chromium进程间通信在win32下是通过命名管道的方式实现的,最后的数据都是以二进制流的方式进行传播,pickle类就是负责消息的封包与解包功能,它将各种数据已二进 Read More
posted @ 2015-06-01 00:40 godjob Views(1051) Comments(0) Diggs(0) Edit
loki库之内存池SmallObj介绍loki库的内存池实现主要在文件smallobj中,顾名思义它的优势主要在小对象的分配与释放上,loki库是基于策略的方法实现的,简单的说就是把某个类通过模板参数传递给主类,比如某个对象的创建可以通过不同的创建策略进行创建,本文主要讲loki的大致实现。smal... Read More
posted @ 2015-05-28 22:10 godjob Views(1596) Comments(0) Diggs(0) Edit
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... Read More
posted @ 2015-05-28 09:47 godjob Views(393) Comments(0) Diggs(0) Edit
IntroductionBackgroundThis article is about using thedottool from theGraphviz packageto automatically generate UML diagrams on the fly. We'll take a l... Read More
posted @ 2015-05-21 16:06 godjob Views(679) Comments(0) Diggs(0) Edit
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 Read More
posted @ 2015-05-20 21:08 godjob Views(802) Comments(0) Diggs(0) Edit
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.... Read More
posted @ 2015-05-20 15:36 godjob Views(564) Comments(0) Diggs(0) Edit
//删除文件或者文件夹bool DeleteFile(char * lpszPath){SHFILEOPSTRUCT FileOp={0};FileOp.fFlags = FOF_ALLOWUNDO | //允许放回回收站 FOF_NOCONFIRMATION; //不出现确认对话框FileOp.p... Read More
posted @ 2015-05-18 09:17 godjob Views(1726) Comments(0) Diggs(0) Edit
总结了下Latex对中文的支持,文章多为引用前人的成果,随着以后遇到新的问题,随时添加此文内容模板---------------------开始------------------------------%要运行该模板,LaTex需要安装CJK库以支持汉字.%字体大小为12像素,文档类型为artic... Read More
posted @ 2015-05-09 13:57 godjob Views(2334) Comments(0) Diggs(0) Edit
Q: What is a Design Pattern?A: Design Patterns represent solutions to problems what arise when developing software within a particular context. ... Read More
posted @ 2015-05-07 20:56 godjob Views(602) Comments(0) Diggs(0) Edit
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... Read More
posted @ 2015-05-07 20:53 godjob Views(2766) Comments(0) Diggs(0) Edit
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 36 下一页