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 ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
alignment: WrapAlignment.end
Wrapの引数「alignment」にWrapAli ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

概要
AppBarにハンバーガーメニューを追加するには、Scaffoldの引数「drawer」に「Drawer」を指定します ...

Ubuntu 23.04

環境
Ubuntu 23.04
Apache2

操作方法
1.userdir モジュールを有効にします

# a2enmod userdir

2.apache2を再起動します

# sy ...

Ubuntu 23.04

環境
Ubuntu 23.04
SSL証明書取得済み

概要
SSL/TLS の設定を有効化して、HTTPS による暗号化通信ができるように設定します。

操作方法
1.SSL/TL ...

Azure

環境
Azure portal

概要
次からデータを収集するには、Log Analytics ワークスペースが必要です。
サブスクリプション内の Azure リソース。
System Cen ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
SizedBox(
height: 高さ,
child: DrawerHeader(),
Dr ...