From aabdfc88e42ebf49ed6726b6993c43fa30473c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Wed, 4 Sep 2024 22:10:37 +0800 Subject: [PATCH 01/21] =?UTF-8?q?=E7=AC=94=E8=AE=B0=E5=92=8C=E7=BB=83?= =?UTF-8?q?=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../9.04.md" | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 "\344\276\257\345\207\244\351\230\263/9.04.md" diff --git "a/\344\276\257\345\207\244\351\230\263/9.04.md" "b/\344\276\257\345\207\244\351\230\263/9.04.md" new file mode 100644 index 0000000..d8f5a1e --- /dev/null +++ "b/\344\276\257\345\207\244\351\230\263/9.04.md" @@ -0,0 +1,47 @@ +斜体: *斜体* + +粗体:**粗体** + +# 一级标题 +## 二级标题 +***粗斜体*** + +有序列表: +1. 软件3班 +2. 软件4班 +3. 软件5班 + +5) 软件53班 +6) 软件23班 +7) 软件24班 + +无序列表: ++ 额外 ++ 列表 ++ 列表 + +- 列表 +- 列表 +- 列表 + +* 列表 +* 列表 +* 列表 + +> 我是一段有感谢 + +dom标签是指font + +我是百度 + +{我是百度}(https://baidu.com) + +``` js +console.log("我是超级英雄") +``` + +|一级 | 二级| 三级| +|:- |:-: | -:| +|我是超级英雄| 索拉卡|数据库规划| + +下课 -- Gitee From 3cefc819268ba5f2ab3df62c499896a047e0fd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Fri, 6 Sep 2024 18:53:07 +0800 Subject: [PATCH 02/21] =?UTF-8?q?20240906=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\344\276\257\345\207\244\351\230\263/9.04.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\344\276\257\345\207\244\351\230\263/9.04.md" "b/\344\276\257\345\207\244\351\230\263/9.04.md" index d8f5a1e..6df63be 100644 --- "a/\344\276\257\345\207\244\351\230\263/9.04.md" +++ "b/\344\276\257\345\207\244\351\230\263/9.04.md" @@ -44,4 +44,4 @@ console.log("我是超级英雄") |:- |:-: | -:| |我是超级英雄| 索拉卡|数据库规划| -下课 +下课了 -- Gitee From a636ce0c3205f37297ed7b7db57ee151b18c0516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Mon, 9 Sep 2024 21:22:14 +0800 Subject: [PATCH 03/21] =?UTF-8?q?20240909=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\265\217\350\247\210\345\231\250.md" | 10 ++++++++++ .../\347\254\224\350\256\260/9.04.md" | 0 .../\347\254\224\350\256\260/9.9.md" | 16 ++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 "\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" rename "\344\276\257\345\207\244\351\230\263/9.04.md" => "\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.04.md" (100%) create mode 100644 "\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.9.md" diff --git "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" new file mode 100644 index 0000000..ff8bdf5 --- /dev/null +++ "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" @@ -0,0 +1,10 @@ +#国内外常用的浏览器 +|浏览器| 渲染引擎| JS引擎| +|:- |:-: | -:| +|Google Chrome谷歌 |Chromium| v8| +Microsoft Edge| Chromium| Charkra| +Mozilla Firefox 火狐|Gecko| SpiderMonkey| +Safari苹果| WebKit| JAvaScriptCore| +Opera 挪威| Presto| Carakan| +QQ Browser QQ浏览器 | WebKit| JavaScript| +阿里巴巴 UC Browser| Blink| U3引擎 | \ No newline at end of file diff --git "a/\344\276\257\345\207\244\351\230\263/9.04.md" "b/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.04.md" similarity index 100% rename from "\344\276\257\345\207\244\351\230\263/9.04.md" rename to "\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.04.md" diff --git "a/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.9.md" "b/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.9.md" new file mode 100644 index 0000000..1b800fe --- /dev/null +++ "b/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/9.9.md" @@ -0,0 +1,16 @@ +#Web +认识web +1.web是全球光域网,也称为万维网 +2.网页:网页是构成网站的基本元素 +3.浏览器:网页运行的平台 + +##web的标准 +1.常见的浏览器 * 谷歌 Chrome * Safari * 火狐(Firefox) * IE * Edge * Opera * 组成 * 渲染引擎(浏览器内核) +2。决定了浏览器如何显示网页的内容以及页面的格式信息 * 渲染引擎是浏览器兼容性问题出现的根本原因 +3.作用:读取网页内容,计算网页的显示方式并显示在页面上 * JS引擎 * 用来解析网页中的JavaScript代码,对其处理后再运行 * HTML * 专有名词 * 网页 :由各种标记组成的一个页面就叫网页。 +4.主页(首页) : 一个网站的起始页面或者导航页面。 * 标记: 也叫标签。每个标签都规定好了特殊的含义。 + +###Web前段分三层: +1.HTML:超文本标记语言,结构 +2.CSS:层叠样式表,样式 +3.JS:JavaScript,行为 \ No newline at end of file -- Gitee From e2e8cde793be4924a06bb19a42fe048de0242f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Mon, 9 Sep 2024 21:26:45 +0800 Subject: [PATCH 04/21] =?UTF-8?q?20240909=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\265\217\350\247\210\345\231\250.md" | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" index ff8bdf5..269355c 100644 --- "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" +++ "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" @@ -2,9 +2,9 @@ |浏览器| 渲染引擎| JS引擎| |:- |:-: | -:| |Google Chrome谷歌 |Chromium| v8| -Microsoft Edge| Chromium| Charkra| -Mozilla Firefox 火狐|Gecko| SpiderMonkey| -Safari苹果| WebKit| JAvaScriptCore| -Opera 挪威| Presto| Carakan| -QQ Browser QQ浏览器 | WebKit| JavaScript| -阿里巴巴 UC Browser| Blink| U3引擎 | \ No newline at end of file +|Microsoft Edge| Chromium| Charkra| +|Mozilla Firefox 火狐|Gecko| SpiderMonkey| +|Safari苹果| WebKit| JAvaScriptCore| +|Opera 挪威| Presto| Carakan| +|QQ Browser QQ浏览器 | WebKit| JavaScript| +|阿里巴巴 UC Browser| Blink| U3引擎 | \ No newline at end of file -- Gitee From c2c8c47a80904e105226a5af9927487385086264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Mon, 9 Sep 2024 21:31:20 +0800 Subject: [PATCH 05/21] =?UTF-8?q?20240909=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\265\217\350\247\210\345\231\250.md" | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" index 269355c..bff9941 100644 --- "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" +++ "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/\346\265\217\350\247\210\345\231\250.md" @@ -2,9 +2,9 @@ |浏览器| 渲染引擎| JS引擎| |:- |:-: | -:| |Google Chrome谷歌 |Chromium| v8| -|Microsoft Edge| Chromium| Charkra| -|Mozilla Firefox 火狐|Gecko| SpiderMonkey| -|Safari苹果| WebKit| JAvaScriptCore| -|Opera 挪威| Presto| Carakan| -|QQ Browser QQ浏览器 | WebKit| JavaScript| -|阿里巴巴 UC Browser| Blink| U3引擎 | \ No newline at end of file +|Microsoft Edge| Chromium| Charkra| +|Mozilla Firefox火狐|Gecko| SpiderMonkey| +|Safari苹果| WebKit| JAvaScriptCore| +|Opera 挪威| Presto| Carakan| +|QQ BrowserQQ浏览器 | WebKit| JavaScript| +|阿里巴巴UCBrowser| Blink| U3引擎 | \ No newline at end of file -- Gitee From cb905d9d20b4b6b165340bbec7c7d3b2b081bfba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Wed, 11 Sep 2024 20:41:06 +0800 Subject: [PATCH 06/21] =?UTF-8?q?202409011=E7=AC=94=E8=AE=B0=E5=92=8C?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20240911\344\275\234\344\270\2321.html" | 22 +++++++++++++ .../2 024 0911\347\254\224\350\256\260.md" | 31 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 "\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" create mode 100644 "\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/2 024 0911\347\254\224\350\256\260.md" diff --git "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" new file mode 100644 index 0000000..ef7edf4 --- /dev/null +++ "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" @@ -0,0 +1,22 @@ + + +
+ + ++ 我是一名大二学生 +
+ + + +床前看月光,疑是地上霜。
+举头望山月,低头思故乡。
+ + \ No newline at end of file diff --git "a/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/2 024 0911\347\254\224\350\256\260.md" "b/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/2 024 0911\347\254\224\350\256\260.md" new file mode 100644 index 0000000..4b10a96 --- /dev/null +++ "b/\344\276\257\345\207\244\351\230\263/\347\254\224\350\256\260/2 024 0911\347\254\224\350\256\260.md" @@ -0,0 +1,31 @@ +# 回到某一时刻并3强推并不会影响他人文件 + 1. git reset --hard xxxx(前四位) 回退 +2. git push -f 强推 +3. git reflog 查看推前推后两个时刻 + # 排版标签 + ```js +段落标签 +
预定义/预格式化文本标签(可以使空格表现出来) +``` +```js + +1.和 标签 + (1)div标签:可以把标签中的内容分割为独立的区块。必须单独占据一行。 + + (2)span标签:和div的作用一致,但不换行。 + + div和span的区别 + 和唯一的区别在于:是不换行的,而是换行的。 + 居中+ 2. + + + + + -- Gitee From c930a5d8bbf65942e11701cd38c502fccf43ae40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E5=87=A4=E9=98=B3?= <14091016+houfengyang@user.noreply.gitee.com> Date: Wed, 11 Sep 2024 20:50:39 +0800 Subject: [PATCH 07/21] =?UTF-8?q?202409011=E7=AC=94=E8=AE=B0=E5=92=8C?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\344\275\234\344\270\232/20240911.html" | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) rename "\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" => "\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/20240911.html" (32%) diff --git "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/20240911.html" similarity index 32% rename from "\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" rename to "\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/20240911.html" index ef7edf4..77222e6 100644 --- "a/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/2024 0911/20240911\344\275\234\344\270\2321.html" +++ "b/\344\276\257\345\207\244\351\230\263/\344\275\234\344\270\232/20240911.html" @@ -4,19 +4,23 @@Document + - -- 我是一名大二学生 -
- - - -静夜思
-李白
-
-床前看月光,疑是地上霜。
-举头望山月,低头思故乡。
+
+我是一名大二的软件工程学子