Spring Boot

環境
Windows10 64bit
Spring Boot 2.6.2
Spring Tool Suite 4
JDK 11

アノテーション@RestController
REST ...

IT

ダウンロード:
提供元サイトからダウンロード
OS:
Windows XP, 2000, Vista, 7, 8
改善内容:
改善されたDXFの互換性
印刷関連のバグ修正

Q ...

Python

構文
oct(x)
整数を先頭に “0o” が付いた 8 進文字列に変換します。
サンプルコード

# coding: utf-8#!/usr/bin/python3cftA = o ...

JavaScript

JSコード

name = 'aaa bbb ccc'; uw=name.replace(/\b\w+\b/g, function(word){ return word.substring(0,1).toUpperCase()+w ...

Excel VBA

環境
Windows 10 64bit
Excel 2013
シート名 arkgame
一つ目吹き出し:Shapes(1)
2つ目吹き出し:Shapes(2)
3つ目吹き出し:Shape ...

Java

1.ドキュメント全件取得
String dc = “”;
FindIterable<Document> iterator = cftcol.find();
MongoCurs ...

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 ...