Windows10

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

Javaで作られたGREP検索(全文検索)とファイル名とフォルダ名の検索ができるフリーソフトです。

Windows10

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

更新内容:

Fixed bug: cyclic opening Chrome window when unins ...

Java

説明
1.Comparator.comparingInt(String::length)
型Tからintソート・キーを抽出する関数を受け取り、そのソート・キーで比較するComparator<T>を返します。 ...

SpringMVC

説明
1.DefaultTransactionDefinition
TransactionDefinition インターフェースのデフォルト実装。
Bean スタイルの構成と適切なデフォルト値(PROPAGAT ...

Windows10

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

更新内容:

Changed: regular expression quantifiers now have c ...

Windows10

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

更新内容:

Improved surf protection ...

CSS

書式
<caption>タイトル</caption>

使用例

<style>table{width:150px;border-collapse:collapse;}tabl ...

Swift

書式
label.adjustsFontSizeToFitWidth = true
UILabelには adjustsFontSizeToFitWidth というフォントサイズの自動調整をするかどうかのプロパティを持っ ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:

improved the monitoring of NVIDIA GPUs (better Pstat ...

Swift

1.string型配列

var strArr = strArr.sort { $0 < $1 }print(strArr)

2.int型配列

var cftArr = cftArr.sort { $0 < ...

Windows10

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

更新内容:

Enhanced Detections:

Spring Boot

書式
public ResponseEntity<Object> delete(@PathVariable(変数名) String 変数名)

使用例

@RestControllerpublic c ...

Windows10

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

更新内容:

オプション設定 – キー設定 で、パラメータ無しで CreateDir コマンドを設定できなくなっていたのを修正。

Java

説明
1.public static <T> List<T> asList(T… a)
指定された配列に連動する固定サイズのリストを返します。
2.default void ...

Windows10

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

ひらがなで入力した計算式を計算できる電卓です。

Windows10

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

更新内容:
取引ナビブラウザは、ヤフオクの取引ナビの利用をサポートする専用ブラウザです。取引ナビをメールのように扱うことが可能になります。

Windows10

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

「Filename Replacer 」は、ファイル・フォルダ名を簡単入れ替えするソフトです。

 

SQLite

構文
CREATE TABLE テーブル名(カラム名 DEFAULT 値, xxx);

使用例
テーブルの作成
sqlite> create table itemtbl(uid integer ...