「java」getRequestURIでリクエストURIを取得する
サンプルコード
String strUri = request.getRequestURI();
String strUrl = request.getRequestURL().toString();
Stri ...
CentOS 7にDockerをインストールする方法
1.依存パッケージをインストールする
# yum -y install lvm2 device-mapper device-mapper-persistent-data device-mapper-event device-m ...
「Spring」RequestMethod.POSTを利用するサンプル
サンプルコード
@RequestMapping(value = “/display”, method = RequestMethod.POST)
public String display( ...
「Spring」RequestMethod.GETを利用するサンプル
サンプルコード
@RequestMapping(value = “/display”, method = RequestMethod.GET)
public String display(Mod ...
Serverless Framework 1.65.0 ダウンロード
概要内容
AWS HTTP API:Support access logs configuration (#7385) (f2cb89a) (Mariusz Nowak)Support attachment to ext ...
Windows10 Google Chromeウェブサイトの自動ログインを無効化する方法
環境
Google Chrome 115.0.5790.102(Official Build) (64 ビット)
Windows 10 Home 64bit
操作方法
1.Chromeを起動します。 ...
Debian 11.2にPHP 8.0をインストールする
環境情報
OSのバージョン
# cat/etc/debian_version
11.2
インストールの方法
1.システムを更新します
Day.js 1.8.21 ダウンロード
更新内容
Set + Get accept ‘D’ as the short version of ‘date’ (#795) (523c038)Update DayOfY ...
「Swift」NSDecimalNumberのサンプル
使用例
let cftA = NSDecimalNumber(string: “5.14”)
let cftB = NSDecimalNumber(string: “5.13R ...
Eclipse Jetty 9.4.27 ダウンロード
更新内容
+ 3247 Generate jetty-maven-plugin website
+ 4247 Cookie security attributes are going to mandated by ...
Spring Boot 2.1.13ダウンロード
更新内容
BuildInfo task not run in Gradle project when project’s version number changes #20135Binding to col ...
「Spring」form:formタグを利用するサンプル
属性
modelAttribute:フォームオブジェクトの属性名を指定
action:送信先を指定
method:get or post方法指定
サンプルコード
<form:for ...
「JSP入門」fn:joinで配列の文字列を連結するサンプル
書式
fn:join(配列 , 連結文字 )
javaコード
String[] city = {“tokyo”,”oosaka”,”fukuoka ...
「JSP」fn:substringBeforeで指定文字列の位置以前の文字列を取得する
書式
fn:substringBefore(対象文字列 , 指定文字列 )
サンプルコード
${ fn:substringBefore( ‘cftdddccc’ , ‘d ...
「JSP入門」c:redirectで指定したURLにリダイレクトするサンプル
属性
url リダイレクト先のURL
1.単一タグ
<c:redirect url=”/user”/>
2.リソースにパラメータを渡す
<c:r ...
「JSP」c:forTokensタグで文字列を分割するサンプル
属性
var 文字列を格納する変数
items 分割する文字列
delims 文字列を分割する区切り文字を指定する
サンプルコード
「Java」StringBuilder.append()で文字列を追加する
書式
StringBuilder 変数名 = new StringBuilder(文字列);
変数名.append(追加文字列”);
使用例
package com.arkgame.stu ...Spring Boot 2.2.5ダウンロード
更新内容
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.2.5 has b ...