「Perl入門」rand()で乱数を返すサンプルコード
サンプルコード
#!/usr/bin/perl
use strict;
use warnings;
my $n = int(rand 10);
print ($n); # 0~10 ...
「Tomcat入門」warファイルのデプロイに関する設定メモ
ファイル conf/server.xml
サンプルコード
<Host name=”localhost” appBase=”webapps”
unpackWA ...
Pale Moon 28.9.2 ダウンロード
更新内容
Re-based the 28.9 version of browsers on a separate development branch that excludes the extensive work being ...
Spring for Apache Kafka 2.5.0 RC1ダウンロード
更新内容
kafka-clients 2.5.0 (alignment of version numbers is coincidental).Support for re-committing retryable of ...
Serverless Framework 1.69.0ダウンロード
不具合修正
AWS API Gateway: Fix origin wildcard handling with cors: true (#7482) (57fec3f) (Bhuser)AWS HTTP API: Fi ...
Apache Lucene8.5.1がリリース
更新内容
LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment cr ...
Spring Boot 2.3 RC1がリリース
更新内容
Auto-configuration of a Wavefront sender bean.Easier configuration of the data/time converts used by web ...
SonarQube v8.3 ダウンロード
更新内容
SonarQube v8.3 is now available and ready for download! With this release, we continue our quest to be the ...