14 search resultsShowing 1~14 results

Stocked
gouxiong

@gouxiong

役割output

New-Item -ItemType Directory -Path C:\temp -Force | Out-Null Get-WindowsFeature | Where-Object {$...

0
0
Comment0
gouxiong

@gouxiong

sql test

CREATE DATABASE test; USE test; CREATE TABLE test_tbl ( id INT AUTO_INCREMENT PRIMARY KEY, memo V...

0
0
Comment0
gouxiong

@gouxiong

senjubtest

ps -ef | grep -E 'td-agent|fluentd|td-agent-bit' | grep -v grep ls -l /var/log/td-agent tail -n 5...

0
0
Comment0
gouxiong

@gouxiong

command test

Select-String -Path "D:\DigitalKUMON\JPN\App\*.config" -Pattern "connectionString=" -SimpleMatch

0
0
Comment0
gouxiong

@gouxiong

aws git

先清理坏掉的键(可能不存在,报错可忽略) git config --global --unset-all credential.usehttppath 2>/dev/null || tru...

0
0
Comment0
gouxiong

@gouxiong

step function test

{ "Comment": "3:00 -> 4:00 -> 5:00(速報/確報並行)。各ステップは時間到達かつ直前ステップ完了が条件。", "StartAt": "Job1_Run...

0
0
Comment0
gouxiong

@gouxiong

test docker

version: 0.2 env: variables: AWS_DEFAULT_REGION: ap-northeast-1 ACCOUNT_ID: "123456789012" ...

0
1
Comment0
gouxiong

@gouxiong

api key

from constructs import Construct from cdktf import TerraformStack from imports.aws import ApiGate...

0
0
Comment0
gouxiong

@gouxiong

aws iam code

# variables.py role_config = { "lambda": { "trusted_role_services": ["lambda.amazonaws.com"], "cu...

0
0
Comment0
gouxiong

@gouxiong

aws s3

# variable.py buckets_info = [ { "name": "my-s3-bucket-1", "lifecycle_rules": [ { "id": "expire_o...

1
0
Comment0

14 search resultsShowing 1~14 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in