CentOS

OSバージョンの確認
# cat/etc/redhat-release
CentOS Stream release 8

1.httpdパッケージの確認
# dnf list | grep httpd ...

CentOS

OSバージョンの確認
# cat/etc/redhat-release
CentOS Stream release 8
操作方法
1.リポジトリを設定
# yum install -y yum- ...

Kotlin

書式
val 変数名:(Int,Int) -> Int =(表現式)
使用例

fun main() { val sumLambda: (Int, Int) -> Int = {x,y -> x* ...

Java

書式
this.インスタンス変数名
使用例

package com.arkgame.study;//クラスInfoの定義class Info { int nn = 20;//メソッドの定義 public void ...

Java

書式
void 関数名(String… 変数名)
使用例

package com.arkgame.strudy.java;class User {//可変長引数 static void show(in ...

CentOS

操作方法
# cat/etc/redhat-release
CentOS Linux release 8.3.2011

1.libmemcachedをインストール
# dnf install mem ...

CentOS

操作方法
1.Postfixのインストール
# dnf install postfix

2.サービス起動
# systemctl start postfix
# systemctl stat ...

Java

書式
数値.intValue()
使用例

package com.arkgame.strudy.java;public class InterIntDemo { private static final Inte ...

Java

書式
Integer.valueOf(数値)
使用例

package com.arkgame.serializ.demo;public class Sample { private static final in ...

Glassfish

1.必要パッケージ
# sudo yum install unzip wget

2.ユーザーを作成
# useradd glassfish
# passwd glassfish
ユーザー g ...

Java

書式
super.親クラスのメンバ変数
super.親クラスの変数名
使用例

package com.arkgame.study;//親クラスの定義class ParentA { int age = 12 ...

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 ...