Flutter DataTableのヘッダーの背景色を設定するサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
headingRowColor: MaterialStateProperty.resolveWith((states) ...Flutter DataTableにDataRowを追加する方法
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
DataTableにDataRowを追加するには、リストの変数を使います。
作成方法
1.表示するDa ...
Flutter DataTableのヘッダーを非表示にするサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
headingRowHeight: 0,DataTableのヘッダーを非表示にするには、引数「headingRow ...
Flutter DataTableを横スクロールするサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
SingleChildScrollView( scrollDirection: Axis.horizontal, //引 ...Flutter webview_flutterを使用する方法
環境
Windows11 pro 64bit
Flutter 3.3.7
操作方法
1.pubspec.yamlでパッケージを追加します。
dependencies:
webview ...
Ubuntu 23.04 バックアップしたデータをMariaDB サーバーへリストアする方法
環境
MariaDB 10.11.2
Ubuntu 23.04
操作方法
1. MariaDB を停止します。
2.既存データを削除する ...
MariaDB 10.11 データベースを バックアップするサンプル
環境
MariaDB 10.11.2
Ubuntu 23.04
操作方法
1.バックアップツールをインストールします。
2. ...
MariaDB SSL/TLS による暗号化通信の設定を有効にする方法
環境
MariaDB 10.11.2
Ubuntu 23.04
SSL/TLS 証明書の取得済み
操作方法
1. 作成した証明書をコピーする
Python utcnow()を使って現在の日付と時刻を取得するサンプル
環境
Windows 11 Pro 64bit
Python 3.11
構文
datetime.utcnow()
utcnow()は、UTCの現在の日付と時刻を保持するdatetimeを生成 ...
Python ylim()で棒グラフの最大値と最小値を表示するサンプル
環境
Windows 11 Pro 64bit
Python 3.11
構文
plt.ylim(最小値, 最大値)
ylim()を使って、y軸の最大値と最小値を設定します。
使用 ...
Python now()を使って今の日付時刻を取得するサンプル
環境
Windows 11 Pro 64bit
Python 3.11
構文
datetime.now()
ow()は、現在の日付と時刻を保持するdatetimeを生成します。
...
Python filter関数でリストを奇数だけ取得するサンプル
環境
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 mapメソッドを使ってリストの要素を新しいリストを作るサンプル
環境
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 onDelete関数を使ってリスト)の要素を削除するサンプル
環境
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 ...