Swift

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

構文

ZStack { Circle() Text("文字列")}

...

Swift

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

構文

Image("アセット名") .overlay( Text("文字 ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
正規表現に一致する文字列を抽出するには、RegExpを使います。
1.引数に正規表現を指定したRegExpをイン ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
1.intlパッケージを導入します。
import ‘package:intl/intl.dart& ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
final formatter = DateFormat.yMd(‘ロケール’);
Da ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
String hex = 変数名.toRadixString(16);
toRadixStringメソッドを利用 ...

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