Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

ListView.builder( scrollDirection: Axis.horizontal, itemCoun ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

decoration: BoxDecoration( boxShadow: , ),

Containerに影をつける ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

child: FittedBox( child: Icon(アイコン), fit: BoxFit.fill,),

ア ...

Kotlin

環境
Windows11 pro 64bit
java 19.0.1
kotlin 1.7.20-release-201

構文
val 変数名 = Math.floor(数値);
M ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

GridView.count( crossAxisCount:/*数値*/, children: ; @override ...

Kotlin

環境
Windows11 pro 64bit
java 19.0.1
kotlin 1.7.20-release-201

構文
val 変数名 = array.maxOf { it } ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

enabledBorder: UnderlineInputBorder( borderSide: BorderSide( ...

Windows11

環境
Windows 11 pro 64bit 22H2

操作方法
1.「スタート」を右クリックします。

2.「設定」をクリックします。

3.設定の左メニュー を選択します。

Kotlin

環境
Windows11 pro 64bit
java 19.0.1
kotlin 1.7.20-release-201

構文

xxx.forEach {return@forEach//con ...

Kotlin

環境
Windows11 pro 64bit
java 19.0.1
kotlin 1.7.20-release-201

構文
map名.containsKey(key)
conta ...

Kotlin

環境
Windows11 pro 64bit
java 19.0.1
kotlin 1.7.20-release-201

環境
val result = 文字列.split(“正 ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文

TextField(xxx) .disabled(true)

...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文
プレースホルダーの設定は、TextFieldの引数titleKe ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文

HStack { TextField("", text: $edi ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文

TextField(xxx) .keyboardType(.pho ...

AlmaLinux 9

環境
AlmaLinux 9.2

概要
SFTP サーバー機能は AlmaLinux ではデフォルトで有効になっていますが、もし有効になっていない場合は
に の行を追加して
をリロードしま ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS

構文

TextEditor(text: $editText) .font ...

AlmaLinux 9

環境
AlmaLinux 9.2

概要
SSH を利用して、暗号化通信によるセキュアなファイル転送をすることができます。

使用例
SCP (Secure Copy) によるファイルコピー ...