上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 49 下一页
摘要: from fastapi import FastAPI app= FastAPI() # 静态路由优先级高于动态路由 # 必须写在动态路由的前面 @app.get("/books/most_populer") def books_most_populer(): return {"This Book 阅读全文
posted @ 2023-03-21 16:42 LeoShi2020 阅读(121) 评论(0) 推荐(0) 编辑
摘要: from fastapi import FastAPI app= FastAPI() # 静态路由模式 @app.get("/login") def login(): return {"msg":"Welcome CoCo Login"} @app.get("/books/{number}") # 阅读全文
posted @ 2023-03-21 16:29 LeoShi2020 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 1. console登录 账号:admin 密码:admin@huawei.com 2. 转换FAT模式 <Huawei> system-view [Huawei] ap-mode-switch fat 3. web登录 修改默认密码 4. 网络配置 SSID "向导"-》"新建" POE接口划入V 阅读全文
posted @ 2023-03-20 10:15 LeoShi2020 阅读(787) 评论(0) 推荐(0) 编辑
摘要: yum install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm yum install git 阅读全文
posted @ 2023-03-19 20:47 LeoShi2020 阅读(62) 评论(0) 推荐(0) 编辑
摘要: clock timezone UTC add 08:00:00 ntp-service enable ntp-service unicast-server 10.105.210.3 ntp-service unicast-server 10.105.210.4 dis ntp-service ses 阅读全文
posted @ 2023-03-05 12:55 LeoShi2020 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 1. 实验环境 /opt/Taobao/Selenium/demo.py 2. os # 返回当前文件名称 print(os.path.basename(__file__)) # main.py # 返回整体路径 print(os.path.realpath(__file__)) # /opt/Ta 阅读全文
posted @ 2022-12-24 18:08 LeoShi2020 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/1940615/202212/1940615-20221222184728043-614190516.png) 阅读全文
posted @ 2022-12-22 18:47 LeoShi2020 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1. Firefox下载地址 wget https://ftp.mozilla.org/pub/firefox/releases/102.0esr/linux-x86_64/zh-CN/firefox-102.0esr.tar.bz2 1. 版本兼容信息 https://firefox-source 阅读全文
posted @ 2022-12-11 21:05 LeoShi2020 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1. 下载地址 wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 2. 安装 yum install google-chrome-stable_current_x86_64.rpm -y 3 阅读全文
posted @ 2022-12-11 19:34 LeoShi2020 阅读(35) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/1940615/202212/1940615-20221210182057455-1465685491.png) 阅读全文
posted @ 2022-12-10 18:21 LeoShi2020 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 49 下一页