#Launch an instance http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
#Setup EC2
chmod 400 key.pem
ssh -i key.pem ec2-user@YOUR_SERVER_IP
#Launch an instance http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
#Setup EC2
chmod 400 key.pem
ssh -i key.pem ec2-user@YOUR_SERVER_IP
based on UIAutomationRef.pdf
エレメントは階層構造になっている UIATarget.localTarget()を最上位とする
http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
| Type | Protocol | Port Range | Destination |
|---|---|---|---|
| SSH | TCP | 22 | 0.0.0.0/0 |
| 更新: | 2014-11-20 |
|---|---|
| バージョン: | 0.0.5 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
概要
| #import <Foundation/Foundation.h> | |
| @interface NSURL (dictionaryFromQueryString) | |
| -(NSDictionary *) dictionaryFromQueryString; | |
| @end |
| 元ネタ: | http://d.hatena.ne.jp/gfx/20130909/1378741015 |
|---|
あるプログラミング言語で実際にWebAppを開発できるようになるまで、何が必要だろうか。言語仕様の習得は終えているとしよう。おそらく、最低限以下のような知識が必要だと思われる。とりあえず Erlang/OTP について知っていることを書いた。
ただし、HTML 生成をするならそもそも Erlang/OTP を選択するのは正しい選択では無い。 あくまで API サーバを作るという前提であるべきだ。
| using UnityEngine; | |
| using System.Collections; | |
| public class Loby : MonoBehaviour | |
| { | |
| void OnEnable () | |
| { | |
| // サーバー接続 | |
| PhotonNetwork.ConnectUsingSettings ("0.1"); | |
| } |
Compare and Swap