目次 1. ロードランナーの紹介 ロードランナーの概要 ロードランナーの構成 ロードランナーの環境構成 ロードランナーの使用例 使用例 (Native-Protocol Driver)

Size: px
Start display at page:

Download "目次 1. ロードランナーの紹介 ロードランナーの概要 ロードランナーの構成 ロードランナーの環境構成 ロードランナーの使用例 使用例 (Native-Protocol Driver)"

Transcription

1 その他の知識 Tiberoの性能をテストするためのロードランナーの使用方法

2 目次 1. ロードランナーの紹介 ロードランナーの概要 ロードランナーの構成 ロードランナーの環境構成 ロードランナーの使用例 使用例 (Native-Protocol Driver)

3 Tibero の性能をテストするためのロードランナーの使用方法 1. ロードランナーの紹介 1.1. ロードランナーの概要 Web プログラムを作成した後 最大の同時接続者数をテストしたら チューニングが必要な場合が多いです このようなとき 数十名の人を集めて同時にクリックしながらテストを行う場合もありますが テストは短時間で終わる作業ではなく 環境設定を修正してから 作業を再開するのも簡単なことではありません ロードランナーは このようなテスト作業を一人で または複数のパソコンで簡単に行える性能テスト ツールです このツールのほか JMETER などがあります 1.2. ロードランナーの構成 LoadRunner Controller - 負荷テスト シナリオの作成とシステム負荷の生成および実行の制御 LoadRunner VUGen - 仮想ユーザーのテスト スクリプトの自動生成およびデバッグ LoadRunner Analysis - 負荷テストの結果の自動集計および性能評価指標の自動算出 3

4 1.3. ロードランナーの環境構成 Java Vuser の使用時の環境構成の設定 (LoadRunner VUGen) - Run-time Settings にて Java の環境設定 (classpath,java VM) を設定します Classpath の設定 - Classpath にて LoadRunner 下位フォルダーの classes フォルダーのパスを追加します 4

5 Classpath に jdbc パスを追加します Java VM にて JDK(JAVA_HOME) パスを追加します 5

6 2. ロードランナーの使用例 2.1. 使用例 (Native-Protocol Driver) 1) JDBC を利用してロードランナーを実行した後 Tibero TAC の可用性テストを行います - スクリプトの作成 (LoadRunner VUGen) シナリオの作成 (LoadRunner Controller) 実行および結果の分析 (LoadRunner Analysis) 2) スクリプトを作成します - LoadRunner VUGen を実行 ファイル New script and solution カテゴリ Vugen single Protocol にて Java Vuser を選択した後 スクリプトを作成します import lrapi.lr; import java.sql.connection; import java.sql.drivermanager; import java.sql.sqlexception; import java.sql.*; public class Actions { private Connection connection; public int init() throws Throwable { // Initialize DB connection return 0; }//end of init public int action() throws Throwable { String FORMATTED_MESSAGE = null; Statement stmt = null; ResultSet rs = null; connection = null; try { lr.start_transaction("test_tx"); Class.forName("com.tmax.tibero.jdbc.TbDriver").newInstance(); String url = "jdbc:tibero:thin:@(description=(failover=on)(address_list=(address=(host= )(port=56629))(address=(host= )(port=58629)))(DATABASE_NAME=TAC))"; stmt = connection.createstatement(); rs = stmt.executequery("select count(*) cnt from test_tac"); while (rs.next()) { FORMATTED_MESSAGE = rs.getstring("cnt"); //lr.message(formatted_message); } lr.end_transaction("test_tx",lr.pass); 6

7 } catch(exception ex) { ex.printstacktrace(); lr.end_transaction("test_tx",lr.fail); } finally { try{rs.close(); rs=null;} catch(exception ex){} try{stmt.close(); stmt=null;} catch(exception ex){} try{connection.close();connection = null;} catch(exception ex){} } return 0; }//end of action } public int end() throws Throwable { // connection = null; return 0; }//end of end シナリオの作成 (LoadRunner Controller) - LoadRunner Controller を実行 New scenario Goal-Oriented Scenario ( ロードランナーのコントローラーが指定した goals をベースにしてシナリオを構成 ) スクリプトを追加した後 OK ボタンをクリック 7

8 一方のノードの接続を切断してからフェイルオーバー テストを行います Transaction Per Second - 単位時間あたりの処理件数のグラフ - 一方のノードの接続を切断するとグラフが下降し その後 再び正常な状態を維持します - ネットワークの状況および接続の状況に応じて グラフの均一度が異なります ( テスト中に JDBC を利用して再接続する場合 TPS 数値が 20 倍以上の差が発生します ) 8

9 実行および結果の分析 (LoadRunner Analysis) 9

10 Copyright 2014 TmaxData Co., Ltd. All Rights Reserved. Trademarks Tibero RDBMS is a registered trademark of TmaxData Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies. Contact Information TmaxData can be contacted at the following addresses to arrange for a consulting team to visit your company and discuss your options. Korea TmaxData Co., Ltd 5, Hwangsaeul-ro 329beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do. South Korea Tel: Fax: info@tmax.co.kr Web (Korean): Technical Support: USA TmaxSoft, Inc. 560 Sylvan Avenue Englewood Cliffs, NJ U.S.A Tel: Fax: info@tmaxsoft.com Web (English): Russia Tmax Russia L.L.C. Grand Setun Plaza, No A204 Gorbunova st.2, Moscow, Tel: +7(495) info.rus@tmaxsoft.com Web (Russian): Singapore Tmax Singapore Pte. Ltd. 430 Lorong 6, Toa Payoh #10-02, OrangeTee Building. Singapore Tel: info.sg@tmaxsoft.com United Kingdom TmaxSoft UK Ltd. Surrey House, Suite 221, 34 Eden Street, Kingston-Upon- Thames, KT1 1ER United Kingdom Tel: + 44-(0) info.uk@tmaxsoft.com Web (English): Japan TmaxSoft Japan Co., Ltd. 5F Sanko Bldg, Mita, Minato-Ku, Tokyo, Japan Tel: Fax: info.jp@tmaxsoft.com Web (Japanese): China TmaxSoft China Co., Ltd. Beijing Silver Tower, RM 1508, 2 North Rd Dong San Huan, Chaoyang District, Beijing, China, China Tel: ~8 Fax: info.cn@tmaxsoft.com Web (Chinese): Brazil TmaxSoft Brazil Avenida Copacabana, andar 18 do Forte Empresarial, Alphaville - Barueri, Sao Paulo, SP-Brasil CEP contato.brasil@tmaxsoft.com TN-TRDV-D

目次 1. パーティショニングとは? パーティショニングのメリットと必要性 パーティショニング戦略 パーティション キーの選定時の考慮事項 パーティション方法 レンジ パーティション

目次 1. パーティショニングとは? パーティショニングのメリットと必要性 パーティショニング戦略 パーティション キーの選定時の考慮事項 パーティション方法 レンジ パーティション 開発および運用 パーティション概念および方法 2014. 06. 13. 目次 1. パーティショニングとは?... 3 1.1. パーティショニングのメリットと必要性... 3 1.2. パーティショニング戦略... 4 1.3. パーティション キーの選定時の考慮事項... 4 2. パーティション方法... 4 2.1. レンジ パーティション... 5 2.2. ハッシュ パーティション...

More information

M-JUSD2471b

M-JUSD2471b JUSD 2471b 2 www.pall.com 3 4 www.pall.com 5 6 www.pall.com 7 TM AllegroSystems The Single-Use Solution Visit us on the Web at www.pall.com/japan/biopharm.asp e-mail us at allegro@pall.com 163-1325 651TEL.03(6386)0995

More information

1) IT IR CSR 120 DAIWA SECURITIES GROUP ANNUAL REPORT 2010

1) IT IR CSR 120 DAIWA SECURITIES GROUP ANNUAL REPORT 2010 p120 p126 p130 p131 p133 DAIWA SECURITIES GROUP ANNUAL REPORT 2010 119 1) 2010 7 1 IT IR CSR 120 DAIWA SECURITIES GROUP ANNUAL REPORT 2010 121 DAIWA SECURITIES GROUP ANNUAL REPORT 2010 CEO COO SMBC PI

More information

untitled

untitled http://www.riskdatabank.co.jp The of Japan, Ltd. All rights reserved. 2 The of Japan, Ltd. All rights reserved. 3 The of Japan, Ltd. All rights reserved. 4 The of Japan, Ltd. All rights reserved. 5 The

More information

弥生会計/やよいの青色申告

弥生会計/やよいの青色申告 c c c c c 1 c c c c c c c c c c c 2 3 c c 4 a a a a a a a a a

More information

1 1 14 12 6 137 3 2 15 1 1 5 29 ( 19 3 31 ) 1 2 1-12-32 2021F 5-6-36 3-14 3 361-1 4 4 The Japan Cultural Institute in Rome (The Japan Foundation) Via Antonio Gramsci 74 00197 Roma, Italia The Japan Cultural

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

Adobe Acrobat DC 製品比較表

Adobe Acrobat DC 製品比較表 X X Adobe, the Adobe logo, Acrobat, the Adobe PDF logo, Creative Cloud, and Reader are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.

More information

P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P P.11 P.13 P.15 P.16 P.17 P.17 P.18 P.20 P.21 P.23 P P P P P P P P.31

P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P P.11 P.13 P.15 P.16 P.17 P.17 P.18 P.20 P.21 P.23 P P P P P P P P.31 201729 3 2017 5 15 P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P.10 2017 P.11 P.13 P.15 P.16 P.17 P.17 P.18 P.20 P.21 P.23 P.24 10 P.25 11 P.27 12 P.28 13 P.29 14 P.29 15 P.30 16 P.31 17 P.32 P.34 P.35 Copyright 2017

More information

1) 2011 7 1 104

1) 2011 7 1 104 P104 P110 P114 P115 P117 103 1) 2011 7 1 104 22011 7 1 CEO COO CFO CRO CIO 105 1) 2011 7 1 106 22011 7 1 107 108 1) 2011 7 1 109 22011 7 1 2011 7 1 100-6755 1 9 1 03 5555-7555 060-8601 3 7 011 214-6111

More information

4D製品案内

4D製品案内 www.4d-japan.com 4D France (Head Office) 4D Deutschland GmbH 4D Sweden AB 4D Net Center S.A. 4D Australia Pty Ltd 60 rue d'alsace 92110 Clichy - France Tel: +33 1 40 87 92

More information

untitled

untitled High Performance Mass Flow Controller 45 45 s G H T W I A B C D E F G T D W I F E H+6 H SEC SEF -Z512KX SEC SEF -Z512 MG X SEC SEF -Z522 MG XN SEC SEF -Z532MGX N SEC SEF -Z542MGX N SEC SEF -Z552MGX

More information

Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 1

Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 1 Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 1 Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 2 60 50 40 30 20 10 0 20173 20183 Copyright 2017 JAPAN POST BANK CO., LTD.

More information

P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P P.11 P.14 P.15 P.16 P.16 P.17 P.19 P.20 P.22 P P P P P P P P P

P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P P.11 P.14 P.15 P.16 P.16 P.17 P.19 P.20 P.22 P P P P P P P P P 201628 3 2016 5 13 P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P.10 2016 P.11 P.14 P.15 P.16 P.16 P.17 P.19 P.20 P.22 P.23 10 P.24 11 P.26 12 P.27 13 P.28 14 P.28 15 P.29 16 P.30 17 P.31 P.33 P.34 Copyright 2016 JAPAN

More information

P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P.10 P.12 P.13 P.14 P.14 P.15 P.17 P.18 P.20 P P P P P.25 P.27 P.28 Copyright 2016 JAPAN POST BA

P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P.10 P.12 P.13 P.14 P.14 P.15 P.17 P.18 P.20 P P P P P.25 P.27 P.28 Copyright 2016 JAPAN POST BA 201729 3 1 2016 8 12 P. 2 P. 4 P. 5 P. 6 P. 7 P. 9 P.10 P.12 P.13 P.14 P.14 P.15 P.17 P.18 P.20 P.21 10 P.22 11 P.23 12 P.24 13 P.25 P.27 P.28 Copyright 2016 JAPAN POST BANK CO., LTD. All Rights Reserved.

More information

2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq 13HD Version 1.0, Rev C Wacom Co., Ltd. All right

2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq 13HD Version 1.0, Rev C Wacom Co., Ltd. All right 1 Cintiq 13HD DTK-1300 1 2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq 13HD Version 1.0, Rev C0413 2013 Wacom Co., Ltd. All rights reserved. 2 Contents Index

More information

Nikon アニュアルレポート 2000

Nikon アニュアルレポート 2000 2000 1999 2000 371,801 305,765 $ 3,503 21.6% 18,434 ( 8,741) 174 7,770 (18,233) 73 21.01 (49.29) $ 0.20 5.00 3.00 0.05 66.7% 502,175 474,965 $ 4,731 5.7% 166,495 160,991 1,568 3.4% 1 2 3 4 5 6 NSR-S204B

More information

?? 1 DTU

?? 1 DTU ?? 1 DTU-1031 1 2 B VCCI-B Wacom TM Version 1.0, C0413 Copyright Wacom Co., Ltd., 2013 2 3 3 4 5 6 7 8 9 10 10 10 11 11 1 12 2 13 13 14 15 15 16 16 16 17 17 18 19 19 19 20 20 21 23 24 24 25 26 27 28 32

More information

400XD_PMP.book

400XD_PMP.book HPR400D マニュアルガス 定期点検メンテナンスプログラム 取扱説明書 808658 第1版 日本語 Japanese HPR Phoenix D Hypertherm Hypertherm 2015 Hypertherm Inc. HPR400D 808658 1 / Japanese 2015 1 Hypertherm Inc. Hanover, NH 03755 USA Hypertherm

More information

P. 2 P. 4 P. 5 P. 6 P. 7 P. 8 P. 9 P P.11 P.13 P.15 P.16 P.17 P.17 P.18 P.20 P.21 P.23 P P P P P P P.30 16

P. 2 P. 4 P. 5 P. 6 P. 7 P. 8 P. 9 P P.11 P.13 P.15 P.16 P.17 P.17 P.18 P.20 P.21 P.23 P P P P P P P.30 16 2018303 2018 5 15 P. 2 P. 4 P. 5 P. 6 P. 7 P. 8 P. 9 P.10 2018 P.11 P.13 P.15 P.16 P.17 P.17 P.18 P.20 P.21 P.23 P.24 10 P.25 11 P.27 12 P.28 13 P.29 14 P.29 15 P.30 16 P.32 1 2 20172016 Copyright 2018

More information

Microsoft Word - Lab6.doc

Microsoft Word - Lab6.doc I Oracle からのアプリケーションの移行ハンズオン (Lab6 Lab6) 日本アイアイ ビービー エムエム株式会社 Contents CONTENTS...2 1. はじめに...3 2. 内容...3 3. SELECT 文を実行実行する JAVA プログラム...3 3.1 ソースコードの確認...3 3.2 ソースコードの編集...4 3.3 プログラムのコンパイル...5 3.4 プログラムの実行...6

More information

ハピタス のコピー.pages

ハピタス のコピー.pages Copyright (C) All Rights Reserved. 10 12,500 () ( ) ()() 1 : 2 : 3 : 2 4 : 5 : Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All

More information

Copyright 2008 All Rights Reserved 2

Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 1 Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 3 Copyright 2008 All Rights Reserved 4 Copyright 2008 All Rights Reserved 5 Copyright 2008 All

More information

JBOD_2000_3000_series_PRN_PDS_v3.0-JP

JBOD_2000_3000_series_PRN_PDS_v3.0-JP Expansion Enclosures ストレージディスク拡張に対応する拡張ユニット (JBOD) Infortrend DS シリーズ GS/GSe シリーズの搭載ディスク拡張に対応します JB2000 JB3000 シリーズは 2U12 ベイから U ベイまでのマルチフォームファクタ対応ディスク拡張ユニット (JBOD) です ディスク拡張性能の高さは様々なストレージ 要求条件に対してデータサイズと予算に応じた最適なストレージ構成を実現します

More information

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved.

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. Rev. 1.0 MU-PS1T0B MU-PS500B MU-PS250B Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. 1.... 4... 4... 4 T1... 5 T1...

More information

C O N T E N T S

C O N T E N T S ALL NIPPON AIRWAYS CO., LTD. 2003 Fifty Years of Progress in Air Transportation C O N T E N T S Focused on the Next 50 Years 50 1 2 3 Q1 A1 4 Focused on the Next 50 Years 5 Q2 A2 6 Focused on the Next

More information

2004 3 1963 1 2 4 2004 MISUMI It s about TIME QCT 8 12 CSR 14 16 17 6 18 19 24 39 40

2004 3 1963 1 2 4 2004 MISUMI It s about TIME QCT 8 12 CSR 14 16 17 6 18 19 24 39 40 2004 2004 3 MISUMI It s about TIME 2004 3 1963 1 2 4 2004 MISUMI It s about TIME QCT 8 12 CSR 14 16 17 6 18 19 24 39 40 MISUMI Corporation ANNUAL REPORT 2004 2003 32004 3.................................................

More information

- 2 Copyright (C) 2009. All Rights Reserved.

- 2 Copyright (C) 2009. All Rights Reserved. - 2 Copyright (C) 2009. All Rights Reserved. - 3 Copyright (C) 2009. All Rights Reserved. - 4 Copyright (C) 2009. All Rights Reserved. - 5 Copyright (C) 2009. All Rights Reserved. - 6 Copyright (C) 2009.

More information

電気・電子用RTVシリコーンゴム

電気・電子用RTVシリコーンゴム CONTENTS P3 P4-6 P7-9 P10-11 P12-25 P12-15 P16 P17 P18-19 P20-21 P22-23 P24 P25 P26-27 2 P28 P29 P30 P31 O Si O Si O Si Si O Si O O Si O Si Si O H C H H Si O O Si O O Si H C H H 3 Feature 1 Feature 2 Feature

More information

PowerPoint Presentation

PowerPoint Presentation UML 2004 7 9 10 ... OOP UML 10 Copyright 2004 Akira HIRASAWA all rights reserved. 2 1. 2. 3. 4. UML 5. Copyright 2004 Akira HIRASAWA all rights reserved. 3 1..... Copyright 2004 Akira HIRASAWA all rights

More information

1

1 ユニシャトル HP 1 2 3 4 5 5.5m 2.5m 20m 6 http://www.muratec.jp http://www.murata-system.co.jp Logistics & Automation Division http://www.muratec.co.jp MURATA MACHINERY, LTD. International Business Dept. Green-Bldg.

More information

PPTテンプレート集 ver.1.0

PPTテンプレート集 ver.1.0 Copyright 2012 Radishbo-ya co., Ltd All Rights Reserved. 1 !!!!!!!!!! Copyright 2012 Radishbo-ya co., Ltd All Rights Reserved. 2 Copyright 2012 Radishbo-ya co., Ltd All Rights Reserved. Copyright 2012

More information

ValueHolder... 9 Customer.java Oracle TopLink 10g(10.1.3) È Volume3 2

ValueHolder... 9 Customer.java Oracle TopLink 10g(10.1.3) È Volume3 2 lê~åäé= qçéiáåâ= NMÖENMKNKPF Volume3 Creation Date: Mar 04, 2005 Last Update: Aug 23, 2005 Version 1.0 ...3... 3...4... 4... 6 ValueHolder... 9 Customer.java... 10...14 Oracle TopLink 10g(10.1.3) È Volume3

More information

Parallels Desktop 7 クイックスタートガイド

Parallels Desktop 7 クイックスタートガイド PD7M-P1-411-1 Parallels Desktop 7 for Mac Parallels Desktop 7 for Mac および Parallels Desktop 7 Switch to Mac Edition 兼用 クイック スタート ガイド Copyright 1999-2011 by Parallels Holdings, Ltd. and its affiliates.

More information

how-to-decide-a-title

how-to-decide-a-title Contents 3 4 5 6 8 13 13 14 14 15 15 18 19 Copyright 2014 All Rights Reserved. 2 / 21 URL AdobeReader ( ) http://www.adobe.co.jp/products/acrobat/readstep2.html Copyright 2014 All Rights Reserved. 3 /

More information

// JDBC // CallableStatement cs = null; try { cs = conn.preparecall("{call DUMMY_PROC(?,?)}"); cs.setstring(1, "This is a test"); cs.registeroutparame

// JDBC // CallableStatement cs = null; try { cs = conn.preparecall({call DUMMY_PROC(?,?)}); cs.setstring(1, This is a test); cs.registeroutparame // JDBC // CallableStatement cs = null; try { cs = conn.preparecall("{call DUMMY_PROC(?,?)"); cs.setstring(1, "This is a test"); cs.registeroutparameter(2, Types.VARCHAR); cs.executequery(); // String

More information

NNA Since 1989

NNA Since 1989 NNA Since 1989 NNA 2011 1945 NHK 17 1 9 199578 1 1989 8 2016 4 7,000 1 2017 19.5 189 UFJ NNA JAPAN CO., LTD. 1989 8 WIN HONEST PLANNING LIMITED 1992 6 1994 9 1995 4 6 8 1996 8 10 1998 1 4 WebNNA PLUS 1999

More information

アニュアルレポート2004

アニュアルレポート2004 1 2 6 6 8 10 12 14 16 18 18 20 22 28 30 31 32 33 44 45 46 48 49 2004 2003 2002 2001 2000 2004 2004/2003 191,939 167,942 174,218 242,726 174,812 $1,810,745 14.3% 9,600 3,225 140 23,903 (4,628) 90,566 197.7

More information

TopLink å SampleClient.java... 5 Ò readallsample() querysample() cachesample() Ç..

TopLink å SampleClient.java... 5 Ò readallsample() querysample() cachesample() Ç.. lê~åäé= qçéiáåâ= NMÖENMKNKPF Volume2 Creation Date: Mar 04, 2005 Last Update: Aug 22, 2005 Version 1.0 ...3... 3 TopLink å...4 1... 4... 4 SampleClient.java... 5 Ò... 8... 9... 10 readallsample()... 11

More information

P.1~18

P.1~18 JCM Copyright 2011 Japanese by JCM Copyright 2008 bymelvin W Wong Published by ARMOUR Publishing Pte Ltd Kent Ridge Post Office P.O.Box 1193,Singapore 911107 Email: mail@armourpublishing.com Website: www.armourpublising.com

More information

tkk0408nari

tkk0408nari SQLStatement Class Sql Database SQL Structured Query Language( ) ISO JIS http://www.techscore.com/tech/sql/02_02.html Database sql Perl Java SQL ( ) create table tu_data ( id integer not null, -- id aid

More information

13

13 Pharmaceutical Segment 12 13 14 Pharmaceutical Segment 15 16 Pharmaceutical Segment 17 GERMANY CHINA JAPAN U.S.A. KOREA SINGAPORE 18 Pharmaceutical Segment 19 20 Pharmaceutical Segment 21 22 Pharmaceutical

More information

初心者にもできるアメブロカスタマイズ新2016.pages

初心者にもできるアメブロカスタマイズ新2016.pages Copyright All Rights Reserved. 41 Copyright All Rights Reserved. 60 68 70 6 78 80 Copyright All Rights Reserved. FC2 97 Copyright All Rights Reserved. Copyright All Rights Reserved. Copyright All Rights

More information

Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 1

Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 1 Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 1 Copyright 2017 JAPAN POST BANK CO., LTD. All Rights Reserved. 2 60 50 40 30 20 10 0 20173 20183 Copyright 2017 JAPAN POST BANK CO., LTD.

More information

Java演習(4) -- 変数と型 --

Java演習(4)   -- 変数と型 -- 50 20 20 5 (20, 20) O 50 100 150 200 250 300 350 x (reserved 50 100 y 50 20 20 5 (20, 20) (1)(Blocks1.java) import javax.swing.japplet; import java.awt.graphics; (reserved public class Blocks1 extends

More information

6.indd

6.indd page 37 page 4 page 14 page 30 3 4 6 8 11 13 14 17 19 22 26 27 30 33 34 37 38 4 // CT * CT * * * 1 // 5 2 6 // 2 // 7 3.5 3.9 3.9 3.5 4.3 5.0 RP NP 3.5 3.5 3.0 8.5 10 11.5 13 15 18 RP 3.9 4.3 5.0 3.4

More information

Fuji Xerox Co., Ltd. All rights reserved.

Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox Co., Ltd. All rights reserved. 2 2011 Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox Co., Ltd. All rights reserved. 2011 Fuji Xerox

More information

JP_00-1 Front cover

JP_00-1 Front cover Next Generation Solution for Geotechnical and Tunnel Engineering About MIDAS IT http://www.midasuser.com 01 We Analyze and Design the Future Business Areas http://www.midasuser.com 02 MIDAS MISSION MIDAS

More information

HPR130XD_260XD_PMP.book

HPR130XD_260XD_PMP.book HPR130D マニュアルガス 定期点検メンテナンスプログラム 取扱説明書 808638 第1版 日本語 Japanese HPR Phoenix D Hypertherm Hypertherm 2015 Hypertherm Inc. HPR130D 808638 1 / Japanese 2015 1 Hypertherm Inc. Hanover, NH 03755 USA Hypertherm

More information

AWS Client VPN - ユーザーガイド

AWS Client VPN - ユーザーガイド AWS Client VPN ユーザーガイド AWS Client VPN: ユーザーガイド Copyright 2019 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with

More information

Q&A集

Q&A集 & ver.2 EWEB-3C-N080 PreSerV for Web MapDataManager & i 1... 1 1.1... 1 1.2... 2 1.3... 6 1.4 MDM. 7 1.5 ( )... 9 1.6 ( )...12 1.7...14 1.8...15 1.9...16 1.10...17 1.11...18 1.12 19 1.13...20 1.14...21

More information

FS-9S-P FS-9S-P C.M.x C.M.x0 C.M.x C.M.x C.M.x N.+Mx (C.M.x) - - - - - - - - - - - 9 9-9- 0 0-9 - - - 9 0 0 - - - - - - - - - - - 9 9-9- 0 9 0 - - 9 0 0-0000 0000 0000 0000 000 00 900 0000 0000

More information

http://www.softbank.co.jp/ The No.1 Name in Broadband ANNUAL REPORT 2003 Contents 2 4 The Reason why SOFTBANK is No.1 in the Broadband Market 12 13 54 55 21 1876 1941 1970 IT20 ADSL Yahoo! BB No.1 2003

More information

CONTENTS Vol.02

CONTENTS Vol.02 CONTENTS 3 4 9 15 16 19 21 27 28 29 2Vol.02 INTRODUCTION fr N1 D Hz (1) = [ ] D Fig. 1-3 t D>3t L 1 C 1 R 1 fr N2 Hz l = [ ] (2) C 0 Fig. 1-1 a Fig. 1-4 t >4a a>t fr = 1/ { 2π L1C1} { } fa= 1/ 2π L1C0C1/

More information

展開とプロビジョニングの概念

展開とプロビジョニングの概念 ADOBE CREATIVE SUITE 5 2010 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe Creative Suite Deployment and Provisioning Concepts This guide is licensed for use under the terms of

More information

TOEIC(R) Newsletter

TOEIC(R) Newsletter June 2009 No.105 TOEIC Newsletter TOEIC Newsletter No.105 June 2009 2 TOEIC Newsletter No.105 June 2009 3 4 TOEIC Newsletter No.105 June 2009 TOEIC Newsletter No.105 June 2009 5 6 TOEIC Newsletter No.105

More information

Copyright All Rights Reserved. -2 -!

Copyright All Rights Reserved. -2 -! http://ameblo.jp/admarketing/ Copyright All Rights Reserved. -2 -! Copyright All Rights Reserved. -3- Copyright All Rights Reserved. -4- Copyright All Rights Reserved. -5 - Copyright All Rights Reserved.

More information

Java (9) 1 Lesson Java System.out.println() 1 Java API 1 Java Java 1

Java (9) 1 Lesson Java System.out.println() 1 Java API 1 Java Java 1 Java (9) 1 Lesson 7 2008-05-20 Java System.out.println() 1 Java API 1 Java Java 1 GUI 2 Java 3 1.1 5 3 1.0 10.0, 1.0, 0.5 5.0, 3.0, 0.3 4.0, 1.0, 0.6 1 2 4 3, ( 2 3 2 1.2 Java (stream) 4 1 a 5 (End of

More information

1

1 Eyelet Guide Pig Tail Guide Dog Tail Guide Hook Guide Slit Guide Friction Disc Air Jet Nozzle SPINNING Chip Cutter Air Jet Nozzle Oiling Roller Oiling Nozzle Traverse Guide Technical Information 1 C O

More information

ベース0516.indd

ベース0516.indd QlikView QlikView 2012 2 qlikview.com Business Discovery QlikTech QlikView QlikView QlikView QlikView 1 QlikView Server QlikTech QlikView Scaling Up vs. Scaling Out in a QlikView Environment 2 QlikView

More information

1. 8. Value Chain 10. At a Glance

1. 8. Value Chain 10. At a Glance Annual Report 2007 1. 8. Value Chain 10. At a Glance 12. 14. 18. 23. 33. 41. 48. 49. 50. 51. HOUSING MARKET Market trends are not promising but there are many opportunities for our growth 1 () 128 127

More information

90 91 92 94 90 8 91 3131, 31st Floor, China World Trade Center No.1 Jian Guo Men Wai Avenue Beijing 100004, The People's Republic of China TEL: 86-10-6505-8989, 38258, 1196, 1197 FAX: 86-10-6505-3829,

More information

FrameV7x_I4_Manual-JP.fm

FrameV7x_I4_Manual-JP.fm 1 1 2 VCCI B Wacom Intuos Adobe Acrobat Adobe Reader Photoshop Apple Apple Macintosh Windows TM Intuos 4 for Windows /Macintosh Version 2.0, Rev G2209 2009 Wacom Co., Ltd. All rights reserved. 2 3 5 6

More information

Aflac Incorporated 2014年年次報告書

Aflac Incorporated 2014年年次報告書 40 YEARS IN JAPAN To provide customers with the best value in voluntary insurance products in Japan and the United States 1926-2014 1 LIVING THE LEGACY........................ 1...........................

More information

aozora.…y…›.pdfŠp

aozora.…y…›.pdfŠp AOZORA BANK 2 0 0 1 CONTENTS 1 2 4 6 10 11 12 13 Profile AOZORA BANK 2 0 0 1 02-03 133 143 153 71,100 49,400 52,300 559 684 765 423 453 451 136 231 314 11.79% 11.78% 11.55% 13.43% 12.92% 12.33% 1 166

More information

IPA:セキュアなインターネットサーバー構築に関する調査

IPA:セキュアなインターネットサーバー構築に関する調査 Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved.

More information

360_h1_4.ai

360_h1_4.ai 2008 EA Digital Illusions CE AB. Mirror's Edge and the DICE logo are trademarks or registered trademarks of EA Digital Illusions CE AB. All Rights Reserved. EA and the EA logo are trademarks or registered

More information

Microsoft Word - 最終版 バックせどりismマニュアル .docx

Microsoft Word - 最終版 バックせどりismマニュアル .docx ism ISM ISM ISM ISM ISM ISM Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. ISM Copyright (c) 2010 All Rights Reserved. Copyright

More information

Oracle9i JDeveloperによるWebサービスの構築

Oracle9i JDeveloperによるWebサービスの構築 Oracle9i JDeveloper Web Web Web Web Web Web EJB Web EJB Web Web Oracle9iAS Apache SOAP WSDL Web Web Web Oracle9i JDeveloper Java XML Web Web Web Web Simple Object Access Protocol SOAP :Web Web Services

More information

電気・電子・一般工業用RTVシリコーンゴム

電気・電子・一般工業用RTVシリコーンゴム Room Temperature Vulcanizing Rubber C O N T E N T S 3 4 6 8 10 1 1 12 13 14 15 16 18 18 19 19 20 22 23 24 25 26 27 28 29 30 31 1 1 5 2 6 3 7 4 8 3 4 5 KE-42 15 50 C 100%RH KE-489 10 5 0 1 2 3 4 50 C 60%RH

More information

Release Notes for JMP book

Release Notes for JMP book 8.0.2 JMP, A Business Unit of SAS SAS Campus Drive Cary, NC 27513 SAS Institute Inc. 2009.JMP 8.0.2, Cary, NC: SAS Institute Inc. JMP 8.0.2 Copyright 2009, SAS Institute Inc., Cary, NC, USA All rights

More information

{:from => Java, :to => Ruby } Java Ruby KAKUTANI Shintaro; Eiwa System Management, Inc.; a strong Ruby proponent http://kakutani.com http://www.amazon.co.jp/o/asin/4873113202/kakutani-22 http://www.amazon.co.jp/o/asin/477413256x/kakutani-22

More information

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

IP Triple Play Copyright 2006, Allied Telesis Holdings, A rights reserved.

IP Triple Play Copyright 2006, Allied Telesis Holdings, A rights reserved. IP Triple Play . 1982 LAN LAN 1987 3 Norway Sweden Allied Telesyn Inc. United States* Mexico Canada Corporate Head Office Regional Head Office Engineering Locations Manufacturing Locations All other

More information

19 3 15 18 4 1 19 3 31 6460 2% 27% 3,316 130 1.6 ROA* 1.2 3.9% 0.6% * ROA 1,014 4% 134 13% 2,196 6% 98 34% 105 6% 24 1 SEGA SAMMY HOLDINGS INC. / NSP 01, YRB-3 Sammy 3 Game Developers Choice Awards 19

More information

FileMaker ODBC and JDBC Guide

FileMaker ODBC and JDBC Guide FileMaker 13 ODBC JDBC 2004-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

Autodesk Fusion 360 Autodesk Fusion 360 Honda 3D Fusion 360 CAD Honda EV Autodesk Fusion 360 Honda D 3D Web Rinkak 3D 2016 Honda 3D CEATEC JAPAN

Autodesk Fusion 360 Autodesk Fusion 360 Honda 3D Fusion 360 CAD Honda EV Autodesk Fusion 360 Honda D 3D Web Rinkak 3D 2016 Honda 3D CEATEC JAPAN Xenoma GENKEI Autodesk Fusion 360 Autodesk Fusion 360 Honda 3D Fusion 360 CAD Honda EV Autodesk Fusion 360 Honda 2013 3D 3D Web Rinkak 3D 2016 Honda 3D CEATEC JAPAN 2016 Honda EV 2 Autodesk Fusion 360

More information

44 48 2 3 5 kg/m 3 % (GPa) MPa GPa MPa m x -6 / W/(m K) J/(kg K) V/m cm (X -4 ) (X -4 ) JIS C24 JIS C24 JIS R6 JIS R6 JIS R62 JIS R67 JIS R68 JIS R6 JIS R6 JIS C24 A-479 99% White 3.8 3 5.2 3 36.23 3 4

More information

新・明解Java入門

新・明解Java入門 537,... 224,... 224,... 32, 35,... 188, 216, 312 -... 38 -... 38 --... 102 --... 103 -=... 111 -classpath... 379 '... 106, 474!... 57, 97!=... 56 "... 14, 476 %... 38 %=... 111 &... 240, 247 &&... 66,

More information

2015年年次報告書

2015年年次報告書 Aflac Incorporated Year in Review 2015 1 To provide customers with the best value in voluntary insurance products in Japan and the United States................................ 4.................... 6....................

More information

Javaセキュアコーディングセミナー東京 第3回 入出力(File, Stream)と例外時の動作 演習解説

Javaセキュアコーディングセミナー東京 第3回 入出力(File, Stream)と例外時の動作 演習解説 Java セキュアコーディングセミナー東京第 3 回入出力と例外時の動作 演習解説 2012 年 11 月 11 日 ( 日 ) JPCERT コーディネーションセンター脆弱性解析チーム戸田洋三 1 Hands-on Exercises コンパイルエラーに対処しよう ファイルからのデータ入力を実装しよう 2 Hands-on Exercise(1) サンプルコードの コンパイルエラーに対処しよう 3

More information

基本操作ガイド

基本操作ガイド HT7-0022-000-V.4.0 Copyright 2004 CANON INC. ALL RIGHTS RESERVED 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 4 1 1 2 3 4 5 1 2 1 2 3 1 2 3 1 2 3 1 2 3 4 1 2 3 4 1 2 3 4 5 6 1 2 3 4 5 6 7 1 2 3 4

More information

# _15683.qxd

# _15683.qxd & Groovy TM ISO 14001 ISO 13485:2003 0086 NPRP (NP, RP, WP, 6.0) (NP, RP, WP, 6.0) (NP, RP, WP) (NP, RP, WP, 6.0) (NP, RP, WP, 6.0) 3 / 2 mm / NP: 3.5 mm RP: 3.5 + 4.3 mm WP: 3.5 + 4.3 + 5 mm 6.0: 3.5

More information

Title Slide with Name

Title Slide with Name 自習 & ハンズオントレーニング資料 System Recovery 2013 R2 SR13R2-06 System Recovery Monitor ベリタステクノロジーズ合同会社 テクノロジーセールス & サービス統括本部セールスエンジニアリング本部パートナー SE 部 免責事項 ベリタステクノロジーズ合同会社は この文書の著作権を留保します また 記載された内容の無謬性を保証しません VERITAS

More information

# _ qxd

# _ qxd & MkIII Groovy TM MkIII Shorty TM ISO 14001 ISO 13485:2003 0086 MkIII RP MkIII MkIII (NP RP WP) (NP RP WP) (NP, RP, WP) (NP RP WP) (NP RP WP) 3 / 2 mm / P. 6 2 mm 2.4/2.8 mm 4 1 1 2 5 NP 3.3 2 2 2 2.4/2.8

More information

& Groovy TM Shorty TM

& Groovy TM Shorty TM & Groovy TM Shorty TM ISO 14001 ISO 13485:2003 0086 RP (NP RP WP) (NP RP WP) (NP, RP, WP) (NP RP WP) 3 / 2 mm / 2 mm 2.4/2.8 mm 4 1 1 2 5 NP 3.3 2 2 2 2.4/2.8 RP 4 2 ( 2.4/2.8) WP 5 2 2.4/2.8 3 WP 6 2

More information

Part1 159 a a

Part1 159 a a Tomcat 158 Part1 159 a a Tomcat hello World!

More information

42

42 41 42 43 44 45 46 47 48 9,527 1,012 331 58 84 90 126 84 106 133 1,012 531 87 82 122 132 108 531 2,037 123 236 935 529 104 110 2,037 498 1,359 417 100 106 78 92 66 133 110 167 423 84 1,359 109 98 150 60

More information

untitled

untitled 2006 One Company 62,028372,669 WINWIN M&AOne Company 1997200610% 15%2010121,50010%ROE 11% 200532020063201231 2005.3 2006.3 2006.12 2006.12 % 92,492 9,373 10.1 6,105 2,290 3,524 3,956 2,944 5,636 105,665

More information

JP_00-1 Front cover

JP_00-1 Front cover Next Generation Solution for Geotechnical and Tunnel Engineering About MIDAS IT http://www.midasuser.com 01 We Analyze and Design the Future Business Areas http://www.midasuser.com 02 MIDAS MISSION MIDAS

More information