Evan的用户贡献

此用户有877次编辑。​账号创建于2025年6月20日 (星期五)。
跳转到导航 跳转到搜索
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2025年10月13日 (星期一)

  • 14:222025年10月13日 (一) 14:22 差异 历史 +816 Boto3 创建页面,内容为“=retain days= <pre> import boto3 logs_client = boto3.client('logs', region_name = 'ap-east-1') retention_in_days = 400 # Example: retain logs for 400 days myfile='rdslogs-prod.txt' try: # Read log group names from the file with open(myfile, 'r', encoding='utf-8') as f: target_log_groups = [line.strip() for line in f if line.strip()] except FileNotFoundError: print(f"Error: Cannot find the file '{myfile}'") exit() for log_group_name i…”
  • 14:192025年10月13日 (一) 14:19 差异 历史 +12 Aws基础 aws Lambda

2025年10月12日 (星期日)

2025年10月11日 (星期六)

2025年10月10日 (星期五)

2025年10月9日 (星期四)

2025年10月7日 (星期二)

2025年10月6日 (星期一)

  • 14:552025年10月6日 (一) 14:55 差异 历史 +981 Mssql 创建页面,内容为“<pre> 步骤 2:设置 CloudWatch 日志订阅过滤器到 S3​​ 现在,你需要让 CloudWatch 自动将收到的日志传输到 S3。 进入 ​​CloudWatch 控制台​​。 在左侧导航栏的 ​​日志​​ 下,点击 ​​日志组​​。 找到并点击你的 RDS 实例对应的日志组,名称类似 /aws/rds/instance/你的实例名称/error。 切换到 ​​订阅过滤器​​ 标签页,然后点击 ​​创建订阅过滤…”

2025年10月1日 (星期三)

2025年9月30日 (星期二)

2025年9月29日 (星期一)

2025年9月26日 (星期五)

2025年9月25日 (星期四)

2025年9月24日 (星期三)

  • 03:202025年9月24日 (三) 03:20 差异 历史 +1,369 重启 ​​AWS PostgreSQL RDS 集群 创建页面,内容为“<pre> 在左侧导航栏选择 ​​"数据库"​​(Databases)。 找到你的 ​​PostgreSQL 集群​​(Aurora PostgreSQL 或 RDS PostgreSQL)。 ​​选择集群​​(如果是 Aurora,选择 ​​Writer 实例​​)。 点击 ​​"操作"(Actions)​​ > ​​"重启"(Reboot)​​。 选择是否 ​​"强制重启"(Failover)​​(适用于 Aurora,会切换主实例)。 点击 ​​"重启数据库"(Re…”

2025年9月20日 (星期六)

2025年9月18日 (星期四)

2025年9月15日 (星期一)

2025年9月10日 (星期三)

2025年9月7日 (星期日)

2025年9月5日 (星期五)

  • 11:222025年9月5日 (五) 11:22 差异 历史 −387 首页 无编辑摘要
  • 11:152025年9月5日 (五) 11:15 差异 历史 −11 首页 无编辑摘要
  • 11:112025年9月5日 (五) 11:11 差异 历史 +400 首页 无编辑摘要 标签可视化编辑:已切换
  • 03:422025年9月5日 (五) 03:42 差异 历史 +466 Ksh 创建页面,内容为“=intro= The Korn Shell (ksh) is a Unix shell developed by David Korn in the early 1980s at Bell Labs. It was designed to combine the features of the Bourne Shell (sh) and the C Shell (csh), offering enhanced functionality for both interactive use and scripting. It is known for its performance efficiency and advanced scripting capabilities. =task 1= == add new parms== 开始有 7个 最后一个为EXTRA_PARMS_LIST=$7 那我就得 加个$7 ,EXTRA_PARMS_LIST=$8”
  • 03:362025年9月5日 (五) 03:36 差异 历史 +414 分类:Shell 创建页面,内容为“Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.” 当前

2025年8月31日 (星期日)

最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500