動画キャプチャソフトoCam 39.0 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
特徴:
フルスクリーン、1024×768、800×600、640×480、1280 ...
Stinger 12.1.0.1155 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
New Detections:Generic.ul
Generic.um
En ...
Ubuntu 20.04でserviceの一覧を取得
1.OSバージョンを確認
# cat/etc/lsb-releaseDISTRIB_ID=UbuntuDISTRIB_RELEASE=20.04DISTRIB_CODENAME=focalDISTRIB_DESCRIPTION= ...「PHP」json_decode関数でjsonデータをオブジェクトにする方法
説明
json_decode ( string $json ]] ) : mixed
json デコード対象となる json 文字列。
assoc
TRUE の場合、返されるオブジェクトは連想配列形式に ...
「Groovy」基本データ型(byte、short、double)のサンプル
書式
int、BigInteger、float、long、BigDecimal、double
使用例
Free PDF to Word Converter(LotApps) 5.00 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
特徴:
Convert PDF to Word, pdf to docx
Keep text, imag ...
IObit Malware Fighter 2.5.0.8 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容
Expanded database to scan more latest threats.En ...
Rocky Linux 8.4に3Dモデルの編集ツールBlockbenchをインストール
1.Blockbenchのダウンロード
2.最新版をダウンロード
# cd/usr/local/src# wget3.Blockbenchをインストール
# sudo dnf install B「Shell」unameコマンドでOSを確認する方法
1.環境変数の確認(例CentOS)
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
# echo $(uname)
Linu ...
「CentOS7.8」md5sumコマンドで文字列のハッシュ値を取得する方法
構文
echo -n 文字列 | md5sum
使用例
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
#echo ...
「batファイル」forループで遅延変数を使用するサンプル
書式
setlocal enabledelayedexpansion
for/l %%変数名 in (開始,増減分,終了) do
使用例
Ad-Aware Free Antivirus + 11.4.6792.0 ダウンロード
ダウンロード
提供元サイトからダウンロード
cnetサイトからダウンロード
更新履歴
Bug FixingBetter support for Windows 8.1
Stability ...
Free Download Manager 3.9.4.1479 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
機能
・HTTP、HTTPS、FTP、BitTorrent プロトコルに対応
・ダウンロード速度の変 ...
「CentOS7.8」md5sumコマンドでファイルのハッシュ値を求める方法
構文
md5sum ファイル名
操作方法
# cat/etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
# echo ̶ ...
「Java」PatternとMatcherで半角特殊文字符号を判断する
構文
1.public static Pattern compile(String regex)
指定された正規表現をパターンにコンパイルします。
2.public Matcher matcher(CharSe ...
「GitLab」git initコマンドでリポジトリを作成する方法
書式
git init path オプション
–bare 最小限のリポジトリ
–shared 共有リポジトリ
使用例
1.リモートリポジトリを作成
$ git i ...
「PHP」json_encode関数で値をjson形式に返すサンプル
説明
json_encode ( mixed $value ] ) : string与えられた value を JSON 形式にした文字列を返します。
value
エンコードする値。 リソース 型以外の任意の型 ...
Windows 7でMonoGame 3.2のインストール
1.VS 2012 Ultimate版をインストール
2.MonoGame 3.2をダウンロード
3.MonoGameをインストール
4.MonoGameプロジェクトを作成し、「Hellw