Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

特徴:
フルスクリーン、1024×768、800×600、640×480、1280 ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

更新内容:

New Detections:
Generic.ul
Generic.um
En ...

Ubuntu 20.04

1.OSバージョンを確認

# cat/etc/lsb-releaseDISTRIB_ID=UbuntuDISTRIB_RELEASE=20.04DISTRIB_CODENAME=focalDISTRIB_DESCRIPTION= ...

PHP

説明
json_decode ( string $json ]] ) : mixed
json デコード対象となる json 文字列。
assoc
TRUE の場合、返されるオブジェクトは連想配列形式に ...

Groovy

書式
int、BigInteger、float、long、BigDecimal、double
使用例

class Arksample { static void main(String[] args) {//in ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

特徴:
Convert PDF to Word, pdf to docx
Keep text, imag ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

更新内容

Expanded database to scan more latest threats.
En ...

Rocky Linux 8

1.Blockbenchのダウンロード

2.最新版をダウンロード

# cd/usr/local/src# wget

3.Blockbenchをインストール

# sudo dnf install B

shellscript

1.環境変数の確認(例CentOS)
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
# echo $(uname)
Linu ...

CentOS

構文
echo -n 文字列 | md5sum

使用例
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
#echo ...

batch

書式
setlocal enabledelayedexpansion
for/l %%変数名 in (開始,増減分,終了) do
使用例

@echo offsetlocal enabledelayedex ...

Windows10

ダウンロード
提供元サイトからダウンロード
cnetサイトからダウンロード

更新履歴

Bug Fixing
Better support for Windows 8.1
Stability ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

機能

・HTTP、HTTPS、FTP、BitTorrent プロトコルに対応
・ダウンロード速度の変 ...

CentOS

構文
md5sum ファイル名

操作方法
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
# echo ̶ ...

Java

構文
1.public static Pattern compile(String regex)
指定された正規表現をパターンにコンパイルします。
2.public Matcher matcher(CharSe ...

GitLab

書式
git init path オプション
–bare 最小限のリポジトリ
–shared 共有リポジトリ
使用例
1.リモートリポジトリを作成
$ git i ...

PHP

説明
json_encode ( mixed $value ] ) : string与えられた value を JSON 形式にした文字列を返します。
value
エンコードする値。 リソース 型以外の任意の型 ...

C++

1.VS 2012 Ultimate版をインストール

2.MonoGame 3.2をダウンロード

3.MonoGameをインストール

4.MonoGameプロジェクトを作成し、「Hellw