Aws 创建和配置弹性负载均衡器,并配置运行状况检查 2025-08-31 aws 660 words 2 mins read AWS 创建和配置弹性负载均衡器,并配置运行状况检查 使用aws负载均衡器,可以将单一入口的流量分发到多个后端服务器。同时可以结合Auto Scali Read more...
aws windows rdp 创建新的远程登录账号 2025-08-30 aws 786 words 2 mins read 使用 RDP 客户端连接到 Windows 实例 要在AWS上的Windows EC2实例上创建新的远程登录账号,需要先连接到实例,然后使用本地用户和组工具创建新用户, Read more...
Typescript 极速梳理 2025-08-30 typescript 6676 words 14 mins read Typescript 极速梳理 TypeScript 极速梳理 1. 类型声明 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 let a: string // 变量a只能存储字符串 let b: number // 变量a只能存储数值 let c: boolean // 变量 Read more...
Vue3 快速入手 2025-08-30 vue3 22172 words 45 mins read Vue3 快速入手 1. Vue3简介 2020年9月18日,Vue.js发布版3.0版本,代号:One Piece(n 经历了:4800+次提交、40+个RF Read more...
Openresty + Lua + Redis 实现动态IP黑名单 2025-08-28 openresty nginx 1862 words 4 mins read Openresty + Lua + Redis 实现动态IP黑名单 在 Nginx 中屏蔽特定 IP 地址是提升服务器安全性的有效方式,可以防止恶意访问和攻击。 配置deny指令来屏蔽IP Nginx 主要通过 deny Read more...