Java

構文
public static String decode(String s,String enc)
throws UnsupportedEncodingException
特定のエンコーディング方式を使って ...

Go言語

書式
配列名「キー名」
使用例

package main import "fmt"func main() { cft := mapint{"key01": 701, "key02": 702, "key03": ...

Windows10

ダウンロード
提供元サイトからダウンロード

改善内容

All PlatformsBug 9387: Provide a “Security Slider” for vulnerabil ...

OpenSource

ダウンロード
提供元サイトからダウンロード

更新内容

Bug – Unsupported Class Version Error when running testsuite with JDK6 ...

OpenSource

ダウンロード
提供元サイトからダウンロード

機能改善#32 Support extension of Docker Image configuration
#29 Create CubeController API ...

Windows10

ダウンロード
提供元サイトからダウンロード

更新内容

Recycle Bin can now optionally display all logged emails, not just deleted.

CentOS

# cat/etc/redhat-release
CentOS Stream release 8
1.リポジトリ確認
# yum module list redis
CentOS Stream 8 &# ...

SQL

書式
select * from テーブルA where(列名1,列名2,xx)
in (select 列名1、列名2 from テーブルB where 条件式)
使用例

select EmployeeI ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
概要
Start Menu 8はWindows 8/8.1で3種類のスタートメニューが使えるソフトです。
W ...

shellscript

説明
whoami ユーザー名を取得
サンプルコード

#!/bin/bashauthuser=arkadminif ]then echo "user auth is not correct" exit 1else ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

更新内容

Enhanced detections are those that have been modi ...

Python

説明
リスト名.sort()
使用例

lstA = lstA.sort()print("ソート結果:")print(lstA)

結果
ソート結果:

Oracle

使用例1

SELECT NVL(USERNAME, 'user123') FROM USER_TBL;

USERNAMEの値がnullの場合、2つめの引数の値に変換

使用例2

SELECT NVL2(USE ...

Windows10

ダウンロード
提供元サイトからダウンロード
概要
安全にインストール可能、安定度は中程度、危険、リスクがある
DriverScannerはPCをスキャンしてドライバの更新を確認してくれるソフトです。 ...

OpenSource

ダウンロード
提供元サイトからダウンロード

概要

Apache CXF is an open source services framework. CXF helps you build and dev ...

OpenSource

ダウンロード
提供元サイトからダウンロード

改善内容:

TEIID-3009 WITH project minimization – common table expressions will h ...

OpenSource

ダウンロード
提供元サイトからダウンロード

changelog

概要
Take advantage of IDE-style intelligence to save your team lot ...

Java

説明
public final String format(long number)
フォーマットの特殊化です。
Javaコード

package com.arkgame.study.java8;impor ...