Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
var 変数名 = 文字列.padLeft(桁数, ‘0’);
padLeft関数の第1 ...

TypeScript

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
const result: string = 文字列.trim()
trim()は、呼び出した文字列( ...

TypeScript

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
for (let item of .reverse()) {
//ループ処理コード
} ...

TypeScript

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
配列名.sort((引数1, 引数2) => 0.5 – Math.random()) ...

TypeScript

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
const result: number = 数値 ** 0.5
演算子を使って数値の平方根(ルート2 ...

TypeScript

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
Object.assign(obj, {key1: value1, key2: value2, ・・・});/ ...

TypeScript

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
配列名.splice(index, 0, value);
splice()の第1引数に追加する場所、第 ...

Azure

環境
Microsoft Azure

操作方法
1.Azure portal管理画面にサインインします。

2.検索ボックスに、「NAT ゲートウェイ」と入力します。
検索結果から を選 ...

Azure

環境
Microsoft Azure

操作方法
1.Azure portal管理画面に移動します。

2.Azure Arc を検索して選択し、 を選択します。

3.「インフラストラク ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
shape: RoundedRectangleBorder(
side: BorderSide(),

Ubuntu 23.04

環境
Ubuntu 23.04

概要
Basic 認証を設定して、特定のページに対してユーザー認証が必要なようにアクセス制限をかけます。

使用例
ディレクトリを認証対象として設定します。 ...

Azure

環境
Microsoft Azure

操作方法
1.Azure Portal管理画面にログインします。

2.検索ボックスに、「network watcher」と入力します。
検索結果で ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
leading: CircleAvatar(
backgroundImage: AssetImage(xxx& ...

Ubuntu 23.04

環境
Ubuntu 23.04

概要
PHP-FPM (FPM : FastCGI Process Manager) をインストールして、PHP スクリプトの実行を高速化します。

操作方法

Azure

環境
Microsoft Azure

操作方法
1.Azure Portal管理画面にログインします。

2.検索ボックスに、「network watcher」と入力します。
検索結果で ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
ListTile(
leading: Image(),
title: Text(‘test ...

Ubuntu 23.04

環境
Ubuntu 23.04

概要
Apache httpd で PHP スクリプトを利用します。

操作方法
1.PHP をインストールします。

# apt -y install ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
minVerticalPadding: Double型の値
ListTileの引数「minVerticalPa ...