Oracle 21c

環境
OS Windows11 pro 64bit
Oracle Database 21c Express Edition

操作方法
1.oracleのブロック数を確認します。
SQL構文 ...

Apex

環境
Salesforce

構文
List<Account> リスト変数名 = ;
クエリ結果を新しいリストに代入します。

for(データのタイプ 変数名:リスト名){ ...

Oracle 21c

環境
OS windows11 pro 64bit
Oracle Database 21c Express Edition

説明
Oracleの表領域の容量は「DBA_DATA_FILES」の「BY ...

Mac OS X

環境
macOS

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

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

3.左側の「デスクトップとDock」をク ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
document.createEl ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
setInterval(func, ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
setTimeout(“ ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

書式
1.イベントを登録する
d ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

書式
ターゲット名.removeEven ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
let 変数名 = documen ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
cloneNode()
c ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
const 変数名 = docum ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
document.getEleme ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
Math.trunc(x)

iPhone

環境
macOS

操作方法
1.Finder を起動します。

2.左メニューの -> を選択します。

3.右側にiPhoneの詳細が表示されます。
「アップデートを ...

JavaScript

環境
Google Chrome  115.0.5790.171(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
querySelector(sel ...

Apex

環境
Salesforce

構文
lightning-layoutで「multiple-rows=”true”」を指定して複数列を表示します。
lightning-layout-item で「siz ...

SQLite

環境
Windows11 pro 64bit
sqlite 3.37.1

構文
min(カラム名)
min関数を使って最小値を取得します。

使用例
テーブル「studen ...