logo头像
Snippet 博客主题

Visual Studio

C++ Language ReferenceLexical conventionsTokens (C++)A token is the smallest element of a C++ program that is meaning...

Diary-2019

需要学会怎么写layout,然后让左侧显示时间,右侧显示文本。日记尽量简单,列出关键key。如何识别还是要研究一下怎么定义格式,然后怎么读取并且显示。 [10/08/2019]上午:睡懒觉,洗漱,游戏,吃饭。下午:一个C++的讲座视频...

TypeScript

TypeScript

TypeScript Language Learning Note1 Introduction设计用来编写大型程序, 支持类型系统, 使用类型推断。可以直接翻译为 javascript 语言运行。可以使用V8高效运行.支持模块化, 编...

Design Patterns

1 Programming PatternsA pattern is a way to describe and address by name. 2 Creational PatternsDeal with object creat...

Beautiful Architecture

ForewordPrefaceHow This Book Is Organizedoverviews, enterprise applications, systems, end-user applications, and prog...

A Tour of Cpp

Preface ix1 The Basics 11.1 Introduction ……………………………………………………………………… 11.2 Programs …………………………………………………………………………. 1C++...