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版かどうか判定します。 ...

SpringMVC

1.JSP画面pageEncodingを指定
<%@ page language=”java” contentType=”text/html; charset=utf-8″ ...

Windows11

環境
Windows 11

操作方法
1.「スタート」ボタン ->「すべてのアプリ>」をクリックします。

2.「Windowsツール」をクリックします。

3.「コントロー ...

Excel VBA

書式

If 条件式1 Then If 条件式2 Then

使用例

Sub sampleFunc() Dim xx,yy As Integer xx = 67 yy = 78 If xx = 67 Then If yy ...

VB.net

使用例

Module ModuleTest Sub Main() Dim cft As String = "this is a test" Console.WriteLine(cft) 'this is a test Conso ...