MariaDB

環境
MariaDB 10.11.2
Ubuntu 23.04

操作方法
1.バックアップツールをインストールします。

# apt -y install mariadb-backup

2. ...

MariaDB

環境
MariaDB 10.11.2
Ubuntu 23.04
SSL/TLS 証明書の取得済み

操作方法
1. 作成した証明書をコピーする

# mkdir/var/lib/mysql ...

Python

環境
Windows 11 Pro 64bit
Python 3.11

構文
datetime.utcnow()
utcnow()は、UTCの現在の日付と時刻を保持するdatetimeを生成 ...

Python

環境
Windows 11 Pro 64bit
Python 3.11

構文
plt.ylim(最小値, 最大値)
ylim()を使って、y軸の最大値と最小値を設定します。

使用 ...

Python

環境
Windows 11 Pro 64bit
Python 3.11

構文
datetime.now()
ow()は、現在の日付と時刻を保持するdatetimeを生成します。

...

Python

環境
Windows 11 Pro 64bit
Python 3.11

構文
変数t = list(filter(lambda x: x % 2 != 0, リスト名))
引数1:1つの引数 ...

Eclipse

環境
Windows10 Pro 64bit
Eclipse

操作方法
1.「ウインドウ(W)」->「設定(P)」をクリックします。

2.「一般」->「外観」->「色と ...

Dart

環境
Windows 11 pro 64bit
Dart 2.18.4

構文
リスト.map(引数) =>式
Listで「mapメソッド」を使うには、引数に「「(T element) ...

Swift

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

構文
配列名.randomElement()
配列の要素をラン ...

Swift

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

構文
let result = 対象の辞書名.values.joine ...

Swift

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

構文
func onDelete(perform : (indexSe ...

Swift

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

構文

ItemView() .listRowInsets(EdgeIns ...

Swift

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

構文

Rectangle() .aspectRatio(アスペクト比, ...

Mac OS X

環境
macOS

操作方法
1.メニューバーの「Appleメニュー」をクリックします。

2.「システム設定…」をクリックします。

3.左側の「トラックパッド」をクリックし ...

Swift

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

構文

TextField(xxx) .toolbar { Toolbar ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
Material(
shape: CircleBorder(), //引数「shape」に形を指定する ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
TextFormFieldの引数「initialValue」を使ってウェジェッに初期値を設定します。

使用 ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
decorationStyle: TextDecorationStyle.dashed,
Textの下線を破線 ...