项目:标签重构
This commit is contained in:
parent
5d2f6b6d05
commit
63c3d9537f
62
.obsidian/graph.json
vendored
62
.obsidian/graph.json
vendored
@ -1,22 +1,58 @@
|
|||||||
{
|
{
|
||||||
"collapse-filter": true,
|
"collapse-filter": false,
|
||||||
"search": "",
|
"search": "",
|
||||||
"showTags": true,
|
"showTags": true,
|
||||||
"showAttachments": false,
|
"showAttachments": false,
|
||||||
"hideUnresolved": false,
|
"hideUnresolved": false,
|
||||||
"showOrphans": false,
|
"showOrphans": true,
|
||||||
"collapse-color-groups": true,
|
"collapse-color-groups": false,
|
||||||
"colorGroups": [],
|
"colorGroups": [
|
||||||
"collapse-display": true,
|
{
|
||||||
|
"query": "tag:#FormalSciences/ComputerScience ",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 11454440
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "tag:#Professional ",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 9725885
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "tag:#Personal/Blog ",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 14149201
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "tag:#Personal/Book ",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 16374876
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "path:Personal/Journal ",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 15320170
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"collapse-display": false,
|
||||||
"showArrow": false,
|
"showArrow": false,
|
||||||
"textFadeMultiplier": 2,
|
"textFadeMultiplier": -2.5,
|
||||||
"nodeSizeMultiplier": 1.99588853018665,
|
"nodeSizeMultiplier": 2.49895833333333,
|
||||||
"lineSizeMultiplier": 1.99235526966848,
|
"lineSizeMultiplier": 1.50364583333333,
|
||||||
"collapse-forces": true,
|
"collapse-forces": false,
|
||||||
"centerStrength": 0.50168837433671,
|
"centerStrength": 0.5,
|
||||||
"repelStrength": 20,
|
"repelStrength": 20,
|
||||||
"linkStrength": 0.75,
|
"linkStrength": 0.716145833333333,
|
||||||
"linkDistance": 400,
|
"linkDistance": 500,
|
||||||
"scale": 0.09085236301906145,
|
"scale": 0.0889892578125,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
@ -105,7 +105,7 @@
|
|||||||
"mdCSS": "",
|
"mdCSS": "",
|
||||||
"scriptEngineSettings": {},
|
"scriptEngineSettings": {},
|
||||||
"defaultTrayMode": true,
|
"defaultTrayMode": true,
|
||||||
"previousRelease": "2.5.1",
|
"previousRelease": "2.5.2",
|
||||||
"showReleaseNotes": true,
|
"showReleaseNotes": true,
|
||||||
"showNewVersionNotification": true,
|
"showNewVersionNotification": true,
|
||||||
"latexBoilerplate": "\\color{blue}",
|
"latexBoilerplate": "\\color{blue}",
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-excalidraw-plugin",
|
"id": "obsidian-excalidraw-plugin",
|
||||||
"name": "Excalidraw",
|
"name": "Excalidraw",
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"minAppVersion": "1.1.6",
|
"minAppVersion": "1.1.6",
|
||||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||||
"author": "Zsolt Viczian",
|
"author": "Zsolt Viczian",
|
||||||
|
@ -6,11 +6,11 @@
|
|||||||
"emojiStyle": "native",
|
"emojiStyle": "native",
|
||||||
"iconColor": null,
|
"iconColor": null,
|
||||||
"recentlyUsedIcons": [
|
"recentlyUsedIcons": [
|
||||||
|
"🧑",
|
||||||
"🧰",
|
"🧰",
|
||||||
"📐",
|
"📐",
|
||||||
"📚",
|
"📚",
|
||||||
"💼",
|
"💼"
|
||||||
"🧑💻"
|
|
||||||
],
|
],
|
||||||
"recentlyUsedIconsSize": 5,
|
"recentlyUsedIconsSize": 5,
|
||||||
"rules": [],
|
"rules": [],
|
||||||
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"Archive": "📦",
|
"Archive": "📦",
|
||||||
"NaturalSciences": "🌍",
|
"NaturalSciences": "🌍",
|
||||||
"Personal": "🧑💻",
|
"Personal": "🧑",
|
||||||
"SocialSciences": "📚",
|
"SocialSciences": "📚",
|
||||||
"FormalSciences": "📐",
|
"FormalSciences": "📐",
|
||||||
"Obsidian": "🧰",
|
"Obsidian": "🧰",
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"cookies": [
|
"cookies": [
|
||||||
|
{
|
||||||
|
"name": "wr_fp",
|
||||||
|
"value": "1716399292"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "wr_gid",
|
"name": "wr_gid",
|
||||||
"value": "250277387"
|
"value": "240591388"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wr_skey",
|
"name": "wr_skey",
|
||||||
"value": "NjBVzmhm"
|
"value": "aMTBh1pQ"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wr_vid",
|
"name": "wr_vid",
|
||||||
@ -14,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wr_rt",
|
"name": "wr_rt",
|
||||||
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) obsidian/1.6.7 Chrome/124.0.6367.243 Electron/30.1.2 Safa"
|
"value": "web@F9pw66GvvYx2OyxLGDG_AL"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wr_localvid",
|
"name": "wr_localvid",
|
||||||
@ -38,11 +42,11 @@
|
|||||||
"insertAfter": "<!-- start of weread -->",
|
"insertAfter": "<!-- start of weread -->",
|
||||||
"insertBefore": "<!-- end of weread -->",
|
"insertBefore": "<!-- end of weread -->",
|
||||||
"dailyNotesFormat": "YYYY-MM-DD",
|
"dailyNotesFormat": "YYYY-MM-DD",
|
||||||
"lastCookieTime": 1724991063246,
|
"lastCookieTime": 1728889003501,
|
||||||
"isCookieValid": true,
|
"isCookieValid": true,
|
||||||
"user": "仲平",
|
"user": "仲平",
|
||||||
"userVid": "389106381",
|
"userVid": "389106381",
|
||||||
"template": "---\ntitle: {{metaData.title}}\ndescription: {{metaData.intro}}\nkeywords:\n - {{metaData.title}}\n - {{metaData.author}}\ntags:\n - 阅读/{{metaData.category}}\nauthor: 仲平\ndate: <% tp.date.now(\"YYYY-MM-DD\") %>\n---\n\n## 简介\n\n- **书名**:《{{metaData.title}}》\n- **作者**: {{metaData.author}}\n- **分类**: {{metaData.category}}\n- **ISBN**:{{metaData.isbn}}\n- **出版社**:{{metaData.publisher}}\n\n## 概述\n\n{{metaData.intro}}\n\n## 划线 \n{% for chapter in chapterHighlights %}{% for highlight in chapter.highlights %}{% if not highlight.reviewContent %} \n\n> {{ highlight.markText | trim }}{% endif %}{% endfor %}{% endfor %}\n\n## 笔记\n{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}\n\n💭{{ chapterReview.content }}{% endfor %}{% endif %}{% if chapter.reviews %}{% for review in chapter.reviews %}\n\n> {{ review.abstract | trim }}\n\n💭 {{review.content}}{% endfor %}{% endif %}{% endif %}{% endfor %}\n\n## 书评\n{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}\n> ✨{{ bookReview.mdContent }}{% endfor %}{% endif %}\n\n## 点评\n",
|
"template": "---\ntitle: {{metaData.title}}\ndescription: {{metaData.intro}}\nkeywords:\n - {{metaData.title}}\n - {{metaData.author}}\ntags:\n - Personal/Book\n - Read/{{metaData.category}}\nauthor: 仲平\ndate: <% tp.date.now(\"YYYY-MM-DD\") %>\n---\n\n## 简介\n\n- **书名**:《{{metaData.title}}》\n- **作者**: {{metaData.author}}\n- **分类**: {{metaData.category}}\n- **ISBN**:{{metaData.isbn}}\n- **出版社**:{{metaData.publisher}}\n\n## 概述\n\n{{metaData.intro}}\n\n## 划线 \n{% for chapter in chapterHighlights %}{% for highlight in chapter.highlights %}{% if not highlight.reviewContent %} \n\n> {{ highlight.markText | trim }}{% endif %}{% endfor %}{% endfor %}\n\n## 笔记\n{% for chapter in bookReview.chapterReviews %}{% if chapter.reviews or chapter.chapterReview %}{% if chapter.chapterReviews %}{% for chapterReview in chapter.chapterReviews %}\n\n💭{{ chapterReview.content }}{% endfor %}{% endif %}{% if chapter.reviews %}{% for review in chapter.reviews %}\n\n> {{ review.abstract | trim }}\n\n💭 {{review.content}}{% endfor %}{% endif %}{% endif %}{% endfor %}\n\n## 书评\n{% if bookReview.bookReviews %}{% for bookReview in bookReview.bookReviews %}\n> ✨{{ bookReview.mdContent }}{% endfor %}{% endif %}\n\n## 点评\n",
|
||||||
"noteCountLimit": 10,
|
"noteCountLimit": 10,
|
||||||
"subFolderType": "category",
|
"subFolderType": "category",
|
||||||
"fileNameType": "BOOK_NAME",
|
"fileNameType": "BOOK_NAME",
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Nginx
|
- Nginx
|
||||||
- 概述
|
- 概述
|
||||||
tags:
|
tags:
|
||||||
- Nginx/概述
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机网络
|
- ComputerNetwork/WebServers
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2023-12-26
|
date: 2023-12-26
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Nginx
|
- Nginx
|
||||||
- 基础配置
|
- 基础配置
|
||||||
tags:
|
tags:
|
||||||
- Nginx/基础配置
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机网络
|
- ComputerNetwork/WebServers
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2023-12-26
|
date: 2023-12-26
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Nginx
|
- Nginx
|
||||||
- 负载均衡
|
- 负载均衡
|
||||||
tags:
|
tags:
|
||||||
- Nginx/负载均衡
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机网络
|
- ComputerNetwork/WebServers
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-01-02
|
date: 2024-01-02
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Nginx
|
- Nginx
|
||||||
- 内容缓存
|
- 内容缓存
|
||||||
tags:
|
tags:
|
||||||
- Nginx/内容缓存
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机网络
|
- ComputerNetwork/WebServers
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-01-03
|
date: 2024-01-03
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- 密码学
|
- 密码学
|
||||||
- 简明指南
|
- 简明指南
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/密码学
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/Overview
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-28
|
date: 2023-06-28
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- GnuPG
|
- GnuPG
|
||||||
- 简明指南
|
- 简明指南
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/信息安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/InformationSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-28
|
date: 2023-06-28
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- 主流权限系统的设计
|
- 主流权限系统的设计
|
||||||
- 用户安全
|
- 用户安全
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-28
|
date: 2023-06-28
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- 一键登录
|
- 一键登录
|
||||||
- APP
|
- APP
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- HTTP
|
- HTTP
|
||||||
- 鉴权
|
- 鉴权
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- Java
|
- Java
|
||||||
- 鉴权
|
- 鉴权
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- OAuth
|
- OAuth
|
||||||
- 鉴权
|
- 鉴权
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- Cookie
|
- Cookie
|
||||||
- 鉴权
|
- 鉴权
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Token
|
- Token
|
||||||
- 鉴权
|
- 鉴权
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- 扫码登录
|
- 扫码登录
|
||||||
- 二维码
|
- 二维码
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- SSO
|
- SSO
|
||||||
- Single Sign On
|
- Single Sign On
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- 联合登录
|
- 联合登录
|
||||||
- 信任登录
|
- 信任登录
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/用户安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/UserSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-08-31
|
date: 2022-08-31
|
||||||
---
|
---
|
||||||
|
@ -4,8 +4,8 @@ description: 网络端口大全
|
|||||||
keywords:
|
keywords:
|
||||||
- 网络端口
|
- 网络端口
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/系统安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/SystemSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-28
|
date: 2023-06-28
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- OpenSSH
|
- OpenSSH
|
||||||
- 简介
|
- 简介
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/网络安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/NetworkSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-26
|
date: 2023-06-26
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- OpenSSH
|
- OpenSSH
|
||||||
- 使用方法
|
- 使用方法
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/网络安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/NetworkSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-26
|
date: 2023-06-26
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- OpenSSL
|
- OpenSSL
|
||||||
- 简明指南
|
- 简明指南
|
||||||
tags:
|
tags:
|
||||||
- 计算机安全/网络安全
|
- FormalSciences/ComputerScience
|
||||||
- 技术/计算机安全
|
- ComputerSecurity/NetworkSecurity
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-28
|
date: 2023-06-28
|
||||||
---
|
---
|
||||||
|
@ -10,8 +10,8 @@ keywords:
|
|||||||
- 硬盘
|
- 硬盘
|
||||||
- 固态硬盘
|
- 固态硬盘
|
||||||
tags:
|
tags:
|
||||||
- 技术/计算机存储
|
- FormalSciences/ComputerScience
|
||||||
- 计算机存储/基础
|
- ComputerStorage/StorageBasics
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-07-25
|
date: 2024-07-25
|
||||||
---
|
---
|
||||||
|
@ -10,8 +10,8 @@ keywords:
|
|||||||
- RAID
|
- RAID
|
||||||
- 长江存储
|
- 长江存储
|
||||||
tags:
|
tags:
|
||||||
- 技术/计算机存储
|
- FormalSciences/ComputerScience
|
||||||
- 计算机存储/基础
|
- ComputerStorage/StorageHardware
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-07-25
|
date: 2024-07-25
|
||||||
---
|
---
|
||||||
|
@ -10,8 +10,8 @@ keywords:
|
|||||||
- HCI
|
- HCI
|
||||||
- 云存储
|
- 云存储
|
||||||
tags:
|
tags:
|
||||||
- 技术/计算机存储
|
- FormalSciences/ComputerScience
|
||||||
- 计算机存储/基础
|
- ComputerStorage/StorageArchitecture
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-07-25
|
date: 2024-07-25
|
||||||
---
|
---
|
||||||
|
@ -4,7 +4,8 @@ description: 描述
|
|||||||
keywords:
|
keywords:
|
||||||
- 关键字
|
- 关键字
|
||||||
tags:
|
tags:
|
||||||
- 标签
|
- FormalSciences/ComputerScience
|
||||||
|
- COmputerStorage/FileSystems
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-07-29
|
date: 2024-07-29
|
||||||
---
|
---
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: 数据库概述
|
title: 1.1-数据库概述
|
||||||
description: 数据库基础理论概述
|
description: 数据库基础理论概述
|
||||||
keywords:
|
keywords:
|
||||||
- 数据库
|
- 数据库
|
||||||
- 基础理论
|
- 基础理论
|
||||||
- 概述
|
- 概述
|
||||||
tags:
|
tags:
|
||||||
- 技术/数据库
|
- FormalSciences/ComputerScience
|
||||||
- 数据库系统
|
- DatabaseSystem/Overview
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-08-17
|
date: 2023-08-17
|
||||||
---
|
---
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: 关系型数据库
|
title: 1.2-关系型数据库
|
||||||
description: 关系型数据库概述
|
description: 关系型数据库概述
|
||||||
keywords:
|
keywords:
|
||||||
- 关系型数据库
|
- 关系型数据库
|
||||||
tags:
|
tags:
|
||||||
- 数据库系统/关系型数据库
|
- FormalSciences/ComputerScience
|
||||||
- 技术/数据库
|
- DatabaseSystem/Overview
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-08-17
|
date: 2023-08-17
|
||||||
---
|
---
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: 非关系型数据库
|
title: 1.3-非关系型数据库
|
||||||
description: 非关系型数据库
|
description: 非关系型数据库
|
||||||
keywords:
|
keywords:
|
||||||
- 非关系型数据库
|
- 非关系型数据库
|
||||||
tags:
|
tags:
|
||||||
- 技术/数据库
|
- FormalSciences/ComputerScience
|
||||||
- 数据库系统/非关系型数据库
|
- DatabaseSystem/Overview
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-08-17
|
date: 2023-08-17
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- SQL
|
- SQL
|
||||||
- 基础语法
|
- 基础语法
|
||||||
tags:
|
tags:
|
||||||
- 数据库系统/SQL
|
- FormalSciences/ComputerScience
|
||||||
- 技术/数据库
|
- DatabaseSystem/SQLLanguage
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-08-18
|
date: 2023-08-18
|
||||||
---
|
---
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 简介
|
title: 3.1-简介
|
||||||
description: Postgresql 简介
|
description: Postgresql 简介
|
||||||
keywords:
|
keywords:
|
||||||
- Postgresql
|
- Postgresql
|
||||||
- 简介
|
- 简介
|
||||||
tags:
|
tags:
|
||||||
- 数据库系统/PostgreSQL
|
- FormalSciences/ComputerScience
|
||||||
- 技术/数据库
|
- DatabaseSystem/PostgreSQL
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-09-11
|
date: 2023-09-11
|
||||||
---
|
---
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 安装配置
|
title: 3.2-安装配置
|
||||||
description: Postgresql 安装配置
|
description: Postgresql 安装配置
|
||||||
keywords:
|
keywords:
|
||||||
- Postgresql
|
- Postgresql
|
||||||
- 安装配置
|
- 安装配置
|
||||||
tags:
|
tags:
|
||||||
- 数据库系统/PostgreSQL
|
- FormalSciences/ComputerScience
|
||||||
- 技术/数据库
|
- DatabaseSystem/PostgreSQL
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-09-20
|
date: 2023-09-20
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Postgresql
|
- Postgresql
|
||||||
- 基本概念
|
- 基本概念
|
||||||
tags:
|
tags:
|
||||||
- 数据库系统/PostgreSQL
|
- FormalSciences/ComputerScience
|
||||||
- 技术/数据库
|
- DatabaseSystem/PostgreSQL
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-09-21
|
date: 2023-09-21
|
||||||
---
|
---
|
@ -3,8 +3,8 @@ id: 如何向开源社区提问
|
|||||||
title: 如何向开源社区提问
|
title: 如何向开源社区提问
|
||||||
data: 2022年5月30日
|
data: 2022年5月30日
|
||||||
tags:
|
tags:
|
||||||
- 社区/开源
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/OpenSource
|
||||||
---
|
---
|
||||||
|
|
||||||
使用软件产品,或多或少都会遇到问题。对于商业产品,我们可以咨询客服寻求帮助。对于公司自己研发的产品,我们可以直接请教专家同事。但对于开源软件,在遇到问题时,如何才能及时有效地寻求帮助呢?
|
使用软件产品,或多或少都会遇到问题。对于商业产品,我们可以咨询客服寻求帮助。对于公司自己研发的产品,我们可以直接请教专家同事。但对于开源软件,在遇到问题时,如何才能及时有效地寻求帮助呢?
|
@ -3,8 +3,8 @@ id: 如何有效报告 BUG
|
|||||||
title: 如何有效报告 BUG
|
title: 如何有效报告 BUG
|
||||||
data: 2022年5月30日
|
data: 2022年5月30日
|
||||||
tags:
|
tags:
|
||||||
- 社区/开源
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/OpenSource
|
||||||
---
|
---
|
||||||
|
|
||||||
作者:Simon Tatham 专业的自由软件程序员
|
作者:Simon Tatham 专业的自由软件程序员
|
@ -3,8 +3,8 @@ id: 开源指北
|
|||||||
title: 开源指北
|
title: 开源指北
|
||||||
data: 2022年5月30日
|
data: 2022年5月30日
|
||||||
tags:
|
tags:
|
||||||
- 社区/开源
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/OpenSource
|
||||||
---
|
---
|
||||||
|
|
||||||
一份给开源新手的保姆级开源百科,由 Gitee 开发维护。
|
一份给开源新手的保姆级开源百科,由 Gitee 开发维护。
|
@ -3,8 +3,8 @@ id: 提问的智慧
|
|||||||
title: 提问的智慧
|
title: 提问的智慧
|
||||||
data: 2022年7月26日
|
data: 2022年7月26日
|
||||||
tags:
|
tags:
|
||||||
- 社区/开源
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/OpenSource
|
||||||
---
|
---
|
||||||
|
|
||||||
## How To Ask Questions The Smart Way
|
## How To Ask Questions The Smart Way
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 起步
|
- 起步
|
||||||
tags:
|
tags:
|
||||||
- Git/入门
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Basics
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 基础
|
- 基础
|
||||||
tags:
|
tags:
|
||||||
- Git/入门
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Basics
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 分支
|
- 分支
|
||||||
tags:
|
tags:
|
||||||
- Git/入门
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Basics
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,10 +5,11 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 协议
|
- 协议
|
||||||
tags:
|
tags:
|
||||||
- Git/入门
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Basics
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
data: 2022年9月13日
|
date: 2024-10-14
|
||||||
---
|
---
|
||||||
|
|
||||||
到目前为止,你应该已经有办法使用 Git 来完成日常工作。 然而,为了使用 Git 协作功能,你还需要有远程的 Git 仓库。 尽管在技术上你可以从个人仓库进行推送(push)和拉取(pull)来修改内容,但不鼓励使用这种方法,因为一不留心就很容易弄混其他人的进度。 此外,你希望你的合作者们即使在你的电脑未联机时亦能存取仓库 — 拥有一个更可靠的公用仓库十分有用。 因此,与他人合作的最佳方法即是建立一个你与合作者们都有权利访问,且可从那里推送和拉取资料的共用仓库。
|
到目前为止,你应该已经有办法使用 Git 来完成日常工作。 然而,为了使用 Git 协作功能,你还需要有远程的 Git 仓库。 尽管在技术上你可以从个人仓库进行推送(push)和拉取(pull)来修改内容,但不鼓励使用这种方法,因为一不留心就很容易弄混其他人的进度。 此外,你希望你的合作者们即使在你的电脑未联机时亦能存取仓库 — 拥有一个更可靠的公用仓库十分有用。 因此,与他人合作的最佳方法即是建立一个你与合作者们都有权利访问,且可从那里推送和拉取资料的共用仓库。
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 常用命令
|
- 常用命令
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 技巧
|
- 技巧
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 参考手册
|
- 参考手册
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 工作流
|
- 工作流
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -6,8 +6,9 @@ keywords:
|
|||||||
- Hook
|
- Hook
|
||||||
- 钩子
|
- 钩子
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-09-13
|
date: 2022-09-13
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- LFS
|
- LFS
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-11-16
|
date: 2022-11-16
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Git
|
- Git
|
||||||
- 思维导图
|
- 思维导图
|
||||||
tags:
|
tags:
|
||||||
- Git/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/入门
|
- GettingStarted/VersionControl
|
||||||
|
- Git/Advanced
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-11-06
|
date: 2022-11-06
|
||||||
---
|
---
|
@ -5,7 +5,8 @@ keywords:
|
|||||||
- PowerShell
|
- PowerShell
|
||||||
- 入门
|
- 入门
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- PowerShell
|
- PowerShell
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-06-05
|
date: 2024-06-05
|
@ -5,7 +5,8 @@ keywords:
|
|||||||
- PowerShell
|
- PowerShell
|
||||||
- 进阶
|
- 进阶
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- PowerShell
|
- PowerShell
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-06-05
|
date: 2024-06-05
|
@ -5,7 +5,8 @@ keywords:
|
|||||||
- PowerShell
|
- PowerShell
|
||||||
- 高级
|
- 高级
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- PowerShell
|
- PowerShell
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-06-05
|
date: 2024-06-05
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Shell
|
- Shell
|
||||||
- 简介
|
- 简介
|
||||||
tags:
|
tags:
|
||||||
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Shell
|
- Shell
|
||||||
- 技术/入门
|
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-11-16
|
date: 2022-11-16
|
||||||
---
|
---
|
@ -6,8 +6,9 @@ keywords:
|
|||||||
- 命令行操作
|
- 命令行操作
|
||||||
- Shell
|
- Shell
|
||||||
tags:
|
tags:
|
||||||
- Linux/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- GettingStarted/CommandLineTools
|
||||||
|
- Shell
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-03-22
|
date: 2023-03-22
|
||||||
---
|
---
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Shell
|
- Shell
|
||||||
- 必备锦囊
|
- 必备锦囊
|
||||||
tags:
|
tags:
|
||||||
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Shell
|
- Shell
|
||||||
- 技术/入门
|
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2022-12-04
|
date: 2022-12-04
|
||||||
---
|
---
|
@ -9,8 +9,9 @@ keywords:
|
|||||||
- 模式
|
- 模式
|
||||||
- 文本编辑
|
- 文本编辑
|
||||||
tags:
|
tags:
|
||||||
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Vim
|
- Vim
|
||||||
- 技术/入门
|
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2024-08-08
|
date: 2024-08-08
|
||||||
---
|
---
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: VIM 配置管理
|
title: Vim 配置管理
|
||||||
description: 介绍 Vim 配置文件 vimrc 的管理,包括不同操作系统下的 vimrc 文件位置、基本结构、示例配置及插件管理。
|
description: 介绍 Vim 配置文件 vimrc 的管理,包括不同操作系统下的 vimrc 文件位置、基本结构、示例配置及插件管理。
|
||||||
keywords:
|
keywords:
|
||||||
- Vim
|
- Vim
|
||||||
@ -9,7 +9,8 @@ keywords:
|
|||||||
- Vundle
|
- Vundle
|
||||||
- vim-plug
|
- vim-plug
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Vim
|
- Vim
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-08-08
|
date: 2024-08-08
|
@ -9,7 +9,8 @@ keywords:
|
|||||||
- VimScript
|
- VimScript
|
||||||
- 自动化
|
- 自动化
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Vim
|
- Vim
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-08-08
|
date: 2024-08-08
|
||||||
|
@ -5,7 +5,8 @@ keywords:
|
|||||||
- Vim
|
- Vim
|
||||||
- 实用技巧
|
- 实用技巧
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Vim
|
- Vim
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-08-08
|
date: 2024-08-08
|
||||||
|
@ -6,8 +6,9 @@ keywords:
|
|||||||
- 参考手册
|
- 参考手册
|
||||||
- 命令
|
- 命令
|
||||||
tags:
|
tags:
|
||||||
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Vim
|
- Vim
|
||||||
- 技术/入门
|
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2024-08-08
|
date: 2024-08-08
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,9 @@ keywords:
|
|||||||
- Vim
|
- Vim
|
||||||
- 帮助文档
|
- 帮助文档
|
||||||
tags:
|
tags:
|
||||||
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/CommandLineTools
|
||||||
- Vim
|
- Vim
|
||||||
- 技术/入门
|
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2024-08-08
|
date: 2024-08-08
|
||||||
---
|
---
|
||||||
|
@ -4,7 +4,8 @@ description: 正则表达式基础入门
|
|||||||
keywords:
|
keywords:
|
||||||
- 正则表达式
|
- 正则表达式
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/Other
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-05-13
|
date: 2024-05-13
|
||||||
---
|
---
|
||||||
|
@ -11,7 +11,8 @@ keywords:
|
|||||||
- CSON
|
- CSON
|
||||||
- JSON
|
- JSON
|
||||||
tags:
|
tags:
|
||||||
- 技术/入门
|
- FormalSciences/ComputerScience
|
||||||
|
- GettingStarted/Other
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-05-10
|
date: 2024-05-10
|
||||||
---
|
---
|
||||||
|
@ -6,9 +6,8 @@ keywords:
|
|||||||
- 自动化运维
|
- 自动化运维
|
||||||
- DevOps
|
- DevOps
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- 自动化/Linux
|
- OperatingSystem/Automation
|
||||||
- Linux/安装
|
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-05-15
|
date: 2024-05-15
|
||||||
---
|
---
|
||||||
|
@ -5,9 +5,8 @@ keywords:
|
|||||||
- Cloud-init
|
- Cloud-init
|
||||||
- 自动化配置
|
- 自动化配置
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- 自动化/Linux
|
- OperatingSystem/Automation
|
||||||
- Linux/安装
|
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-06-13
|
date: 2024-06-13
|
||||||
---
|
---
|
@ -6,9 +6,8 @@ keywords:
|
|||||||
- 自动化部署
|
- 自动化部署
|
||||||
- 网络启动
|
- 网络启动
|
||||||
tags:
|
tags:
|
||||||
- Linux/安装
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Automation
|
||||||
- 自动化/Linux
|
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-04-02
|
date: 2024-04-02
|
||||||
---
|
---
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 简介
|
title: 1.1-简介
|
||||||
description: Docker 的基础简介
|
description: Docker 的基础简介
|
||||||
keywords:
|
keywords:
|
||||||
- Docker
|
- Docker
|
||||||
- 简介
|
- 简介
|
||||||
tags:
|
tags:
|
||||||
- Docker/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-02-20
|
date: 2024-02-20
|
||||||
---
|
---
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 基础概念
|
title: 1.2-基础概念
|
||||||
description: Docker 的基础概念
|
description: Docker 的基础概念
|
||||||
keywords:
|
keywords:
|
||||||
- Docker
|
- Docker
|
||||||
- 基础概念
|
- 基础概念
|
||||||
tags:
|
tags:
|
||||||
- Docker/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-02-20
|
date: 2024-02-20
|
||||||
---
|
---
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 安装配置
|
title: 1.3-安装配置
|
||||||
description: Docker 的安装配置
|
description: Docker 的安装配置
|
||||||
keywords:
|
keywords:
|
||||||
- Docker
|
- Docker
|
||||||
- 安装配置
|
- 安装配置
|
||||||
tags:
|
tags:
|
||||||
- Docker/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-02-20
|
date: 2024-02-20
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Docker
|
- Docker
|
||||||
- 使用
|
- 使用
|
||||||
tags:
|
tags:
|
||||||
- Docker/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-02-28
|
date: 2024-02-28
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Docker
|
- Docker
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
tags:
|
tags:
|
||||||
- Docker/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-02-28
|
date: 2024-02-28
|
||||||
---
|
---
|
@ -4,8 +4,8 @@ description: Docker Compose
|
|||||||
keywords:
|
keywords:
|
||||||
- Docker Compose
|
- Docker Compose
|
||||||
tags:
|
tags:
|
||||||
- Docker/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-01
|
date: 2024-03-01
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Docker
|
- Docker
|
||||||
- 网络
|
- 网络
|
||||||
tags:
|
tags:
|
||||||
- Docker/高级
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-05
|
date: 2024-03-05
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Docker
|
- Docker
|
||||||
- 存储
|
- 存储
|
||||||
tags:
|
tags:
|
||||||
- Docker/高级
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-05
|
date: 2024-03-05
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Docker
|
- Docker
|
||||||
- 命令手册
|
- 命令手册
|
||||||
tags:
|
tags:
|
||||||
- Docker/高级
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Docker
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-06
|
date: 2024-03-06
|
||||||
---
|
---
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: 开源软件的概念与重要性
|
title: 开源概念
|
||||||
description: 开源软件的概念与重要性
|
description: 开源软件的概念与重要性
|
||||||
keywords:
|
keywords:
|
||||||
- 开源
|
- 开源
|
||||||
- 概念
|
- 概念
|
||||||
- 重要性
|
- 重要性
|
||||||
tags:
|
tags:
|
||||||
- Linux/文化
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-03-15
|
date: 2023-03-15
|
||||||
---
|
---
|
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: GNU&Linux 历史与发展
|
title: 1.2-GNU&Linux 历史
|
||||||
description: GNU&Linux 历史与发展
|
description: GNU&Linux 历史
|
||||||
keywords:
|
keywords:
|
||||||
- GNU
|
- GNU
|
||||||
- Linux
|
- Linux
|
||||||
- 历史
|
- 历史
|
||||||
- 发展
|
- 发展
|
||||||
tags:
|
tags:
|
||||||
- Linux/文化
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-03-15
|
date: 2023-03-15
|
||||||
---
|
---
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: GNU&Linux 社区与文化
|
title: 1.3-GNU&Linux 文化
|
||||||
description: GNU&Linux 社区与文化
|
description: GNU&Linux 社区与文化
|
||||||
keywords:
|
keywords:
|
||||||
- GNU
|
- GNU
|
||||||
@ -7,8 +7,8 @@ keywords:
|
|||||||
- 社区
|
- 社区
|
||||||
- 文化
|
- 文化
|
||||||
tags:
|
tags:
|
||||||
- Linux/文化
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-21
|
date: 2023-06-21
|
||||||
---
|
---
|
@ -7,8 +7,8 @@ keywords:
|
|||||||
- 一致性
|
- 一致性
|
||||||
- 定制化
|
- 定制化
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/安装
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-06-14
|
date: 2024-06-14
|
||||||
---
|
---
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- 安装
|
- 安装
|
||||||
- 配置
|
- 配置
|
||||||
tags:
|
tags:
|
||||||
- Linux/安装
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2024-03-22
|
date: 2024-03-22
|
||||||
---
|
---
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- ArchLinux
|
- ArchLinux
|
||||||
- 手动安装
|
- 手动安装
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/安装
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-09-02
|
date: 2024-09-02
|
||||||
---
|
---
|
@ -8,8 +8,8 @@ keywords:
|
|||||||
- 内核参数
|
- 内核参数
|
||||||
- 错误恢复
|
- 错误恢复
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/安装
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-08-26
|
date: 2024-08-26
|
||||||
---
|
---
|
@ -12,8 +12,8 @@ keywords:
|
|||||||
- 重装
|
- 重装
|
||||||
- 排查
|
- 排查
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/安装
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-08-27
|
date: 2024-08-27
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Linux
|
- Linux
|
||||||
- 源代码编译
|
- 源代码编译
|
||||||
tags:
|
tags:
|
||||||
- Linux/高级
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-09-09
|
date: 2023-09-09
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Linux
|
- Linux
|
||||||
- 文件管理
|
- 文件管理
|
||||||
tags:
|
tags:
|
||||||
- Linux/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-03-30
|
date: 2023-03-30
|
||||||
---
|
---
|
@ -7,8 +7,8 @@ keywords:
|
|||||||
- 配置信息
|
- 配置信息
|
||||||
- 用户环境
|
- 用户环境
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/基础
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-09-04
|
date: 2024-09-04
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Linux
|
- Linux
|
||||||
- 包管理器
|
- 包管理器
|
||||||
tags:
|
tags:
|
||||||
- Linux/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-26
|
date: 2024-03-26
|
||||||
---
|
---
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- 用户
|
- 用户
|
||||||
- 权限
|
- 权限
|
||||||
tags:
|
tags:
|
||||||
- Linux/基础
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-03-30
|
date: 2023-03-30
|
||||||
---
|
---
|
@ -6,9 +6,9 @@ keywords:
|
|||||||
- 命令行操作
|
- 命令行操作
|
||||||
- Shell
|
- Shell
|
||||||
tags:
|
tags:
|
||||||
|
- FormalSciences/ComputerScience
|
||||||
|
- OperatingSystem/Linux
|
||||||
- Shell
|
- Shell
|
||||||
- Linux/基础
|
|
||||||
- 技术/入门
|
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-03-22
|
date: 2023-03-22
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Linux
|
- Linux
|
||||||
- 系统管理
|
- 系统管理
|
||||||
tags:
|
tags:
|
||||||
- Linux/系统管理
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-06-30
|
date: 2023-06-30
|
||||||
---
|
---
|
@ -10,8 +10,8 @@ keywords:
|
|||||||
- 性能调优
|
- 性能调优
|
||||||
- 安全管理
|
- 安全管理
|
||||||
tags:
|
tags:
|
||||||
- Linux/系统管理
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-04-10
|
date: 2024-04-10
|
||||||
---
|
---
|
@ -7,8 +7,8 @@ keywords:
|
|||||||
- SysV
|
- SysV
|
||||||
- systemd
|
- systemd
|
||||||
tags:
|
tags:
|
||||||
- Linux/系统管理
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-04-12
|
date: 2024-04-12
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- Linux
|
- Linux
|
||||||
- 日志管理
|
- 日志管理
|
||||||
tags:
|
tags:
|
||||||
- Linux/系统管理
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-20
|
date: 2024-03-20
|
||||||
---
|
---
|
@ -5,8 +5,8 @@ keywords:
|
|||||||
- 系统配置
|
- 系统配置
|
||||||
- 用户管理
|
- 用户管理
|
||||||
tags:
|
tags:
|
||||||
- Linux/系统管理
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-03-26
|
date: 2024-03-26
|
||||||
---
|
---
|
@ -6,8 +6,8 @@ keywords:
|
|||||||
- 配置
|
- 配置
|
||||||
- 管理
|
- 管理
|
||||||
tags:
|
tags:
|
||||||
- Linux/进阶
|
- FormalSciences/ComputerScience
|
||||||
- 技术/操作系统
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-04-10
|
date: 2023-04-10
|
||||||
---
|
---
|
@ -7,8 +7,8 @@ keywords:
|
|||||||
- 磁盘
|
- 磁盘
|
||||||
- 文件系统
|
- 文件系统
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/存储管理
|
- OperatingSystem/Linux
|
||||||
author: 7Wate
|
author: 7Wate
|
||||||
date: 2023-04-10
|
date: 2023-04-10
|
||||||
---
|
---
|
@ -8,8 +8,8 @@ keywords:
|
|||||||
- 模拟工作负载
|
- 模拟工作负载
|
||||||
- 基准测试
|
- 基准测试
|
||||||
tags:
|
tags:
|
||||||
- 技术/操作系统
|
- FormalSciences/ComputerScience
|
||||||
- Linux/存储管理
|
- OperatingSystem/Linux
|
||||||
author: 仲平
|
author: 仲平
|
||||||
date: 2024-09-10
|
date: 2024-09-10
|
||||||
---
|
---
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user