IT

環境OS Windows11 pro 64bitOracle Database 21c Express Edition構文V$LOGFILEは、REDOログ・ファイルの情報を示します。REDOログファイルのグループやステータス、タイプ、メン ...

Apex

環境
Salesforce

構文
Map<String,Integer>変数名 = new Map<String,Integer>();
変数名.put(キー,値); ...

Apex

環境
Salesforce

構文
Map<データの型1,データの型2>変数名 = new Map<データの型1,データの型2>();
変数名.put(key,value); ...

JavaScript

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

構文
join()
join(s ...

Apex

環境
Salesforce

構文
書式1
Set<データの型> セット変数名 = new Set <データの型>();
セット変数名.add(文字列);

...

Apex

環境
Salesforce

構文
1.リストの宣言
List<Account> リスト変数名 = new List<Account>();

2.while(条件式 ...

Cmd

環境
Windows10 pro 64bit
コマンドプロンプト

構文
xcopy (option)
オプションの説明

/A アーカイブ属性が設定されているファイルのみをコピーし、 ...

Apex

環境
Salesforce

構文
書式1
for (変数名 : ) {
処理コード
}

書式2
for (リスト変数名 : ) {
処理コード
} ...

Oracle 19c

環境
OS Windows11 pro 64bit
Oracle Database 19c

構文
UNIFORM_LOG_TIMESTAMP_FORMAT
デフォルト値 true

tr ...

Visual Studio Code

環境
Salesforce
Visual Studio Code

操作方法
1.「ファイル(F)」->「ユーザー設定」->「設定」を選択します。

2.apexを入力し検索しま ...

Oracle 21c

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

構文
DBA_REGISTRYは、コンポーネント・レジストリにロードされる ...

Oracle 21c

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

構文
タイムゾーンを取得するには DBTIMEZONE、SESSIONTI ...

MySQL

環境
Windows10 pro 64bit
MySQL 5.7

操作例
1.1番目のカラムで並び替える場合、以下のSQL構文を実行する
mysql> SELECT * FROM us ...

JavaScript

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

構文
変数 = 配列.filter(ca ...

Salesforce

環境
Salesforce

書式
JavascriptAPIを使用します

import { LightningElement,api,wire } from 'lwc'import { getReco ...

Oracle 21c

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

DATABASE_PROPERTIESは、永続データベース・プロパティを示します。 ...

Oracle 21c

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

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

Apex

環境
Salesforce

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

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