This document discusses various iPhone apps and features including iOS, Mail, Instagram, Facebook, and Path. It also covers UIAlertView and NSError in iOS, providing code samples for initializing a UIAlertView with an NSError and extending UIAlertView to support initialization with an NSError.
The document discusses Adobe Flash Player development being ended for mobile devices and the growing adoption of HTML5. It highlights features of HTML5 like geolocation, and promotes Microsoft internet explorer and tools for HTML5 development. It also discusses the future of the web moving to open standards and technologies like HTML5 that are native to Windows.
Windows Server 2016 で作るシンプルなハイパーコンバージドインフラ (Microsoft TechSummit 2016)Takamasa Maejima
?
2016年11月に開催された Microsoft TechSummit 2016 での、Windows Server 2016 ストレージ機能 (SDS) を活用したハイパーコンバージドインフラ (HCI) に関するセッションスライドです。
[イベント名] Microsoft TechSummit 2016
[開催日] 2016年11月1日
[セッションID] CDP-002
[セッションタイトル] Windows Server 2016 で作るシンプルなハイパーコンバージドインフラ
SQL Server 使いのための Azure Synapse Analytics - Spark 入門Daiyu Hatakeyama
?
Japan SQL Server Users Group - 第35回 SQL Server 2019勉強会 - Azure Synapese Analytics - SQL Pool 入門 のセッション資料です。
Spark の位置づけ。Synapse の中での入門編の使い方。そして、Synapse ならではの価値について触れてます。
40. 構築手順 : Telnet接続確認
$ telnet example..aa.001.apne1.cache.amazon.aws.com 11211
Trying 10.xx.xx.xx...
Connected to example.aa.001.apne1.cache.amazon.aws.com.
Escape character is '^]'.
stats telnetでendpointの1つに接続
STAT pid 1
STAT version 1.4.5
---snip--- 【stats】コマンド
STAT reclaimed 0 ノードの状態確認
END
set key1 0 0 4 【set】コマンド
test データの格納
STORED 例) key: key1, value:test
get key1
【get】コマンド
VALUE key1 0 4
格納されたデータの取得
test
例) key: key1
END
quit 【quit】コマンド
Connection closed by foreign host. 切断
43. 利用手顺:贰颁2侧の环境构筑
必要なライブラリのインストール(Amazon Linuxの例)
$ sudo yum –y install subversion php-devl php-pear gcc make libmemcached
libmemcached-devel php-pecl-memcached
Ketamaの取得からインストールまで
$ svn co svn://svn.audioscrobbler.net/misc/ketama/
$ cd ketama/libketama
$ make
$ sudo make install
$ sudo ldconfig
AWS SDK for PHPインストール、セットアップ
http://aws.amazon.com/articles/4261
44. 利用手顺:贰颁2侧の环境构筑
PHP(CLI)で接続
$ php test.php
key:106:40:43 is stored to example.mayg1j.0001.apne1.cache.amazonaws.com val=1 code=0
key:206:40:43 is stored to example.mayg1j.0001.apne1.cache.amazonaws.com val=1 code=0