IT

環境
AWS CLI
Python3.9
AWS S3

操作方法
1.pythonのboto3をインストールします。
pip install boto3

2.python ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例
root グループに所属する root ユーザーが所有する cftgrprj ファイルのパー
ミ ...

AWS

環境
AWS CLI
AWS S3

操作方法
1.sync同期実行前

$ aws s3 ls s3://arkgame-bucket/--recursive2022-04-01 08:32:4 ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例1
topコマンドを実行すると以下のように表示されます。
cpuの使用率の降順で表示されます。 ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例
1.メモリの使用量を確認する(free)

# free -btotal used free sha ...

AWS

環境
AWS CLI
AWS S3

操作例
1.移動前確認
$ ls
test1.csv test1.md test1.txt

2.移動を行う
$ aws s3 ...

Apex

環境
Salesforce

操作例1
Account acc1 = new Account(Name = ‘data1’);
Account acc2 = new Accou ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例
1.ホスト名を表示する(hostname)
$ hostname
localhost.l ...

AWS

環境
AWS CLI
AWS S3

操作例
1.ローカルファイルをバケットにコピーする
$ ls
test1.csv test1.md test1.txt
$

$ aw ...

AWS

環境
AWS CLI
AWS S3

操作例
1.バケット一覧の取得
$ aws s3 ls

2.オブジェクト一覧の取得
$ aws s3 ls s3://ark-test ...

IT

環境
Windows 11 Po 64bit
Excel 2019

操作方法
1.色を付けたい範囲を選択します。

2.ウィンドウ上部の「ホーム」タブのリボンメニューを開き、
「ス ...

IT

環境
Windows 11 Po 64bit
Excel 2019

構文
TEXT(セル名,”aaaa”)
Text関数を使用して、日付のセルを指定して曜日を表示させ ...

IT

環境
Windows 11 Po 64bit
Excel 2019

構文
TEXT(セル名,”aaa”)
Text関数を使用して、日付のセルを指定して曜日を表示させま ...

IT

環境
Windows 11 Po 64bit
Excel 2019

操作方法
1.例B2セルに日付「2024/1/28」が入力されています。

2.日付の入力されたセルを右クリックしてメニ ...

IT

環境
Windows 11 Pro64bit
Microsoft Edge  121.0.2277.83 (公式ビルド) (64 ビット)

操作方法
1.スタートメニューを開き、「すべてのアプリ」を ...

IT

環境
Windows 11 Pro 64bit
Microsoft Edge  121.0.2277.83 (公式ビルド) (64 ビット)

操作方法
1.Edgeを起動します。

2.ウ ...

Edge

環境
Windows 11 Pro 64bit
Microsoft Edge  121.0.2277.83 (公式ビルド) (64 ビット)

操作方法
1.Edgeを起動します。

2.画 ...

IT

環境
Oracle Database 21c Express Edition

構文
STDDEV( 数値カラム )
標準偏差を取得するには、「STDDEV」を使用します。

操作例