Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
Container(
decoration: BoxDecoration(//Containerの引数「dec ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
child: Icon(Icons.timer)
タイマーのアイコンを表示するには、Icons.timerを使 ...

Kotlin

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

構文
map変数名.keys.removeIf { 条件式 }; ...

Kotlin

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

構文
対象のMutableList名.sortDescending( ...

Kotlin

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

構文
val result =対象の文字列.split(“ ...

Chrome

環境
Windows 10 Home 64bit
Google Chrome 117.0.5938.134(Official Build) (64 ビット)

操作方法
1.Google Chrome ...

Python

環境
Windows 11 Pro 64bit
Python 3.11

構文
result = arr
Numpy配列(ndarray)を偶数のみにするには、)result = numspr ...

Mac OS X

環境
macOS

操作方法
1.ターミナルを起動します。

2.「esc」キー + 「F」キーを押します。

3 .右の単語に移動します。

4.「esc」キー + 「B」キー ...

Windows11

環境
Windows 11 pro 64bit 22H2

操作方法
1.「Windowsキー」と「G」を同時に押します。

2.ゲームバーが表示されます。

Windows11

環境
Windows 11 pro 64bit 22H2

操作方法
1.「ALT」キーと「F4」キーを同時に押します。

2.Windowsの開いているアプリが終了します。

Windows11

環境
Windows 11 pro 64bit 22H2

操作方法
1.「Windowsキー」と「A」を一緒に押します。

2. Windowsのアクションセンターが開きます。

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
現在のDateTimeをフォーマットするには、DateFormatクラスを使います。
1.intlパッケージをイ ...

Swift

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

構文
let url = URL(string: 文字列) ...

Excel2013

環境
Windows 10 Pro 22H2 64bit
Excel 2013

操作方法
1.重複データを含む列(例C列)を選択します。

2.タブにある→→をクリックします。 ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
await Future.delayed(Duration(xxx));
Future.delayed関数をaw ...

Swift

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

構文
辞書の変数名.updateValue(新しい値, forKey: ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
listEquals(リスト1, リスト2)
listEquals関数を使って2つのリストを比較します。 ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
sleep(Duration(xxx))//Durationで時間を指定
引数に時間を指定したsleep関数を呼 ...