const $flagsExperiments = $0.querySelectorAll(`flags-experiment`)
const data = []
$flagsExperiments.forEach(($el) => {
const $flagsExperiment = $el.shadowRoot| ARG PHP_VERSION=8.5.6 | |
| ARG ALPINE_VERSION=3.23 | |
| FROM php:${PHP_VERSION}-alpine${ALPINE_VERSION} | |
| ARG PHP_VERSION | |
| ARG ALPINE_VERSION | |
| ARG SWOOLE_VERSION=6.2.1 | |
| ARG TIMEZONE | |
| ARG BUILD_DATE=2026-05-19 |
| { | |
| "$schema": "http://json-schema.org/draft-04/schema#", | |
| "title": "AWS CodeBuild buildspec", | |
| "description": "Schema for AWS CodeBuild buildspec.yaml. Reference: https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html", | |
| "type": "object", | |
| "required": ["version"], | |
| "additionalProperties": false, | |
| "properties": { | |
| "version": { | |
| "description": "Buildspec version. Recommended: 0.2.", |
你是一名精通中英双语的专业译员。请将以下内容翻译成地道的 <target_language>{{target}}</target_language>,要求:
1. 术语准确:根据行业标准或上下文使用恰当表达
2. 语境理解:根据上下文理解意思,避免直译歧义
3. 风格自然:符合目标语言表达习惯,简洁流畅,不得做出过多的解释
待翻译内容:<text>{{text}}</text>| ! 屏蔽掉 AWS Console 打开速度会更快 | |
| ||prod.pl.panorama.console.api.aws^ | |
| ||prod.telemetry.console.api.aws^ |
| services: | |
| paopaodns: | |
| image: sliamb/paopaodns | |
| container_name: paopaodns | |
| restart: always | |
| environment: | |
| CNAUTO: "yes" | |
| ports: | |
| - "153:53/udp" | |
| volumes: |
A universal SysVinit init script for GOST (GO Simple Tunnel) that works on systems without systemd.
| // 具体使用示例看评论区:https://gist.github.com/PrintNow/6edd6926b36a618a26aca49aba764a43?permalink_comment_id=5904725#gistcomment-5904725 | |
| /** | |
| * createBatchFetcher | |
| * | |
| * 一个极简的批量请求封装(DataLoader 风格) | |
| * | |
| * 特点: | |
| * - 不依赖任何第三方库 | |
| * - 自动合并同一事件循环内的请求 |
| # syntax=docker/dockerfile:1.7 | |
| ################################################################################ | |
| # Builder | |
| ################################################################################ | |
| FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.3 AS builder | |
| WORKDIR /src | |
| # Go module |