自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

转载 NOTES ON GIT PRO CH1 GETTING STARTED

1.1  Getting Started - About Version Control What is a Version Control System(VCS)? a system that records changes to a file or set of files over time so that you can recall specific versions later

2017-06-21 22:41:39 301

原创 C++ Primer可能的错误

书本 版次:2013年5月第1版 P24  倒数第2行 注释 // print the last transaction , 实际应是 // print the result of the last ISBN/book 代码  MS Visual Studio 2012 测试环境:  Microsoft Windows [Version 10.0.143

2017-03-11 18:55:29 771

原创 The Python Tutorial 笔记 2-4

2. Using the Python Interpreter 2.1. Invoking the Interpreter 2.1.1. Argument Passing 2.1.2. Interactive Mode 2.2. The Interpreter and Its Environment 2.2.1. Source Code Encoding 3. An Informal Introduction to Python 3.1. Using Python as a Calculator 3.1.2

2017-03-03 21:19:49 373

原创 《C++ Primer》随附代码的使用方法

(Source: C++ Primer, Fifth Edition Visual Studio 2012 Code Distribution README ) Conditional Compilation 第5版包含C++11新特性的介绍,但VS 2012还不完全支持C++11,于是作者通过条件编译,规避了使用了C++11特性的代码不能在VS2012上顺利编译的问题。 示意

2017-02-17 13:49:55 2936

原创 C++点滴

(×)程序运行时间统计代码 http://stackoverflow.com/questions/876901/calculating-execution-time-in-c http://stackoverflow.com/questions/2808398/easily-measure-elapsed-time

2017-02-15 19:02:03 524

原创 VS2017使用点滴

多项目solution设置启动项目

2017-02-15 10:25:30 825

转载 用VS2017debugging(官方文档摘要)

Source Configuring a Build two basic types of build configuration: Debug and Release.The default build configuration is Debug. can also specify a specific build platform to target, cl

2017-02-14 19:26:39 1703

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除