新页面

跳转到导航 跳转到搜索
新页面
隐藏注册用户 | 显示机器人 | 显示重定向

2026年4月15日 (星期三)

  • 14:232026年4月15日 (三) 14:23 ASG tags历史 | 编辑[2,929字节] Evan留言 | 贡献 (创建页面,内容为“<pre> import boto3 from datetime import datetime autoscaling = boto3.client('autoscaling') # ===== 配置区 ===== ASG_NAMES = [ 'asg-prod-web', 'asg-prod-api', 'asg-canary' ] TAG_KEY = 'DailyTag' TAG_VALUE = datetime.now().strftime('%Y-%m-%d') # PROPAGATE_AT_LAUNCH = True def get_asg_tag(asg_name, key): """获取 ASG 当前 Tag 值""" try: response = autoscaling.describe_auto_scaling_groups( AutoScalingGroupName…”)

2026年4月13日 (星期一)

  • 07:012026年4月13日 (一) 07:01 Aws oracle历史 | 编辑[552字节] Evan留言 | 贡献 (创建页面,内容为“Amazon RDS for Oracle + Multi-AZ(有 standby instance) <pre> aws rds reboot-db-instance \ --db-instance-identifier mydb \ --force-failover #check AZ aws rds describe-db-instances \ --db-instance-identifier mydb \ --query "DBInstances[0].MultiAZ" </pre>”)

2026年3月31日 (星期二)

  • 15:522026年3月31日 (二) 15:52 Aurora PG13 to PG14 Migration历史 | 编辑[3,127字节] Evan留言 | 贡献 (创建页面,内容为“ =回滚方案= <pre> 能从快照恢复: RDS → 快照 → 选中升级前的快照 恢复为新实例(或覆盖原实例) 恢复后版本回到 PG13 aws cli aws rds restore-db-instance-from-db-snapshot \ --db-instance-identifier YOUR_DB_NAME_RESTORE \ --db-snapshot-identifier before-pg14-upgrade \ --region ap-east-1 </pre>”)

2026年3月23日 (星期一)

2026年3月3日 (星期二)

  • 15:212026年3月3日 (二) 15:21 Python2026历史 | 编辑[45,271字节] Evan留言 | 贡献 (创建页面,内容为“<pre> 好的!给你每天都做成详细的 step-by-step 计划。 --- ## Day 1 — 字符串操作(60-90分钟) ### 第一步:看这些操作,每个自己手打一遍(20分钟) ```python s = "Hello World" # 基础操作 print(s[::-1]) # 反转 → "dlroW olleH" print(s.upper()) # 全大写 print(s.lower()) # 全小写 print(s.strip()) # 去首尾空格 print(s.split(" ")) # 分割 → ["Hello", "World"]…”)

2026年2月2日 (星期一)

  • 14:412026年2月2日 (一) 14:41 A Day in the Life of Jeff历史 | 编辑[19,579字节] Evan留言 | 贡献 (创建页面,内容为“category:englishcategory:ESL =1 Getting up = <pre> consult a dictionary [kənˈsʌlt] glossary[ˈɡlɑːsəri] n. 词汇表,术语表;专门词典 semester[sɪˈmestər] n. 学期,半学年 curtains[ˈkɜːtənz]窗帘(curtain的复数) sunlight[ˈsʌnlaɪt] n. 阳光,日光 layers 层 ; 表层 ; 层次 ;/lerz/ fabric[ˈfæbrɪk]n.织物; (建筑物的)结构(如墙、地面、屋顶); 布料; cloth material 布料 [məˈtɪriə…”)
  • 14:302026年2月2日 (一) 14:30 1 Difficult Customer历史 | 编辑[1,618字节] Evan留言 | 贡献 (创建页面,内容为“=dg= <pre> A: Good evening. My name is Fabio, I’ll be your waiter for tonight. May I take your order? B:No, I’m still working on it. This menu is not even in English. What’s good here? A:For you sir, I would recommend spaghetti [spəˈɡeti] and meatballs. B:Does it come with coke and fries…”)