CentOS

1.dockerバージョン確認
# docker –version
Docker version 20.10.5, build 55c4c88

2.docker-composeバージョン確認 ...

C#

書式
リスト名.Where(条件式)
.Select(条件式);
使用例

using System;using System.Collections.Generic;using System.Linq;c ...

CentOS

1.dotnetパッケージをインストール
# sudo yum install dotnet-sdk-5.0

略Installed: aspnetcore-runtime-5.0-5.0.2-2.el8_3.x86_64 ...

CentOS

OSバージョンを確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011

インストール
# sudo dnf install initscr ...

CentOS

# cat/etc/redhat-release
CentOS Linux release 8.3.2011

ダウンロード
# git clone
Cloning into ‘wrk&# ...

Go言語

1.OSバージョンの確認
# cat/etc/redhat-release
CentOS Linux release 8.3.2011

2.goファイルのダウンロード
# wget

3. ...

Python

書式
datetime.isoformat(sep=’T’, timespec=’auto’)
日時を ISO 8601 書式で表した文字列で返します:
date ...

Python

書式
strftime(format)
%A ロケールの曜日名を表示します。
使用例

import datetimecft = datetime.datetime.now()print("日付")prin ...

Python

書式
datetime.datetime.now()
現在日時のdatetimeオブジェクトを取得する
使用例

import datetimecftA = datetime.datetime.now()p ...

CentOS

操作方法
1.docker-composeのダウンロード
# wget

2.配置先を変更
# mv docker-compose-Linux-x86_64/usr/local/bin/docker- ...

CentOS

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

更新
# dnf -y update

リポジトリの追加 ...

JavaScript

書式
var 変数名
function 関数名(){ 変数名}
使用例

<!DOCTYPE html><html><body><div id="cft">& ...

Kotlin

書式
public static Path move(Path source,Path target,CopyOption… options)throws IOException
使用例

import ...

Kotlin

書式
public static Path copy(Path source,Path target,CopyOption… options) throws IOException
使用例

impor ...

Kotlin

書式
public static boolean exists(Path path,LinkOption… options)
public static boolean notExists(Path pat ...

Ubuntu

エラー現象
<unknown>:0: error: could not load the swift standard library

対策
# sudo apt-get install cla ...

PHP

説明
bool is_int ( mixed $var )
使用例

<!DOCTYPE html><html><body><?php//変数の型が整数かどうかを確認$x ...

Ubuntu

エラー現象
swift: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file o ...