Java

サンプルコード
package study;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

public class ...

Ubuntu

操作方法
1.「VMware Workstation 15 Player」を開きます

2.「新規仮想マシンの作成(N)」をクリックします。

3.「インストールディスク イメージファイル(M)(iso)」 ...

IT

ダウンロード:
提供元サイトからダウンロード
Softpediaサイトからダウンロード
ClocXはスキンの種類が豊富なアナログ時計です。
ClocX is analog clock applicati ...

IT

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

Web4thejob is a Java framework for rapid development of data-centric Web application ...

IT

ダウンロード:
提供元サイトからダウンロード
開発元HP:
The Linux Cluster Management Console (LCMC) is an application that eas

Java

Javaコード
request.getRequestDispatcher(“reg.jsp”).forward(request,response);

JSPコード
<jsp:f ...

Linux

1.アクティブゾーンを表示する
# firewall-cmd –get-active-zones

2.サービスの設定
firewall-cmd –permanent –z ...

Linux

書式
cat <<EOF >ファイル名
cat <<EOF>>ファイル名
使用例
1.ファイルに内容を書き込む
# cat <<EOF &g ...

IT

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

QuartzDesk is a Java Quartz scheduler management and monitoring GUI/tool with many p ...

jQuery Mobile

サンプルコード

<div data-role="page" id="pageone"> <div data-role="main" class="ui-content"> <a href="#" c ...

JavaScript

サンプル1
var str = “aaabbbcccdddeeefff”;
str = str.match(/aaa(\S*)fff/);
console.log(str);
結 ...

batch

書式
call:関数名 ”引数1″ “引数2”
使用例

@echo offcall:testFunc "AA01" "BB02" "CC03" "DD04"echo ...

IT

例1  

3以上、44以下の数字
|

例2   

4以上, 19以下の数字
|1

例3

2以上、9以下の範囲の数字

例4

2

IT

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

File Fisher is a handy and reliable program designed to copy or move an entire folde ...

jQuery

サンプルコード

①htmlコード<button class="kdf" id="userBtn">AA</button><button class="kdf" id="empBtn">BB&l ...

IT

ダウンロード:
提供元サイトからダウンロード
開発元HP:
PixiTrackerは、チップチューン&エレクトロといったジャンルに最適な、Androidで遊べるサンプラー&シーケンサーアプリです。

Java

書式
子クラスのオブジェクト名 instanceof インターフェース名
使用例

package com.arkgame.study;//インターフェースInterParentinterface InterPar ...

C#

書式
Environment.Is64BitOperatingSystem
Environment.Is64BitOperatingSystemを使用してOSが32bit版か64bit版かどうか判定します。 ...