PHP

環境
PHP 8.1.2
Ubuntu 22.04.1 LTS

構文
array_unshift(配列名, 追加する要素);
第1引数に配列、第2引数に追加する要素を指定します。
第 ...

PHP

環境
PHP 8.1.2
Ubuntu 22.04.1 LTS

構文
$result = array_diff(配列名, );
array_diff()の第1引数に対象の配列、第2引数に 「 ...

PHP

環境
PHP 8.1.2
Ubuntu 22.04.1 LTS

構文
$変数名 = strlen(対象の文字列);
文字列(string)のバイト数を取得するには、strlen()を使います ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

style: ElevatedButton.styleFrom( elevation:/*影の大きさ*/),

Ele ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
margin:/*EdgeInsetsクラスでマージンを指定*/,
OutlinedButtonをContai ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
decoration: TextDecoration.underline,
TextStyleの引数「deco ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

ListView( children: , ), ), );}

 

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
Text(‘文字列’.toUpperCase()),
Textのテキストを全て大文字に ...

Flutter

環境
Windows11 pro 64bit
Flutter 3.3.7

構文

SizedBox( width:/*横幅*/, child: Wrap( children: <Widget> ...

Kotlin

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

構文
val length = 配列名.count { true } ...

Kotlin

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

構文
val result = text.take(文字数) ...

Kotlin

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

構文
//{}内に並び替える際、比較する値を指定
val r ...

Kotlin

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

構文
//{}内に並び替える際、比較する値を指定
対象のMu ...

Kotlin

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

構文
val 変数名: List<T> =対象のMuta ...

Kotlin

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

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

Ubuntu 23.04

環境
Ubuntu 23.04
PostgreSQL 15

操作例
1.scram-sha-256 パスワードによる認証方式を設定します。
# vi/etc/postgresql/15/ma ...

Redis

環境
Windows11 64bit pro

操作方法
1.「スタート」を右クリックして「ファイル名を指定して実行」をクリックします。

2.「名前(O):」欄にcmdと入力し「OK」をクリックし ...

Redis

環境
CentOS Stream 9
Redis 7.0.5

構文
zinterstore 和集合するキー名 和集合する数 キー名1 キー名2 キー名3
スコアの積集合を取得するには、「zi ...