「jsp」c:setで変数に値を設定するサンプル
属性
property–プロパティ名
scope–スコープ(request、session、application)指定
例1
<c:set var=”user ...
「jsp」fn:toUpperCaseとfn:toLowerCaseの使い方
1.小文字から大文字に変換する
書式
fn:toUpperCase( 文字列 )
例 ${ fn:toUpperCase( ‘tokyoAomoBeiB’ ) }
2.大文字 ...
「jsp」fn:splitで文字列を指定の文字列で分割する
構文
fn:split(対象文字列 , 分割文字列)
サンプルコード
<c:forEach var=”user” items=”${ fn:split(‘ ...
「spring」fn:escapeXmlで文字列内の特殊文字を変換する
説明
「<」、「>」、「&」などを「<」、「>」、「&」などに変換する
サンプルコード
例1
${fn:escapeXml(̵ ...
RetroArch 1.8.4 がリリース
改善
ANDROID/BUGFIX: Prevent crash when Android device is minimized and you go back to the app
CAMERA/BUGFIX: F ...
Spring Boot 2.2.4がリリース
バグ修正
Using @activeprofiles with @SpringBootTest now adds to the profiles configured using spring.profiles.active ...
Subtitle Edit 3.5.12がリリース
修正:
– Update Japanese translation
バグフィックス:
– Fix issue with frames
– Fix load of ...
DBeaver 6.3.3がリリース
更新内容
Tasks:
SQL script execute task was added
Variables support was added
Grouping of tasks by projec ...
CakePHP 2.10.20がリリース
バグ修正
The creation of ControllerTestDispatcher objects has been moved into a separate method allowing it to be ove ...
Pharo 8.0がリリース
改善
The 64-bit version has become the recommended version for Windows as it was for Unix and OSX.
Iceberg, the ...
JBossWS 5.4.0.Final がリリース
サポート
JAX-RPC and JAX-WS (2.2) support
JBoss Application Server 5 (JavaEE 5 compliant) web service stack
E ...
「Spring」c:ifでnullを判定するサンプルコード
説明
変数が空文字またはNULLではないかどうかを判定する
サンプルコード
PureScript v0.13.6 がリリース
バグ修正
Reset IDE state before performing a full reload. (#3766, @kritzcreek)
This prevents a space leak in the ...
「Android」LinearLayoutレイアウトのサンプル
属性
1.android:id
レイアウトを一意に識別するID
2.android:orientation
これは配置の方向を指定し、行には「水平」、列には「垂直」を使用します。 デフォルトは水平です。 ...
「Java」Byteクラスのサンプル
関数
1.public static Byte valueOf(byte b)
指定されたbyte値を表すByteインスタンスを返します
2.public static Byte valueOf(byte b) ...
「Oracle」アーカイブログファイルを削除する方法
操作方法
1.RAMANを起動
rman target/
2.全てのアーカイブログを削除
delete archivelog all;
3.指定日数のアーカイブログを削除
例 2 ...
Git for Windows 2.25.0がリリース
新機能
Comes with Git v2.25.0.
Comes with GNU Privacy Guard v2.2.19.
Comes with Git LFS v2.9.2.
When upg ...
Byteman 4.0.10 がリリース
バグ修正
* Byteman rule check can fail with NPE when checking muti-rule scripts
* Byteman rulecheck fails if a ...