Java

説明
「.+」は 1文字以上の任意の文字列
Javaコード

package com.arkgame.study;import java.util.regex.Matcher;import java.util.re ...

OpenSource

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

更新内容:

Docker v1.2.0
Boot2Docker.iso v1.2.0
Boot2Docker manage tool v1.2.0 ...

Windows10

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

概要:

Mp3tagは高機能なタグエディタです。各種オーディオファイル&一部の動画ファイル の “ タグ情報 ” を、手動 or 自動 で編集することができ ...

Windows10

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

更新内容:

 

Windows10

ダウンロード:
vectorサイトからダウンロード

更新内容:

・セッションの切断ルールにログ出力を抑制する『NOLOG』を追加しました。

TCP Monitor Plus は、Window ...

JSON

書式
1.xmlhttp.onload = function() {xxx}
2.const 変数名 = JSON.parse(this.responseText);
XMLHttpRequest の resp ...

OpenSource

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

releasenotes

システム要件:

Microsoft Windows 8/7/Vista/2003/XP (incl. 64-bit)

jQuery

書式
$(セレクタ).bind(イベント名,function() {//some code})
使用例

//a要素をクリック$('a').bind('click',function(){ console.log( ...

Windows10

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

更新内容:

fix for H.264 MP4 variable fps
fix for H.264 fast se ...

Oracle

書式
TO_CHAR(数値, ‘FM999,999,999’)
TO_CHAR(数値, ‘FM999G999G999’)
数値を3桁てごとに変換
使用例1 ...

Python

構文
for 文字変数名 in 文字列:
使用例

# coding: utf-8str = 'testdata'print("for文で1文字ずつ取得するサンプル")for s in str: print (s) ...

Windows10

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

概要:
Remote Mouseは iPhone、iPad あるいはiPodを使いやすいワイヤレスリモコンに変 ...

Windows10

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

更新内容:

Fixed a bug: AeroRainbow blocked the alpha channel of a color. This caused ...

C#

書式
Console.ReadLine メソッドは標準入力ストリームから次の 1 行分の文字を読み取ります。
使用例

using System;namespace TestDemo{ class Program ...

PHP

構文
void var_dump ( mixed $expression )
指定した変数の値や型式をわかりやすい形式に整形して出力します。
phpコード

<?php$cftA = 1234;$c ...

Kotlin

書式
operator fun 関数名
使用例

class Test(private val i: Int) { operator fun plus(cft: Test) = Test(this.i + cft. ...

Windows10

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

更新内容:

Enhanced Detections:

IT

構文
@(開始値..終了値)
使用例

$cftArrA = @(12..20)$cftArrB = @(77..82)$cftArrC = @(-10..-1)echo ('$arrayA = ' + $cftA ...