IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作方法
1.etc/ssh/sshd_config ファイルを開き、 PermitRootLogin を ye ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

概要
PCP Charts アプリケーションインターフェイスをカスタマイズしてパフォーマンス
メトリック ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

概要
Performance Co-Pilot (PCP) は、システムレベルのパフォーマンス測定を監視、

IT

環境
Windows 11 Pro 22H2 64bit

現象
「ユーザーがこのコンピューターを使うには、ユーザー名とパスワードの入力が必要」のチェックボックスが表示されない

解決方法

IT

環境
Windows 11 Pro 22H2 64bit

現象
高速スタートアップ のチェック項目がない

原因
高速スタートアップの休止状態が無効になっている

解決方法 ...

IT

環境
Windows 11 Pro 22H2 64bit

現象
高速スタートアップ のチェック項目がない

原因
高速スタートアップの休止状態が無効になっている

解決方法 ...

IT

環境
Windows 11 Pro 22H2 64bit

操作方法
1.「スタート」->「設定」をクリックします。

2.「Windows Update」をクリックします。

3. ...

IT

環境
Windows 11 Pro 22H2 64bit

操作方法
1.スタートを右クリックします。

2.ファイル名を指定して実行ダイアログが表示されます

3.「名前(O)」欄に「c ...

IT

環境
Windows 11 Pro 64bit
Python 3.11

構文
title()でグラフタイトルを設定してます。
xlabel()とylabel()で軸ラベルを設定しています。 ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
文字列からslice()を呼び出します。
slice()の引数に「1」を指定します。
cons ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
const 変数名: string = text.trim()
trim()は、呼び出した文字列(st ...

IT

環境
PHP 8.1.2
Ubuntu 22.04.1 LTS

構文
in_array( 検索文字列,array_column( 検索対象の配列, 検索する配列のキー))
多次元配列の場合、 ...

IT

環境
PHP 8.1.2
Ubuntu 22.04.1 LTS

構文
in_array( 検索文字列, 検索対象の配列)
in_array()は検索対象の配列内に検索文字列があるデータが存在 ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
//obj(対象のオブジェクト)のvalue(検索対象)からキーを検索して取得
let 変数名 = O ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
文字列からreplace()を呼び出します。
replace()の第1引数に「/\s+/g」、第2引数 ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
//obj(対象のオブジェクト)のvalue(検索対象)からキーを検索して取得
let 変数名t = ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
Mapからhas()を呼び出します。
has()の引数に、キーを指定します。
//map=マッ ...

IT

環境
Windows 11 Pro 64bit
TypeScript 4.4.4

構文
//obj(対象のオブジェクト)のvalue(検索対象)からキーを検索して取得
let 変数名 = A ...