PostgreSQL JDBC 42.2.10がリリース
更新内容
Cleanup PGProperty, sort values, and add some missing to docs (#1686)Fixing LocalTime rounding (losing pr ...
Qt Creator 4.11.1がリリース
更新内容
* Fixed `Visualize Whitespace` for editors without specialized highlighter definition
(QTCREATORBUG-2304 ...
XAMPP 7.2.27 , 7.3.14 , 7.4.2ダウンロード
更新内容
7.2.27-0/7.3.14-0/7.4.2-0
PHP 7.2.27 , 7.3.14 , 7.4.2
Apache 2.4.41
MariaDB 10.4.11
Perl 5 ...
Spring Security 5.2.2、5.1.8と5.0.14がリリース
更新内容
Don’t cache requests with Accept: text/event-stream by default. #7744Provide reactive implementatio ...
PyCharm 2019.3.3ダウンロード
更新内容
PyCharm will now always detect Git if it’s installed in the default directory on Windows, regardless of whet ...
Apache DeltaSpike 1.9.3ダウンロード
更新内容
Apache DeltaSpike is a suite of portable CDI (Contexts & Dependency Injection) extensions
intended t ...
NGINX Unit 1.15.0 ダウンロード
更新内容
*) Change: extensions of dynamically requested PHP scripts were
restricted to “.php”. ...
Angular 9.0.0ダウンロード
更新内容
benchpress: formatted spec files (#35127) (63868df)ivy: recompile on template change in ngc watch mode on ...
Keycloak 8.0.2がリリース
更新内容
SameSite cookie changes with upcoming Google Chrome updateStarting with version 80, Google Chrome will cha ...
[Swift] fallthrough文のサンプル
書式
switch 項目名{ case 値: 処理コード fallthrough }switch文の中で各ケースの処理の実行が終了し,fallthroughを実行すると直下のケースの処理を実行することができます.
Apache Commons CSV 1.8がリリース
変更内容
o Update tests from H2 1.4.199 to 1.4.200. Thanks to Gary Gregory.
o Update tests from Hamcrest 2.1 to 2 ...
Apache Commons Compress 1.20 ダウンロード
変更内容
o Update optional library com.github.luben:zstd-jni from
1.4.0-1 to 1.4.4-7.
Issue: COMPRESS-493. ...
TypeScript 3.8 RCダウンロード
更新内容
Type-Only Imports and ExportsECMAScript Private Fields
export * as ns Syntax
Top-Level await
JSD ...
Hugo 0.64.1 ダウンロード
更新内容
hugofs: Fix mount with hole regression b78576fd @bep #6854Fix bundle resource ordering regression 18888e0 ...
「Linux」dockerでコンテナを停止する
書式
docker kill コンテナ名|コンテナID
使用例
# docker ps
# docker ps –all
# docker ps
CONTAINER ID I ...
「C#入門」Convert.ToInt32()を利用するサンプル
サンプルコード
class Program{ static void Main(string[] args) { double a = 1.35; double b = 1.65; int a1 = Convert.ToInt3 ...「C#入門」ToStringで数値を文字列に変換するサンプル
サンプルコード
namespace TypeConversionApplication{ class StringConversion { static void Main(string[] args) { int i = 75 ...「C#入門」double型変数を int型にキャストするサンプル
サンプルコード
namespace TypeConversionApplication{ class ExplicitConversion { static void Main(string[] args) { double d ...