IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

書式
iconv

概要
iconvコマンドは、指定した入力ファイルの文字コードを変換するコ ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

書式
nkf

概要
nkfコマンドは、JIS、Shift_JIS、EUC、UTFといった文 ...

IT

環境
Salesforce

構文
変数名 = null ? 変数名 : ”
nullをemptyに変換します。

使用例

List<Account> accL ...

IT

環境
Salesforce

概要
trigger myAccountTrigger on Account (before insert, before update) {
//処理コード
} ...

IT

環境
Salesforce

概要
trigger TriggerName on ObjectName (trigger_events) {
code_block
}
trigger_ ...

IT

環境
Salesforce

概要
アプリケーションのテストに使用するコードのみを含むクラスおよびメソッドを定義するには @IsTest アノテーションを使用します。このアノテーションでは、
括弧で囲 ...

IT

環境
Salesforce

概要
@TestSetup アノテーションで定義されたメソッドは、クラスのすべてのテストメソッドで
使用できる一般的なテストレコードの作成に使用されます。
@Te ...

IT

環境
Salesforce

概要
1.テストデータの作成
@testSetup
static void setup() {
2.SObjectデータ作成
Account te ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
Container(
alignment: Alignment.bottomLeft,
child:/ ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

書式
sed スクリプトコマンド 入力ファイル

操作例
1.最初にマッチしたものを置換しま ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
GridView.count(
crossAxisCount:/*カラム数*/,
),
Gri ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
GridView.count(
mainAxisSpacing:/*縦方向の間隔*/,
crossAx ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
MaterialButton(
color: Colors.blue,
textColor: Colo ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
style: OutlinedButton.styleFrom(
fixedSize: Size.fromHe ...

IT

環境
iOS 17.3

操作方法
1.「メモ」アプリを起動します。

2.右下の新規のマークをタップします。

3.下のメニューのカメラのマークをタップします。

4.メニュー ...

IT

環境
iOS 17.3

操作方法
1.iPhoneの「設定」アプリを開き「アクセシビリティ」をタップします。

2.アクセシビリティが開きます。
「Appごとの設定」をタップします。 ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
child: Column(
children: ,
),
Drawerで表示するウェジェット ...

IT

環境
Windows11 pro 64bit
Flutter 3.3.7

構文
boxShadow: ,
DrawerHeaderの引数「decoration」に、BoxDecoration ...