diff --git a/_posts/0_Demo.md b/_posts/0_Demo.md index b1fd3e3..6b95eb2 100644 --- a/_posts/0_Demo.md +++ b/_posts/0_Demo.md @@ -3,8 +3,13 @@ layout: post title: "网页名称" categories: AI tags: software -author: +author: li54426 --- +* content +{:toc} + + +#### diff --git a/_posts/2023-07-24-overview.md b/_posts/2023-07-24-overview.md new file mode 100644 index 0000000..9368fe8 --- /dev/null +++ b/_posts/2023-07-24-overview.md @@ -0,0 +1,21 @@ + + +* content +{:toc} + + + + +#### 1024 code + +拿到邀请码以后再去注册 + +主要功能 + +- 在线多人协作:类似腾讯文档等在线协作文档的协作功能体验,**1024Code**支持用户邀请多人同时加入一个代码空间实时协作编程, +- 在线分享:分享代码空间链接,打开可查看项目文件并运行的副本代码空间 +- AI编程助手:使用在线协同IDE和AI编程助手互动,快速解答疑问、完成重复性质的编码工作 +- Git版本管理:Git Commit,管理你的代码版本 +- 数据库:免费的云端数据库,代码空间的最佳搭档8297 + +#### \ No newline at end of file diff --git a/_posts/cpp_STL_0_basic.md b/_posts/cpp_STL_0_basic.md index c4d444e..abe2d0e 100644 --- a/_posts/cpp_STL_0_basic.md +++ b/_posts/cpp_STL_0_basic.md @@ -1,3 +1,13 @@ +--- +layout: post +title: "STL_basic" +categories: Algorithm +tags: Algorithm +author: li54426 +--- + + + #### 1.1 类内的静态变量 static 优点: