Mac OS X

操作方法
1.アプリ「App Store」アイコンをクリックします。

2.「環境設定」をクリックします。

3.「環境設定」画面が表示されます。

4.「無料ダウンロード:」の欄に「パスワードを ...

Windows10

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

更新内容

メモリ管理関連バグ修正

概要
複数ページからなるPDFファイルを1ページ1ファイルに分割することができる
分割したいPD ...

JavaScript

説明
filter() メソッドは、与えられた関数によって実装されたテストに合格したすべての配列からなる新しい配列を生成します。
JSコード
const wsArr = ;
const result = ...

Windows10

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

更新内容

Enhanced detections are those that have been modi ...

Windows10

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

更新内容

FIXED: crash when creating PDF from very large image ...

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 ...