Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
final 変数名= DateTime変数名.toIso8601String();
toIso8601Strin ...

Swift

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

構文

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

Swift

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

構文

Button(xxx) .foregroundColor(colo ...

Swift

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

構文
func shadow( Color : Color , rad ...

Swift

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

構文
DatePickerを日本語化するには、environment修 ...

Swift

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

構文

Picker(xxx) .pickerStyle(PickerSt ...

Azure

環境
Microsoft Azure

操作方法
Azure ポータルのメニューから すべてのサービス を選択します。

2.検索ボックスに nsg と入力し、検索します。

3.「ネット ...

Azure

環境
Microsoft Azure

構築手順
1.サブネットの構築
2.Azure Bastion の構築

サブネットの構築方法
1).Azure portal管理画面にサイン ...

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