CentOS Stream 8

環境
# cat/etc/redhat-release
CentOS Stream release 8

操作方法
1.リポジトリを追加します

# dnf config-manager --ad ...

CentOS Stream 8

環境
# cat/etc/redhat-release
CentOS Stream release 8

操作方法
1.java8をインストールします

# sudo yum install ja ...

CentOS Stream 8

環境
# cat/etc/redhat-release
CentOS Stream release 8

操作方法
1.EPELリポジトリを追加します

# sudo dnf install

...

JSTL

構文
c:when test=”真偽式”
chooseの中で最初にtestが真になったwhen節を採用します。
全て偽の場合、otherwise節があれば採用します。

使用例 ...

JSTL

構文
c:if test=”${真偽式}”
test 値が真のとき、body部を出力します。
var testの評価結果を格納する変数名を指定します。
scope varのスコー ...

SpringMVC

環境
Spring 5.3.23
JDK8
Eclipse 4.14.0

構文
@Configuration クラスで使用するコンポーネントスキャンディレクティブを設定します。
Sp ...

SpringMVC

環境
Spring 5.3.23
JDK8
Eclipse 4.14.0

構文
@Compnentは、Spring BootでWebのMVCアプリを作成するときに使用する@Controlle ...

JavaScript

構文
末尾の文字を指定する正規表現
正規表現式変数名 =/文字列$/;
対象文字列.match(正規表現式変数名);
末尾の文字をしています。ドルマークで末尾の文字列になります。

使用例 ...

JavaScript

構文
文字列.match (正規表現のパターン);
一致した場合、一致した値を配列で返します。
数値の4桁の値を返す
/^{4}$/
先頭と末尾も数値を返します

使用例

con ...

SpringMVC

環境
Spring 5.3.23
JDK8
Eclipse 4.14.0

構文
public class BCryptPasswordEncoder

BCrypt の強力なハッシュ関数 ...

SpringMVC

環境
Spring 5.3.23
JDK8
Eclipse 4.14.0

操作方法
1.実行ファイル(ArkgameApp.java)

package com.arkgame.test ...

batch

環境
Windows 10 Home 64bit

構文
if exist ファイル名
ファイルが存在する場合にtrueになります。
ファイルが存在しない場合にfalseになります。 ...

CentOS8

環境
# cat/etc/redhat-release
CentOS Stream release 8

操作方法
1.インストール可能scalaバージョンを確認します

# dnf module ...

CentOS Stream 8

環境
# cat/etc/redhat-release
CentOS Stream release 8

操作方法
1.開発ツールパッケージをインストールします。

# sudo dnf grou ...

Python

環境
Python 3.9.13
Windows 10 Home 64bit
PyCharm 2022.2.1 (Community Edition)

構文
{キー:値 for 変数 in ...

Python

環境
Python 3.9.13
Windows 10 Home 64bit
PyCharm 2022.2.1 (Community Edition)

構文
セット名 = {値1,値2,&# ...

Python

環境
Python 3.9.13
Windows 10 Home 64bit
PyCharm 2022.2.1 (Community Edition)

構文
方法1
セット1.sym ...

Python

環境
Python 3.9.13
Windows 10 Home 64bit
PyCharm 2022.2.1 (Community Edition)

構文
方法1
セット1.int ...