diff --git "a/\347\253\245\345\256\211\347\220\252/20241126-\346\255\243\345\217\215\344\273\243\347\220\206.md" "b/\347\253\245\345\256\211\347\220\252/20241126-\346\255\243\345\217\215\344\273\243\347\220\206.md" new file mode 100644 index 0000000000000000000000000000000000000000..5cf27c5552fa94a82ab6d68e404e3f663deb586d --- /dev/null +++ "b/\347\253\245\345\256\211\347\220\252/20241126-\346\255\243\345\217\215\344\273\243\347\220\206.md" @@ -0,0 +1,7 @@ +# 正向代理 + +## pc ————》 由于一些原因不能直接访问web服务器(例如:隐藏ip等原因) ——X——》 web服务器 pc ——通过找一个——》 代理服务器 ——让代理服务器去访问——》 web服务器 + +# 反向代理 + +## pc ——X——》 隐藏的web服务器 web服务器 ————》 设置一个 ————》 代理服务器 pc端 ————》 访问 ————》 代理服务器(只能通过代理服务器去访问) ————》 访问 ————》 web服务器 \ No newline at end of file diff --git "a/\347\253\245\345\256\211\347\220\252/20241128-\350\247\206\345\233\276.md" "b/\347\253\245\345\256\211\347\220\252/20241128-\350\247\206\345\233\276.md" new file mode 100644 index 0000000000000000000000000000000000000000..70a3cb0d36e074f1dbea5df33b4920fcefc7fb2d --- /dev/null +++ "b/\347\253\245\345\256\211\347\220\252/20241128-\350\247\206\345\233\276.md" @@ -0,0 +1,25 @@ +# 视图定义属性 + +定义: @{ 属性(键值对) } 调用: @键 + +# 接收view + +@model 命名空间.类名 @Model.键 + +# 定位点 +``` + +``` + +# 作业 +1.![](https://s10.aconvert.com/convert/p3r68-cdx67/avi5y-wkl7i.jpg) + +2.![](https://s10.aconvert.com/convert/p3r68-cdx67/as4a1-kpjaa.jpg) + +3.![](https://s10.aconvert.com/convert/p3r68-cdx67/ar779-f8cxx.jpg) + + +4.![](https://s10.aconvert.com/convert/p3r68-cdx67/aacbb-2ymtx.jpg) + + +5.![](https://s10.aconvert.com/convert/p3r68-cdx67/a04nm-ez9ft.jpg) \ No newline at end of file