From a2e9edf8c2013c8bd6d09e8bcddec3a64eaf000e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=A1=E6=98=9F=E8=88=AA?= Date: Sun, 1 Dec 2024 13:56:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 管星航 --- .../20241126-\347\254\224\350\256\260.md" | 9 +++++++ ...32\345\217\212\347\254\224\350\256\260.md" | 25 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 "\347\256\241\346\230\237\350\210\252/20241126-\347\254\224\350\256\260.md" create mode 100644 "\347\256\241\346\230\237\350\210\252/20241128-\344\275\234\344\270\232\345\217\212\347\254\224\350\256\260.md" diff --git "a/\347\256\241\346\230\237\350\210\252/20241126-\347\254\224\350\256\260.md" "b/\347\256\241\346\230\237\350\210\252/20241126-\347\254\224\350\256\260.md" new file mode 100644 index 0000000..9fceead --- /dev/null +++ "b/\347\256\241\346\230\237\350\210\252/20241126-\347\254\224\350\256\260.md" @@ -0,0 +1,9 @@ +### 笔记 +## 正向代理 + + +pc 通过找一个代理服务器 让代理服务器去访问 web服务器 + +## 反向代理 + +web服务器设置一个代理服务器让pc端 通过访问 代理服务器 访问 web服务器 \ No newline at end of file diff --git "a/\347\256\241\346\230\237\350\210\252/20241128-\344\275\234\344\270\232\345\217\212\347\254\224\350\256\260.md" "b/\347\256\241\346\230\237\350\210\252/20241128-\344\275\234\344\270\232\345\217\212\347\254\224\350\256\260.md" new file mode 100644 index 0000000..a1768fa --- /dev/null +++ "b/\347\256\241\346\230\237\350\210\252/20241128-\344\275\234\344\270\232\345\217\212\347\254\224\350\256\260.md" @@ -0,0 +1,25 @@ +#### 笔记 +接收view +@model 命名空间.类名 @Model.键 + +定位点 +``` + +``` +#### 专业项练习-视图及其模板引擎 + +1. 渲染(展示)简单数据类型到视图 + +![](https://gitee.com/he-ziyueL/img/raw/master/20241201183422.png) +2. 渲染(展示)对象数据到视图 + + +3. 渲染(展示)集合数据到视图 + +![{DF2AB127-5378-4965-A2B8-FAF1457C59B7}](https://gitee.com/guo-mengyuan11/picture-bed/raw/master/images/202412011554225.png) +4. 渲染(展示)包含集合数据的对象数据到视图 + +![4](https://sgqt.oss-cn-hangzhou.aliyuncs.com/4.png) +5. 尝试构建如下图所示的经典CRUD列表 + +![20241201214137](https://yihen1556.oss-cn-guangzhou.aliyuncs.com/setu/20241201214137.png) \ No newline at end of file -- Gitee