macOS パッケージを再インストールする方法
環境
macOS
操作方法
1.ターミナルを起動します。
2.パッケージをアンインストールします
$ brew uninstall packageName
3.パッケージをイ ...
macOS Homebrewでパッケージを再インストールする
環境
macOS
操作方法
1.ターミナルを起動します。
2.ターミナルに下記コマンドを入力しEnterキーを押します
brew reinstall packageName
...
AlmaLinux9 nginx のバーチャルホストを設定する方法
環境
AlmaLinux 9.2
操作方法
1.nginxのバーチャルホストを設定します。
AlmaLinux 9 nginxをインストールする方法
環境
AlmaLinux 9.2
操作方法
1.nginx をインストールします
2.nginx の基本設定を行います
# vi/etc/ng ...
Windows11 ハードディスク・SSDを暗号化する方法
環境
Windows 11 Pro 22H2 64bit
操作方法
1.スタートボタンをクリックしてスタートメニューを開きます。
2.「設定」をクリックします。
3.左側メニューの「 ...
macOS VirtualBoxを再インストールする方法
環境
macOS
操作方法
1.ターミナルを起動します。
2.ターミナルに下記コマンドを入力して、エンターキーを押し、コマンドを実行します。
$ brew reinstall --cask ...macOS ターミナルでPythonのバージョン確認をする方法
環境
macOS
操作方法
1.ターミナルを起動します。
2.「python3 –version」を入力し、エンターキーを押します。
python3 --version3.ターミナル ...
macOS brewでVirtualBoxをアンインストールする
環境
macOS
操作方法
1.ターミナルを起動します。
2.ターミナルに「brew uninstall –cask virtualbox」を入力します。
エンターキーを押し ...
Flutter WebViewの背景色を設定する方法
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
WebViewの背景色を設定するには、引数「backgroundColor」を使います。
形式
AWS VPCフローログを作成する方法
環境
AWS VPC
概要
VPCのネットワークインターフェイスとの間で行き来するトラフィックに関する情報をキャプチャできるように
する機能でCloudWatch Logs か s3に発行できます。 ...
Flutter TextFormFieldの右側にアイコンを表示する
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
TextFormFieldの右側にアイコンを表示するには、InputDecorationの引数「suffixIcon」 ...
Flutter TextFromFieldに枠線を付ける
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
TextFormFieldに枠線を付けるには、引数「decoration」を使います。
使用例
Te ...Flutter TextFormFieldのテキストを縦方向で中央に寄せる
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
TextFormFieldのテキストを縦方向で真ん中に寄せるには、引数「textAlignVertical」を使います ...
Flutter SnackBarの横幅を設定する方法
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
SnackBarの横幅を設定するには、引数「width」と引数「behavior」を使います。
Flutter IconButtonのタップ中の色を変えるサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
概要
IconButtonのタップ中の色を変えるには、引数「highlightColor」を使います。
使用例 ...
Flutter アイコン(Icon)の背景色を設定する方法
環境
Windows11 pro 64bit
Flutter 3.3.7
1.Inkを使う方法
説明
InkのchildにIconウェジェットを指定します。
Inkの引数「color ...
Flutter アイコン(Icon)を右に寄せるサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
Align( alignment: Alignment.centerRight, child: Icon(/*アイコン* ...Swift 文字列をURLに変換するサンプル
環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS
構文
let url = URL(string: str)
U ...