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

Windows10

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

更新内容:

fix 起動時にcrashする問題に対応(こちらの環境で発生せず)
mod blink版 安定版のChrome/36.0.1935.125 に更 ...

Windows10

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

Excelで作成した「激安」のポスターテンプレート。

Perl

構文
if(条件式){
next;
}
使用例

#!/usr/bin/perluse strict;use warnings;for (my $n = 0; $n < 5; $n++) { ...

Windows10

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

更新内容:

The new version of the program recALL 14.09was ...

Kotlin

書式
class クラス名(var メンバ変数1:データの型)
クラス名(メンバ変数1,メンバ変数2)
使用例

//クラスの定義class People(var username: String, var ...