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

JSON

構文
const 変数名 = ‘json型データ’
const オブジェクト変数名 = JSON.parse(変数名)
セレクタ.innerHTML= オブジェクト変数名.json属性 ...

CSS

説明
z-index プロパティは、位置指定要素とその子孫要素、またはフレックスアイテムの z 順を定義します。より大きな z-index を持つ要素はより小さな要素の上に重なります。
構文
z-index: ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
Everyone Piano人々ピアノサイトは無料のピアノ習得ウェブサイトです。両手対応と連続再生機能が備わるキーボードピ ...

Python

サンプルコード

# coding: utf-8#!/usr/bin/python3 year = int(input("年を入力してください: "))if (year % 4) == 0: if (year % 100) == ...

OpenSource

ダウンロード:
提供元サイトからダウンロード(zip)
提供元サイトからダウンロード(tar.gz)