Excel VBA

書式
シートの数 Worksheets.Count
現在のシート名 ActiveSheet.Name
使用例

Sub sampleC() '全てのシート名 For i = 1 To Worksheets. ...

jQuery

説明
$(‘selector’).eq(0から始まる順番).処理メソット
htmlコード

<div class="cft"> <input type="radio" na ...

Node.js

構文
変数.collection(“コレクション名”).insertMany(オブジェクト, function(err, res) {
some code
}
サンプルコード ...

C++

書式
対象文字列.insert(位置, 追加文字列)
使用例

#include <iostream>using namespace std;int main() { string strA = "ar ...

JavaScript

構文
dateObj.getFullYear()
getFullYear() メソッドは、地方時に基づき、指定された日時の「年」を返します。
サンプルコード

var cft = new Date(& ...

C#

書式
enum 列挙名{
メンバ名 = xxx
}
使用例

using System;enum UsrDemo{ AA = 11, BB = 22, CC = 33,}class Sample{ ...

Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード
majorgeeksサイトからダウンロード

更新内容
Generic PWS.o
Ge ...

C++

書式
文字列A.append(文字列B)
使用例

#include <iostream>using namespace std;int main() { string strA = "arkgame" ...

Groovy

書式
for(変数名 in マップ名)

使用例

class Arkmple { static void main(String; println "Mapの要素が下記"//forループ for(ele in ...

Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード

更新内容
Updates various translations
Updates Process Se ...

Software

ダウンロード
google playからダウンロード
Golf Star Season 2 – Official Trailer (youtube)

新機能:
タブレット端末を

Java

書式
public abstract class クラス名 implements インタフェース名
使用例 

1.インタフェースの定義

public interface MessageRes exte ...

Python

書式
str.index(sub])
find() と同様ですが、部分文字列が見つからなかったとき ValueError を送出します。
対象文字列.index(検索文字列)
サンプルコード

#! ...

OpenSource

ダウンロード
開発元からダウンロード

更新内容:

Allow makeBoundHelper to be a sub-expression.
Allow compat makeBoundHelpers ...

Software

ダウンロード
開発元からダウンロード

概要
アプリネージャ―:アプリの類別、アンインストール、バックアップ、ショートカット作成
アプリや写真のサムネイルを表示できる
WiFiなどに

Software

ダウンロード
google playサイトからダウンロード

SetCPU is a tool for changing the CPU settings on a rooted Android phone or t ...

OpenSource

ダウンロード:
Download: pclinuxos64-kde-fullmonty-2014.12.iso(4,078MB, MD5)
pclinuxos64-kde-2014.12.iso (1,724MB, M ...

SpringMVC

1.reuired属性
@GetMapping(“/test”)
public String test(@RequestParam(name = “username”, ...