IT

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

特徴
Easy to use, fully-featured & highly scalable
Standard Templating Kit ...

JavaScript

JSPコード
<ul id=”cityInfoList”>
<li id=”city001″>大阪</li>
<li i ...

Go言語

書式
var (
変数名1 rune =値
変数名2 rune = ’値’
)
データ型の判定
string(変数名)
使用例

package ma ...

Go言語

書式
var (
変数名 byte =値
)
データ型の判定
string(変数名)

使用例

package mainimport ( "fmt")func main() { ...

Oracle

メモ下記

1.ジョブ確認SQL> set pages 1000SQL> set line 100SQL> column job_name format a30SQL> select job_name,st ...

Go言語

書式
1.構造体の定義
type 構造体名 struct {
メンバー変数名 データ型
}
2.構造体の変数名の初期化
変数名 := 構造体名{値1,値2,…}
3. ...

Linux

書式
exec > ファイル名

使用例
# bash
# exec > sample.txt
# date
# exit
exit
# cat sampl ...

Java

Javaコード
package test;

public class Str2IntDemo {

public static void main(String[] args) {
String ...

IT

ダウンロード
提供元サイトからダウンロード
AutoLaTeX is a tool for managing small to large sized LaTeX documents. The user can eas ...

Linux

1.所有者に実行権限を付与する
# chmod u+x test.sh
# ls -la test.sh
-rwxr–r–. 1 root root 0 4月 15 23:37 test ...

IT

ダウンロード
googleサイトからダウンロード
動作環境
Python, Java, and Go Google App Engine
AppScaleは、Google App Engineのアプリケ ...

Swift

書式
.padding(余白を適用する位置, 余白サイズ)
「.trailing」を指定して余白を適用する位置「右側の辺」になります。

使用例

struct ContentView: View { v ...

Swift

書式
.padding(余白を適用する位置, 余白サイズ)
「.horizontal」を指定して余白を適用する位置「左右の辺」になります。

使用例

struct ContentView: View { ...

IT

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

Birdfont is a font editor which can create TTF, EOT, and SVG fonts.
BirdFont 輪郭ベク ...

Windows10

説明
/D コピー先に同名ファイルが存在する場合、更新日が新しいファイルのみコピー
/S ファイルが存在する場合のみディレクトリごとコピーする
/R 読み取り専用のファイルをコピーする
/Y 同名ファイ ...

Java

説明
1.java.util.Calendar.set(int year, int month, int date,
int hourOfDay, int minute, int second)
フィールドYE ...

Swift

書式
.foregroundColor(Color.カラー名)
foregroundColor関数を利用してアイコンの色を変えます。

使用例

struct ContentView: View { va ...

IT

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

Apache Luceneは、Javaで書かれた高性能かつフル機能なテキスト検索エンジンライブラリです。全文テキスト検索が必要で、特にクロスプラットフォーム性を必要とする ...