C++/boost
dotphoenix
Life,Tennis, Software Architecture
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用boost的mapped file(mapped_file_source & mapped_file_sink)
使用boost里面的mapped_file_sink,mapped_file_source和mapped_file_parameters来copy大文件的例子。原创 2015-01-07 16:37:02 · 7645 阅读 · 0 评论 -
bjam使用例子
下载完整的bjam使用例子:http://download.youkuaiyun.com/detail/dotphoenix/9626088 目录结构: bjam_example ----Jamroot ----src ----Jamfile ---- main.cpp ----lib_src ----hel原创 2016-09-09 11:59:41 · 4974 阅读 · 0 评论 -
没有为此解决方案配置选中要生成的项目
解决方法: 菜单->生成->配置管理器->给要生成的项目打钩 顶转载 2016-09-07 16:26:12 · 9303 阅读 · 0 评论 -
Software Architecture Patterns
Software ArchitecturePatterns Understanding Common Architecture Patterns and When to Use Them Full version is at: http://download.youkuaiyun.com/detail/dotphoenix/9624944 It’s all too common for deve转载 2016-09-08 16:34:10 · 7227 阅读 · 0 评论 -
Linux上的free命令详解(讲解最清楚最靠谱的)
下面是free的运行结果,一共有4行。为了方便说明,我加上了列号。这样可以把free的输出看成一个二维数组FO(Free Output)。例如: FO[2][1] = 24677460 FO[3][2] = 10321516 1 2 3 4 5转载 2017-12-07 09:39:14 · 8090 阅读 · 1 评论
分享