Eclipse

操作方法
1.「struts.jar」を別ディレクトリに保存します。

2.を「struts.zip」に変更します。

3.を右クリックし、->をクリックします。

4.を確認します ...

Java

書式
Vector<Comparable> vec = new Vector<Comparable>();
vec.insertElementAt(要素, インデックス);
vec.re ...

Vue.js

操作方法
1.nodejsの確認
# node –version
v10.24.0

# npm –version
6.14.11

2.@vue/cliイン ...

Node.js

1.OSの確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011

2.nodejsの確認
# yum info nodejs

メタデ ...

IT

操作方法
1.sdkmanの取得
# curl -s “ | bash

Please open a new terminal, or run the following in the e ...

Java

書式
Map<String, List<クラス名> cftMp = new HashMap<String, List<クラス名>>();
使用例

package com. ...

Python

1.OSの確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011

2.python3.8のインストール
# dnf -y install ...

Java

書式
Arrays.asList(文字列)
使用例

package com.study.arkgame;import java.util.Arrays;import java.util.List;public c ...

Java

書式
substring(int beginIndex)
この文字列の部分文字列である文字列を返します。
使用例

package com.study.arkgame;public class TestDe ...

Java

書式
public int lastIndexOf(String 対象文字列,int 開始位置)
この文字列内で、指定された部分文字列が最後に出現する位置のインデックスを返します
使用例

package ...

Java

説明
public boolean contentEquals(StringBuffer sb)
この文字列と指定された StringBuffer を比較します。
使用例

package com.stud ...

Java

説明
split(String regex)
この文字列を、指定された正規表現に一致する位置で分割します。
javaコード

package com.study.arkgame;public class S ...

gradle

操作方法
1.「gradle-6.8.3-bin.zip」を解凍します。

2.「ここに入力して検索」に「システム環境変数」を入力し、「システム環境の変数」をクリックします。

3.をクリックし、「新規(W ...

Groovy

ダウンロード
操作方法
1.「groovy-3.0.7.msi」をダブルクリックしてインストーラーを起動します。

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

3.「I accept the t

Go言語

書式
strings.Count(対象文字列, カウントしたい文字列)
使用例

package main import ( "fmt" "strings") func main() { target := "st ...

Go言語

Golangインストール
# dnf install -y epel-release
# dnf install -y golang

インストール済み:
golang-1.14.12-1.m ...

Linux

操作方法
# fdisk -l
Disk/dev/sda: 20 GiB, 21474836480 bytes, 41943040 sectors
Units: sectors of 1 * 512 = 512 ...

Eclipse

操作方法
1.ウィンダウ(W) -> 設定(P)をクリックします。

2.「Java」->「インストール済みのJRE」」を指定します

3.「追加(A)」 ->「標準VM」 ->「次 ...