Linux

サーバー側
1.インストール
# yum list installed | grep ssh
# yum -y install openssh-server

2.sshd_configの設定

Java

Javaコード
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
i ...

PHP

phpコード
$cft = array (‘name’ => ‘山田’, ‘job’ => ‘エンジニア’,̵ ...

System

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

Oracle Solaris 11.1 can be installed in a number of different ways – from a ha ...

Swift

書式
String(int型の変数)
使用例

var cftA: Int = 5678var result:String = String(cftA)var cftB: Int = -12345var resul ...

Cmd

書式
call exeファイル名
使用例
フェイル名 test.bat
サンプルコード

@echo offrem 電卓起動call calc.exerem  エクスプローラー起動call expl ...

IT

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

Oracle Enterprise Manager Cloud Control 12c Release 3 Plug-in Update 1 (12.1.0.3) r ...

Swift

書式
Double(int型変数)
使用例

var cftA: Int = 550var result:Double = Double(cftA)var cftB: Int = -456var result2:D ...

SQLite

環境
Windows10 64bit
SQLite3.37.0

書式
CREATE INDEX インデックス名 ON テーブル名(カラム名1, xxx);

使用例
1.テーブルを ...

IT

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

System

ダウンロード:
提供元サイト からダウンロード
NoSQL DB Community Edition software is licensed pursuant to the Affero General Public ...

Java

使用例

public class TryCatchDemo { public static void main(String[] args) { StringBuilder sb = new StringBuilder(); s ...

Java

説明
public String(byte cftCode = new byte args) { String modResult = func(); System.out.println("変換後の文字列:" + modRe ...

Linux

書式
gunzip オプション ファイル名
オプション 
-c 標準出力
-f ファイルが存在する場合上書き
-l 情報を確認

使用例
# gunzip -l test.ta ...

Python

test.csvファイル
A001,B002,C003,D004,E005
151,152,313,414
111,222,333,444

使用例

# coding: utf-8#!/usr/ ...

Go言語

書式
func (re *Regexp) ReplaceAll(src, repl byte
ReplaceAllは、srcのRegexpと一致するすべての箇所をreplで置換したコピーを返します。

使用例 ...

Java

使用例

package com.arkgame.study;import java.util.StringTokenizer;public class SampleDemo { public static void main(S ...

Java

構文
public interface Iterator<E>
コレクションのイテレータです。Iteratorは、Java Collections FrameworkにおいてEnumerationの代わりと ...