自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (8)
  • 收藏
  • 关注

原创 第一章笔记 TCPL C程序设计语言 The C Programming Language

第一章笔记 TCPL C程序设计语言 The C Programming Language1. A Tutorial Introduction1.1 Getting Started1.2 Variables and Arithemic Expressions1.3 The For Statement1.4 Symbolic Constants1.5 Character Input and Output1.5.1 File Copying1.5.2 Character Counting1.5.3 Line C

2020-12-03 23:48:54 245

原创 c++primer第三章笔记

C++ Primer 第三章笔记 Chapter 3. Strings, Vectors, and Arrays 3.1 Namespace Using Declarations using声明: using namespace::cin; 一旦有此声明,则之后可以直接使用cin 头文件中不要使用using声明 c++标准库中的所有标识符都被定义在一个叫std的namespace 3.2 Lib...

2019-10-23 17:42:02 129

原创 c++primer第二章笔记

Chapter 2. Variables and Basic Types 2.1 Primitive Built-in Types 2.1.1 Arithmetic Types 基本类型大小下限(节选): int 16 long 32 long long 64 多种字符类型:char, wchar_t, char16_t, char32_t long double的大小为9...

2019-10-19 18:14:08 241

Creating your MySQL Database.pdf

If you’re creating a dynamic web application using open-source tools, then you’re probably going to be setting up a MySQL database. Getting the design of this database right for your application and its data is vital, but it’s often an intimidating and little-known process for non-developers and developers alike. Written by the creator of the popular phpMyAdmin tool, this book is a short but complete guide on how to design good data structures for MySQL. Anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result.

2019-09-24

Introducing MySQL Shell.pdf

Use MySQL Shell, the first modern and advanced client for connecting to and interacting with MySQL. It supports SQL, Python, and JavaScript. That’s right! You can write Python scripts and execute them within the shell interactively, or in batch mode. The level of automation available from Python combined with batch mode is especially helpful to those practicing DevOps methods in their database environments.

2019-09-13

空空如也

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

TA关注的人

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