Java

説明
public static String format(String format,
Object… args)
パラメータ:
format
書式文字列
args ...

Java

説明
Stream<String> java.util.Collection.stream()
このコレクションをソースとして使用して、逐次的なStreamを返します。

Javaコード

p ...

Eclipse

操作方法
1.選択された複数行をコメントアウトを表す
Ctrl + Shift +/
コメントを取消す
Ctrl + Shift + \

2.宣言を開く F3
型階層を開く F4 ...

Java

説明
substring public String substring(int beginIndex,int endIndex)
この文字列の部分文字列である文字列を返します。部分文字列は、
指定されたbeg ...

jQuery Mobile

構文
<a href=”#popupCfg” data-rel=”popup” data-position-to=”#cft”>Open Po ...

jQuery Mobile

構文
<a href=”xxxx” data-rel=”back””>戻る</a>

サンプルコード

<div data ...

jQuery Mobile

構文
<a href=”#popupBasic” data-rel=”popup”>Open Popup</a>

説明
ページ内でツー ...

jQuery Mobile

構文
<a href=”#testPage” data-transition=”slideup”>testPage</a>

サンプルコード

jQuery Mobile

構文
<a href=”#next” data-transition=”slide”>next</a>

サンプルコード

<div ...

jQuery Mobile

構文
<a href=”#pagePop” data-transition=”pop”>pagePop</a>

サンプルコード

< ...

CSS

構文
/* キーワード値 */
word-spacing: normal;

/* <length> */
word-spacing: 5px;
word-spacing: 0.5 ...

jQuery

構文
<a href=”#pageNext” data-transition=”fade”>pageNext</a>

サンプルコード

& ...

Python

構文
.clear()

サンプルコード
# coding: utf-8

cft = set()

# すべての要素を削除する
cft.clear();
print(cf ...

CSS

構文
/* キーワード値 */
letter-spacing: normal;

/* <length> 値 */
etter-spacing: 0.5em;
letter-spa ...

Java

説明
StringUtils.join(Object array)
char配列をオブジェクトに変換します。

Javaコード

package com.arkgame.study;import org. ...

Python

pythonコード
# coding: utf-8

cftA = {“apple”,”pear”,”CC”}
cftB = {R ...

Python

構文
.remove(要素)

サンプルコード
# coding: utf-8

tt = {10,11,12,13}

tt.remove(12)

print(tt) ...

Python

構文
.discard(要素)

サンプルコード
cft = {10, 21, 12}

cft.discard(21)
print(cft)

結果
{10, 12} ...