From 5f19c46a49afa7144db1219f4b4ed5df99e97313 Mon Sep 17 00:00:00 2001 From: huihut Date: Sun, 24 Feb 2019 15:05:55 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E3=80=90@easyYao=E3=80=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=B4=A1=E7=8C=AE=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/huihut/interview/pull/24 --- README.md | 2 +- README_Details.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca0f411..64358e6 100644 --- a/README.md +++ b/README.md @@ -3426,7 +3426,7 @@ int main( void ) 包括勘误的 Issue、PR,排序按照贡献时间。 -[tamarous](https://github.com/tamarous)、[i0Ek3](https://github.com/i0Ek3)、[sniper00](https://github.com/sniper00)、[blackhorse001](https://github.com/blackhorse001)、[houbaron](https://github.com/houbaron)、[Qouan](https://github.com/Qouan)、[2329408386](https://github.com/2329408386)、[FlyingfishMORE](https://github.com/FlyingfishMORE)、[Ematrix163](https://github.com/Ematrix163)、[ReturnZero23](https://github.com/ReturnZero23)、[kelvinkuo](https://github.com/kelvinkuo)、[henryace](https://github.com/henryace)、[xinghun](https://github.com/xinghun)、[maokelong](https://github.com/maokelong) +[tamarous](https://github.com/tamarous)、[i0Ek3](https://github.com/i0Ek3)、[sniper00](https://github.com/sniper00)、[blackhorse001](https://github.com/blackhorse001)、[houbaron](https://github.com/houbaron)、[Qouan](https://github.com/Qouan)、[2329408386](https://github.com/2329408386)、[FlyingfishMORE](https://github.com/FlyingfishMORE)、[Ematrix163](https://github.com/Ematrix163)、[ReturnZero23](https://github.com/ReturnZero23)、[kelvinkuo](https://github.com/kelvinkuo)、[henryace](https://github.com/henryace)、[xinghun](https://github.com/xinghun)、[maokelong](https://github.com/maokelong)、[easyYao](https://github.com/easyYao) diff --git a/README_Details.md b/README_Details.md index 3fd9c8a..bc447cf 100644 --- a/README_Details.md +++ b/README_Details.md @@ -56,7 +56,7 @@ private: public: // 构造函数 - A() { }; + A() : a(0) { }; A(int x) : a(x) { }; // 初始化列表 // const可用于对重载函数的区分 @@ -3409,7 +3409,7 @@ int main( void ) 包括勘误的 Issue、PR,排序按照贡献时间。 -[tamarous](https://github.com/tamarous)、[i0Ek3](https://github.com/i0Ek3)、[sniper00](https://github.com/sniper00)、[blackhorse001](https://github.com/blackhorse001)、[houbaron](https://github.com/houbaron)、[Qouan](https://github.com/Qouan)、[2329408386](https://github.com/2329408386)、[FlyingfishMORE](https://github.com/FlyingfishMORE)、[Ematrix163](https://github.com/Ematrix163)、[ReturnZero23](https://github.com/ReturnZero23)、[kelvinkuo](https://github.com/kelvinkuo)、[henryace](https://github.com/henryace)、[xinghun](https://github.com/xinghun)、[maokelong](https://github.com/maokelong) +[tamarous](https://github.com/tamarous)、[i0Ek3](https://github.com/i0Ek3)、[sniper00](https://github.com/sniper00)、[blackhorse001](https://github.com/blackhorse001)、[houbaron](https://github.com/houbaron)、[Qouan](https://github.com/Qouan)、[2329408386](https://github.com/2329408386)、[FlyingfishMORE](https://github.com/FlyingfishMORE)、[Ematrix163](https://github.com/Ematrix163)、[ReturnZero23](https://github.com/ReturnZero23)、[kelvinkuo](https://github.com/kelvinkuo)、[henryace](https://github.com/henryace)、[xinghun](https://github.com/xinghun)、[maokelong](https://github.com/maokelong)、[easyYao](https://github.com/easyYao) ## 📜 License From 4c86130f9b6bde1ec1b28ed962a2a0f62d8c4eaf Mon Sep 17 00:00:00 2001 From: huihut Date: Sun, 24 Feb 2019 15:12:23 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=A6=82=E5=BF=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_Details.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64358e6..cec1cb1 100644 --- a/README.md +++ b/README.md @@ -2533,7 +2533,7 @@ ssize_t write(int fd, const void *buf, size_t count); ### 基本概念 * 数据(data):描述事物的符号记录称为数据。 -* 数据库(DataBase,DB):是长期存储在计算机内、有组织的、可共享的大量数据的集合,具有永久存储、有组织、可共享三个基本特点(,数据库即是一个文件)。 +* 数据库(DataBase,DB):是长期存储在计算机内、有组织的、可共享的大量数据的集合,具有永久存储、有组织、可共享三个基本特点。 * 数据库管理系统(DataBase Management System,DBMS):是位于用户与操作系统之间的一层数据管理软件。 * 数据库系统(DataBase System,DBS):是有数据库、数据库管理系统(及其应用开发工具)、应用程序和数据库管理员(DataBase Administrator DBA)组成的存储、管理、处理和维护数据的系统。 * 实体(entity):客观存在并可相互区别的事物称为实体。 diff --git a/README_Details.md b/README_Details.md index bc447cf..fbaf94c 100644 --- a/README_Details.md +++ b/README_Details.md @@ -2532,7 +2532,7 @@ ssize_t write(int fd, const void *buf, size_t count); ### 基本概念 * 数据(data):描述事物的符号记录称为数据。 -* 数据库(DataBase,DB):是长期存储在计算机内、有组织的、可共享的大量数据的集合,具有永久存储、有组织、可共享三个基本特点(,数据库即是一个文件)。 +* 数据库(DataBase,DB):是长期存储在计算机内、有组织的、可共享的大量数据的集合,具有永久存储、有组织、可共享三个基本特点。 * 数据库管理系统(DataBase Management System,DBMS):是位于用户与操作系统之间的一层数据管理软件。 * 数据库系统(DataBase System,DBS):是有数据库、数据库管理系统(及其应用开发工具)、应用程序和数据库管理员(DataBase Administrator DBA)组成的存储、管理、处理和维护数据的系统。 * 实体(entity):客观存在并可相互区别的事物称为实体。 From 50945b5839c87a6c6628776213a0bcc1a992cd2d Mon Sep 17 00:00:00 2001 From: huihut Date: Sun, 24 Feb 2019 15:13:23 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=8E=BB=E9=99=A4table=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_Details.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec1cb1..f24a748 100644 --- a/README.md +++ b/README.md @@ -2564,7 +2564,7 @@ ssize_t write(int fd, const void *buf, size_t count); ### 常用 SQL 操作 - +
diff --git a/README_Details.md b/README_Details.md index fbaf94c..412b2c7 100644 --- a/README_Details.md +++ b/README_Details.md @@ -2563,7 +2563,7 @@ ssize_t write(int fd, const void *buf, size_t count); ### 常用 SQL 操作 -
对象类型 对象
+
From 40b5813808b762f7ca995435e62d259aa29e2e62 Mon Sep 17 00:00:00 2001 From: huihut Date: Sun, 24 Feb 2019 15:36:43 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8B=9B=E8=81=98?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B2=97=E4=BD=8D=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=202020=20=E5=B1=8A=E5=AE=9E=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- README_Details.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f24a748..70095b4 100644 --- a/README.md +++ b/README.md @@ -3396,13 +3396,14 @@ int main( void )
📆 招聘时间岗位 -* [牛客网 . 2019 IT名企校招指南](https://www.nowcoder.com/activity/campus2019) +* [牛客网 . 2020届实习 | 2019名企实习直推专场](https://www.nowcoder.com/activity/2019recommand/index) +* [牛客网 . 2019届补招|互联网名企2019应届生补招专场合集](https://www.nowcoder.com/discuss/139360) +* [牛客网 . 2019届校招 | 2019 IT名企校招指南](https://www.nowcoder.com/activity/campus2019)
📝 面试题目经验 -* [牛客网 . 2019补招|互联网名企2019应届生补招专场合集](https://www.nowcoder.com/discuss/139360) * [牛客网 . 2019校招面经大汇总!【每日更新中】](https://www.nowcoder.com/discuss/90907) * [牛客网 . 2019校招技术类岗位面经汇总【技术类】](https://www.nowcoder.com/discuss/146655) * [牛客网 . 2018校招笔试真题汇总](https://www.nowcoder.com/discuss/68802) diff --git a/README_Details.md b/README_Details.md index 412b2c7..cd57a0c 100644 --- a/README_Details.md +++ b/README_Details.md @@ -3383,11 +3383,12 @@ int main( void ) ## 📆 招聘时间岗位 -* [牛客网 . 2019 IT名企校招指南](https://www.nowcoder.com/activity/campus2019) +* [牛客网 . 2020届实习 | 2019名企实习直推专场](https://www.nowcoder.com/activity/2019recommand/index) +* [牛客网 . 2019届补招|互联网名企2019应届生补招专场合集](https://www.nowcoder.com/discuss/139360) +* [牛客网 . 2019届校招 | 2019 IT名企校招指南](https://www.nowcoder.com/activity/campus2019) ## 📝 面试题目经验 -* [牛客网 . 2019补招|互联网名企2019应届生补招专场合集](https://www.nowcoder.com/discuss/139360) * [牛客网 . 2019校招面经大汇总!【每日更新中】](https://www.nowcoder.com/discuss/90907) * [牛客网 . 2019校招技术类岗位面经汇总【技术类】](https://www.nowcoder.com/discuss/146655) * [牛客网 . 2018校招笔试真题汇总](https://www.nowcoder.com/discuss/68802)
对象类型 对象