RailsによるアジャイルWebアプリケーション開発 第4版

Size: px
Start display at page:

Download "RailsによるアジャイルWebアプリケーション開発 第4版"

Transcription

1

2 Original English language title: Agile Web Development with Rails, Fourth Edition by Sam Ruby, Dave Thomas, David Heinemmeier Hansson, et al. Copyright 2011 The Pragmatic Programmers LLC. Translation Copyright 2011 Ohmsha, Ltd. All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior consent of the publisher. Rails Web 4 kaihatu@ohmsha.co.jp FAX

3 3 2 Rails 2.3 Rails 3 1 Rails Rails Rails 3 Rails Rails 3.1 Rails 3.0 Rails 3.1 Rails 3.1 Rails 3.1 Rails 3.1 Rails 3.1 Ruby 1.9 Ruby 1.8 Ruby 2.0 Ruby 1.9 Depot Ruby 1.9 Ruby 1.9 arton iii

4

5 4 Dave 3 Rails 1 Dave Emacs Mac OS X Vim Ubuntu Rails Rails Rails Ruby 1.9 Ruby Ruby Rails Rails Rails Ruby Ruby I II III Rails III Rails March 2011 Sam Ruby v

6

7 Rails 3.1 Rails 3.1 Rails 3.1 Rails 2.3.x Rails 3.0 Pragmatic Bookshelf Ruby Ruby Hash Asset Rails SCSS Prototype Script.aculo.us jquery 11 F Ajax p.125 JavaScript CoffeeScript XML JSON j JSON JavaScript has_secure_password Rack::Cache mysql gem mysql2 gem *1 1 Rails p.3 Rails p.xiv rails31 Rails rails -v Rails ChangesToRails * 1 vii

8

9 Rails Web Rails Depot REST Ruby Rails Jeremy Anderson, Ken Coar, Jeff Cohen, Joel Clermont, Geoff Drake, Pavan Gorakavi, Michael Jurewitz, Mikel Lindsaar, Paul Rayner, Martijn Reuvers, Doug Rhoten, Gary Sherman, Davanum Srinivas, Stefan Turalski, and José Valim PDF 800 Manuel E. Vidaurre Arenas, Seth Arnold, Will Bowlin, Andy Brice, Jason Catena, Victor Marius Costan, David Hadley, Jason Holloway, David Kapp, Trung LE, Kristian Riiber Mandrup, mltsy, Steve Nicholson, Jim Puls, Johnathan Ritzi, Leonel S, Kim Shrier, Don Smith, Joe Straitiff, and Martin Zoller Rails Scott Barron (htonl), Jamis Buck (minam), Thomas Fuchs (madrobby), Jeremy Kemper (bitsweat), Yehuda Katz (wycats), Michael Koziarski (nzkoz), Marcel Molina Jr, (noradio), Rick Olson (technoweenie), Nicholas Seckar (Ulysses), Sam Stephenson (sam), Tobias Lütke (xal), José Valim (josevalim), and Florian Weber (csshsh) March 2011 Sam Ruby ix

10

11 Ruby on Rails Web Rails Rails Web 2.0 Rails Web Java PHP.NET Rails Rails Web Rails Rails Rails MVC Model-View-Controller Java Tapestry Struts MVC Rails Rails Rails Rails Rails Rails Ruby Ruby Ruby Rails Ruby xi

12 xii class Project < ActiveRecord::Base belongs_to :portfolio has_one :project_manager has_many :milestones has_many :deliverables, through: milestones validates :name, :description, presence: true validates :non_disclosure_agreement, acceptance: true validates :short_name, uniqueness: true end Rails 2 DRY Convention over Configuration DRY Don t Repeat Yourself 1 Rails Ruby Rails 1 MVC 5 6 Web Convention over Configuration Rails Rails Java Web XML Rails Rails Rails Web Rails Ajax RESTful Rails Ajax REST Rails Rails Rails Rails Rails 45

13 Rails Is Agile xiii Rails Is Agile Rails Web Agile Web Development with Rails Rails Rails 4 *2 Rails Ruby Rails HTML Rails Rails 500 Rails Rails Rails Rails DRY Rails Rails Ruby Rails * Dave Thomas

14 xiv Rails Web III Rails Rails Rails Web Rails Ruby Rails HTML CSS Cascading Style Sheet JavaScript Web 3 I Ruby Rails Ruby Rails II Rails Rails II tar zip *3 Rails 3.0 Rails 3.1 rails31 README-FIRST III Rails p.241 Rails II Rails Rails Rails Rails * 3 URL Web http: //

15 xv Ruby Rails Ruby Ruby Rails 4 Ruby p.37 Ruby Ruby :name Ruby p.38 :name p.38 code/rails31/work/demo1/app/controllers/say_controller.rb class SayController < ApplicationController def hello end end def goodbye end HTML Safari 2 David... David... Rails David Heinemeier Hansson Rails Rails Joe... Joe Rails API Rails RubyGems Rails Gem gem server Rails API p.243

16 xvi Rails 10.3 p E2 p.116 *4 *5 wiki *6 wiki Ruby Rails "Agile Web Development with Rails" Dave * 4 * 5 * 6

17 4 Rails 3.1 Rails... Rails Is Agile iii v vii ix xi xi xiii xiv xiv xvii I Rails 1 1 Rails Windows Mac OS X Linux Rails Rails Hello, Rails Hello, Rails! Rails Rails Action Pack xvii

18 xviii 4 Ruby Ruby Ruby II 53 5 Depot Depot A A A B B B C C C C C D D D D

19 xix E E E E F Ajax F F2 Ajax F F F Ajax G G G2 Atom G H H H I I I I I J J

20 xx 15.2 J J J K K1 Phusion Passenger MySQL K2 Capistrano K Depot Rails III Rails Rails Active Record CRUD Action Dispatch Action Controller Action View

21 xxi 21.4 Rails Active Record Active Support Active Resource Rails Builder XML eruby HTML Bundler Rack Web Rake Rails Rails Active Merchant Haml RailsPlugins.org

22 xxii

23 1

24

25 1 Rails Ruby RubyGems SQLite 3 Rails I Ruby Rails Ruby Rails Rails Ruby Rails Ruby Ruby Rails 3.1 Ruby Ruby p.4 Ruby RubyGems RubyGems Ruby on Rails Rails 3.1 Rails JavaScript Microsoft Windows Mac OS X JavaScript Rails OS JavaScript OS SQLite 3 MySQL 5.1 Web Rails Web 16 K p.217 OS 3

26 4 1 Rails Ruby 6 Ruby Rails 3.1 Ruby Ruby Rails Rails Ruby Ruby Ruby Rails 4.0 Ruby scaffold notice: 'Cart was successfully created.' Ruby Rails 3.1 :notice => 'Cart was successfully created.' : Ruby Rails Windows Windows Rails RailsInstaller *1 RailsInstaller 2.0 Ruby Rails 3.1 Next I accept the License Next Install Finish Windows cmd OK RubyInstaller *2 Windows 1.4 Rails p.7 * 1 * 2

27 1.2 Mac OS X Mac OS X Snow Leopard Lion Ruby RVM RVM RVM *3 Xcode 3 Mac OS X 10.7 Lion Mac App Store Xcode 4.1 *4 Mac OS X 10.6 Snow Leopard Mac Snow Leopard DVD Xcode Xcode DVD Optional Installs Xcode $ xcodebuild -version Xcode 3 Git OS *5 Git $ git --version RVM $ bash < <(curl -s RVM.bash_profile $ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && \. "$HOME/.rvm/scripts/rvm"' >> ~/.bash_profile.bash_profile Ruby $ rvm install Rails $ rvm use $ gem install rails 1 rvm use use rvm Ruby * 3 * 4 * 5

28 6 1 Rails $ rvm --default $ rails -v RVM Troubleshooting Your Install *6 OS X 1.4 Rails p.7 Windows 1.3 Linux apt-get dpkg portage rpm rug synaptic up2date yum Ubuntu Natty Narwhal OS *7 $ sudo apt-get install apache2 curl git libmysqlclient-dev mysql-server nodejs MySQL root 16.1 K1 Phusion Passenger MySQL p.218 Ubuntu Ruby RVM RVM RVM *8 RVM $ bash < <(curl -s RVM.bash_profile $ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && \. "$HOME/.rvm/scripts/rvm"' >> ~/.bash_profile.bash_profile OS * 6 * 7 Rails 3.1 JavaScript Node.js SpiderMonkey Windows Mac OS X JavaScript * 8

29 1.4 Rails 7 $ rvm notes Ruby MRI OS Ruby $ rvm install Rails $ rvm use $ gem install rails 1 rvm use use rvm Ruby $ rvm --default $ rails -v RVM Troubleshooting Your Install *9 Windows Mac OS X Linux 3 OS 1.4 Rails Rails Rails Rails gem Rails $ gem list --local rails rails --version Rails Rails gem OS sudo * 9

30 8 1 Rails $ gem install rails --version Rails rails 1 Rails $ rails _3.1.0_ --version Rails Rails Rails root Gemfile bundle install 25.3 Bundler p Rails Rails GUI OS Bash zsh Unix Tab Git Rails Git 1 Rails CI Continuous Integration CI CI

たのしいプログラミング Pythonではじめよう!

たのしいプログラミング Pythonではじめよう! Title of English-language original: Python for Kids A Playful Introduction to Programming ISBN 978-1-59327-407-8, published by No Starch Press, Inc. Copyright 2013 by Jason R. Briggs. Japanese-language

More information

Copyright 2001, 1999, 1997, 1995, 1993, 1991, 1990 by The McGraw-Hill Companies, Inc. All rights reserved. Printed in the United States of America. Except as permitted under the United States Copyright

More information

情熱プログラマー ソフトウェア開発者の幸せな生き方

情熱プログラマー ソフトウェア開発者の幸せな生き方 Original English language title: The Passionate Programmer: Creating a Remarkable Career in Software Development by Chad Fowler Published by The Pragmatic Programmers, LLC Copyright c 2009 Chad Fowler

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV XV XVI XVII XVIII XIX XX XXI XXII XXIII XXIV XXV XXVI XXVII XXVIII 1 1. 2 3 2. 4 1 5 6 7 8 9 10 1 2 3 11 3. 12 13 14 1 2 3 15 4 5 16 1 2 3 17 4 18 4. 1 2

More information

困ったときのQ&A

困ったときのQ&A Help i 1 ii iii v iv 2 C Alt Delete v iv vii vi vii vi viii ix x x xi 1 2 3 4 5 xii xiii xiv xv xvi xvii c c c xviii xix P A R T 1 P A R T 2 xx P A R T 3 xxi P A R T 4 xxii xxiii P A R T 1 2 1 1 2 3

More information

困ったときのQ&A

困ったときのQ&A Help i 1 ii iii v iv 2 C Alt Delete v iv vii vi vii vi viii ix x http://121ware.com/support/ 0120-977-121 x xi xii xii xii 1 2 3 4 5 xiii xiv xv xvi xvii xviii xix xx P A R T 1 P A R T 2 xxi P A R T 3

More information

ii

ii ii iii iv v vi 4 get "lesson/:action(/:name)" => "lesson" 5 6 resources :members 7 end Sato mac:rails taro$ cd asagao mac:asagao taro$ bin/rails s mac:asagao

More information

『保守の比較政治学』

『保守の比較政治学』 v vi vii viii ix x xi xii xiii xiv 3 3 3 9 20 25 25 27 30 32 37 xvi 43 47 57 57 60 66 72 74 81 81 83 86 91 xvii 98 101 111 111 111 115 118 125 128 135 135 136 143 151 157 xviii 163 163 167 173 179 185

More information

Ajax-ch00

Ajax-ch00 vi vii viii ix C O N T E N T S..................................................... iii.......................................................... iv........................................................

More information

Color MultiWriter 9900C/9800C ユーザーズマニュアル

Color MultiWriter 9900C/9800C ユーザーズマニュアル l l l l l i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi xvii xviii xix xx xxi xxii xxiii xxiv xxv xxvi 1.1 1 2 3 1 1 4 5 1 1 6 7-1 1.2 1 8 1.3 1 9 1 1.3.1 10 1 2 11 1 1 1.3.2 12 13 1 1 14 1.4

More information

Step2 入門

Step2 入門 ii iii iv v vi NEC Corporation 1999 vii C O N T E N T S PART 1 PART 2 PART 3 viii PART 4 ix C O N T E N T S PART 5 x PART 6 xi C O N T E N T S PART 7 xii PART 8 PART 9 xiii C O N T E N T S xiv xv PART

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

ITR Market View:ECサイト構築/決済代行/CMS/SMS送信市場2018目次

ITR Market View:ECサイト構築/決済代行/CMS/SMS送信市場2018目次 ITR Market View EC CMS SMS 2018... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 5 1-2-3... 5 1-2-4... 5 1-3... 6... 11 2-1 EC... 12 2-1-1... 12 2-1-2... 15 2-1-2-1... 15 2-1-2-2... 22 2-1-2-3... 24 2-1-2-4...

More information

ユーザーズガイド

ユーザーズガイド JPN CD-ROM CD-ROM CD-ROM CD-ROM ii iii iv v vi vii viii ix x 11 xi xii xiii xiv a b c d b c d a a xv xvi xvii xviii xix xx xxi xxii 1 CHAPTER 1-1 1-2 1-3 1-4 1-5 1-6 a g h i j b c k l m d e f a b c d

More information

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen SATO Label Gallery SATO International Pte Ltd Version : BSI-021227-01 Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work

More information

7 i 7 1 2 3 4 5 6 ii 7 8 9 10 11 1 12 13 14 iii.......................................... iv................................................ 21... 1 v 3 6 7 3 vi vii viii ix x xi xii xiii xiv xv 26 27

More information

i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi 2 3 4 5 6 7 $ 8 9 10 11 12 13 14 15 16 17 $ $ $ 18 19 $ 20 21 22 23 24 25 26 27 $$ 28 29 30 31 $ $ $ 32 33 34 $ 35 $ 36 $ 37 38 39 40 $ 41 42 43 44

More information

9 i 9 1 2 3 4 5 6 ii 7 8 9 10 11 12 .......................................... iii ... 1... 1........................................ 9 iv... v 3 8 9 3 vi vii viii ix x xi xii xiii xiv 34 35 22 1 2 1

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV 1. 2 3 4 5 2. 6 7 8 3. 1 2 3 9 4 5 10 6 11 4. 1 2 3 1 2 12 1 2 3 1 2 3 13 14 1 2 1 15 16 1. 20 1 21 1 22 23 1 2 3 4 24 1 2 ok 25 1 2 26 1 2 3 27 2. 28

More information

untitled

untitled 16 8 ...1...8...8...9...13...15...22...32...39...51...51...52...54...56...63...73 TMO...74 TMO...74 TMO...75...76...80...88...90 14 17 22 1_0-i *1 WAKAYAMA *1 X_Y-ZX Y Z -1- 1_0-ii 01 P.56 10 JR P.57

More information

Rubyのしくみ:Ruby Under a Microscope

Rubyのしくみ:Ruby Under a Microscope Ruby Ruby Under a Microscope Pat Shaughnessy 20150109 b5891c1 (m-sl b-n bc-n) Title of English-language original: Ruby Under a Microscope ISBN 978-1-59327-527-3, published by No Starch Press, Inc. Copyright

More information

untitled

untitled vii ix xi xii xiii xiv xv 1 2 1 2 3 3 4 5 4 6 5 7 8 6 9 7 10 11 12 13 14 8 15 1 2 16 3 17 4 18 19 20 5 21 22 23 24 6 25 7 8 26 27 28 29 9 30 31 10 32 33 34 11 35 36 37 12 38 39 40 13 41 14 42 43 44

More information

* * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * ** * ** ix

* * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * ** * ** ix * * * * * * * * ** * * * ** * ** * ** * * * * * * ** * * * * * ** * ** = viii * * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * **

More information

01_SWGuide_V8.50.fm

01_SWGuide_V8.50.fm ii iii iv v 2 vi vii viii ix x xi xii xiii xiv xv xvi xvii 1 CHAPTER 1-1 1-2 1-3 2 CHAPTER 2-1 2-2 2-3 2-4 1 2 2-5 3 4 2-6 5 6 2-7 7 8 2-8 9 2-9 10 11 2-10 12 13 2-11 14 15 2-12 16 17 18 2-13 1 2 2-14

More information

レーザビームプリンタ Satera ユーザーズガイド

レーザビームプリンタ Satera ユーザーズガイド JPN CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM ii iii iv v vi vii viii ix x xi xii a b c d b c d a xiii xiv xv xvi xvii xviii xix xx 1 CHAPTER 1-1 1-2 1-3 1-4 b a n m l k j c d f g e i h a b c d

More information

ITR Market View:アイデンティティ/アクセス管理市場2018目次

ITR Market View:アイデンティティ/アクセス管理市場2018目次 ITR Market View: 2018... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 5 1-2-3... 5 1-2-4... 5 1-3... 6... 9 2-1... 10 2-1-1... 10 2-1-2... 14 2-2 IDM IAM... 16 2-2-1 IDM IAM... 16 2-2-1-1... 16 2-2-1-2... 19

More information

困ったときのQ&A

困ったときのQ&A ii iii iv NEC Corporation 1998 v C O N T E N T S PART 1 vi vii viii ix x xi xii PART 2 xiii PART 3 xiv P A R T 1 3 1 2 PART 3 4 2 1 1 2 4 3 PART 1 4 5 5 6 PART 1 7 8 PART 1 9 1 2 3 1 2 3 10 PART 1 1 2

More information

help gem gem gem my help

help gem gem gem my help hikiutils 1234 2017 3 1 1 6 1.0.1 help gem................... 7 gem.................................... 7 gem................................... 7 my help.................................. 7 my help......................

More information

IIJ Technical WEEK 2013 - アプリ開発を楽にするRuby PaaS「MOGOK」について

IIJ Technical WEEK 2013 - アプリ開発を楽にするRuby PaaS「MOGOK」について Ruby PaaS MOGOK 2013/11/19 1 IIJ PaaS MOGOK MOGOK PaaS 2 IIJ PaaS MOGOK PaaS MOGOK MOGOK 3 IIJ PaaS 4 IIJ Internet, Backbone, Mobile IIJ GIO 5 IIJ IaaS IIJ GIO SaaS PaaS 6 PaaS Platform

More information

ネットワークビデオレコーダー VK-64/VK-16/VK-Lite v2.2 セットアップガイド

ネットワークビデオレコーダー VK-64/VK-16/VK-Lite v2.2 セットアップガイド VK-64/VK-16/VK-Lite Ver. 2.2 VK-64 v2.2 VK-16 v2.2 ( VK-64/VK-16) VK-Lite v2.2 ( VK-Lite) VK-64/VK-16 VK-Lite 2 1. 2. 3. 4. 2. 3. ( ) ( ) canon.jp/webview Canon Canon Microsoft Windows Microsoft Internet

More information

2 Rails pico planner camel case camel pico planner _ pico_planner snake case snake - chain case chain pico planner pico-planner CSS id class 2.3 Rails

2 Rails pico planner camel case camel pico planner _ pico_planner snake case snake - chain case chain pico planner pico-planner CSS id class 2.3 Rails 2 Rails 2.1 DBMS PicoPlanner SimpleGreeter DBMS Ruby on Rails 3 PostgreSQL MySQL SQLite3 SQLite3 2.2 Web PicoPlanner pico planner 11 2 Rails pico planner camel case camel pico planner _ pico_planner snake

More information

SPP24_Program_WOC(J)-15

SPP24_Program_WOC(J)-15 9:00-9:10 9:20-10:00 Invited Lecture A1-01-I 1 10:00-10:20 A1-02 3 10:20-10:40 A1-03 5 9:20-9:40 B1-01 7 9:40-10:00 B1-02 9 10:00-10:20 B1-03 11 10:20-10:40 B1-04 13 - i - 11:00-12:00 Plenary Lecture S-01

More information

パソコン機能ガイド

パソコン機能ガイド PART12 ii iii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 3 1 4 5 1 6 1 1 2 7 1 2 8 1 9 10 1 11 12 1 13 1 2 3 4 14 1 15 1 2 3 16 4 1 1 2 3 17 18 1 19 20 1 1

More information

パソコン機能ガイド

パソコン機能ガイド PART2 iii ii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 1 3 4 1 5 6 1 2 1 1 2 7 8 9 1 10 1 11 12 1 13 1 2 3 14 4 1 1 2 3 15 16 1 17 1 18 1 1 2 19 20 1 21 1 22

More information

ITR Market View:RPA/OCR/BPM市場2018目次

ITR Market View:RPA/OCR/BPM市場2018目次 ITR Market View:RPA OCR BPM 2018... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 5 1-2-3... 5 1-2-4... 5 1-3... 6... 11 2-1 RPA... 12 2-1-1... 12 2-2... 15 2-2-1... 15 2-2-2... 22 2-2-3... 24 2-2-4... 26 2-2-5...

More information

™…

™… i 1 1 1 2 3 5 5 6 7 9 10 11 13 13 14 15 15 16 17 18 20 20 20 21 22 ii CONTENTS 23 24 26 27 2 31 31 32 32 33 34 37 37 38 39 39 40 42 42 43 44 45 48 50 51 51 iii 54 57 58 60 60 62 64 64 67 69 70 iv 70 71

More information

ES-D400/ES-D350

ES-D400/ES-D350 NPD4650-00 ...4 EPSON Scan... 4 Document Capture Pro Windows... 7 EPSON Scan...10 EPSON Scan...10...14 PDF...15 / EPSON Scan...17 EPSON Scan...17 EPSON Scan...18 EPSON Scan...18 Document Capture Pro Windows...19

More information

72 はじめに 論文(査読論文)永禄三年の車争い図屏風The Screen Painting Confrontation of Carriages Produced in the Third Year of Eiroku(1560) Yoshiyuki TAKAMATSU

72 はじめに 論文(査読論文)永禄三年の車争い図屏風The Screen Painting Confrontation of Carriages Produced in the Third Year of Eiroku(1560) Yoshiyuki TAKAMATSU SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 永禄三年の車争い図屏風 Author(s) 髙松, 良幸 Citation 静岡大学情報学研究. 20, p. 72-51 Issue Date 2015-03-28 URL http://doi.org/10.14945/00008191 Version publisher

More information

vi アハ ート2 アハ ート3 アハ ート4 アハ ート5 アハ ート6 アハ ート7 アハ ート8 アハ ート9 アハ ート10 アハ ート11 アハ ート12 アハ ート13 アハ ート14 アハ ート15 アハ ート16 アハ ート17 アハ ート18 アハ ート19 アハ ート20 アハ

vi アハ ート2 アハ ート3 アハ ート4 アハ ート5 アハ ート6 アハ ート7 アハ ート8 アハ ート9 アハ ート10 アハ ート11 アハ ート12 アハ ート13 アハ ート14 アハ ート15 アハ ート16 アハ ート17 アハ ート18 アハ ート19 アハ ート20 アハ iii vi アハ ート2 アハ ート3 アハ ート4 アハ ート5 アハ ート6 アハ ート7 アハ ート8 アハ ート9 アハ ート10 アハ ート11 アハ ート12 アハ ート13 アハ ート14 アハ ート15 アハ ート16 アハ ート17 アハ ート18 アハ ート19 アハ ート20 アハ ート21 アハ ート22 アハ ート23 vii アハ ート 24 アハ ート 25 アハ ート26

More information

ChartPattern13

ChartPattern13 Thomas N. Bulkowski: encyclopedia of chart patterns, 2nd ed. 2 N Thomas N. Bulkowski: encyclopedia of chart patterns, 2nd ed. 2 N Note of The Original Work: encyclopedia of chart patterns, 2nd Edition

More information

PX-504A

PX-504A NPD4537-00 ...6... 6... 9 Mac OS X...10 Mac OS X v10.5.x v10.6.x...10 Mac OS X v10.4.11...13...15...16...16...18...19...20!ex...20 /...21 P.I.F. PRINT Image Framer...21...22...26...26...27...27...27...31

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

OFISTAR H7000ファクス編(2版 )

OFISTAR H7000ファクス編(2版 ) i ii A iii A A A A A A A A A B C D A A B C D iv B A AB A A B A B A v A C B A ABC A B C A A vi A B B A A A A A A vii A A viii ix 4 5 6 8 9 0 x xi 5 6 9 6 06 C 4 5 8 6 9 0 C 06 06 06 064 065 066 06 068 069

More information

ES-D400/ES-D200

ES-D400/ES-D200 NPD4564-00 ...4...7 EPSON Scan... 7...11 PDF...12 / EPSON Scan...14 EPSON Scan...14 EPSON Scan...15 EPSON Scan...15 EPSON Scan...16 Epson Event Manager...17 Epson Event Manager...17 Epson Event Manager...17

More information

MultiPASS B-20 MultiPASS Suite 3.10使用説明書

MultiPASS B-20 MultiPASS Suite 3.10使用説明書 TM MultiPASS Suite Ver.3.10 for Windows ii iii Copyright 1999 Canon Inc. ALL RIGHTS RESERVED iv v vi vii viii ix x 1 2 3 4 5 6 7 8 9 xi xii 1 1 1-1 1 2 3 1-2 4 5 1 1-3 6 1-4 1 7 8 1-5 9 10 11 1-6 1 1-7

More information

PX-434A/PX-404A

PX-434A/PX-404A NPD4534-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...21...22!ex...22 /...23 P.I.F. PRINT Image Framer...23...24...26...27...27...28...28...31 Web...31...31...35...35...35...37...37...37...39...39...40...43...48

More information

untitled

untitled Project Zero Web Web Oriented Architecture(WOA) HVSC. Beta Works 2 3 Ajax Asynchronous + JavaScript + XML JavaScript (XMLHttpRequest) XML, JSON XHTML HTML CSS Document Object Model (DOM) ( ) ( ) Web Web

More information

EPSON PX-503A ユーザーズガイド

EPSON PX-503A ユーザーズガイド NPD4296-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22...23!ex...23 /...24 P.I.F. PRINT Image Framer...24...25...28...28...29...29...30...33

More information

活用ガイド (ハードウェア編)

活用ガイド (ハードウェア編) (Windows 98) 808-877675-122-A ii iii iv NEC Corporation 1999 v vi PART 1 vii viii PART 2 PART 3 ix x xi xii P A R T 1 2 1 3 4 1 5 6 1 7 8 1 9 10 11 1 12 1 1 2 3 13 1 2 3 14 4 5 1 15 1 1 16 1 17 18 1 19

More information

PX-403A

PX-403A NPD4403-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22!ex...22 /...23 P.I.F. PRINT Image Framer...23...24...27...27...28...28...28...32 Web...32...32...35...35...35...37...37...37...39...39...40...43...46

More information

LAPLINK ヘルプデスク 導入ガイド

LAPLINK ヘルプデスク 導入ガイド 110-8654 1-3-5 LAPLINK TEL URL 03-3839-6039 http://www.intercom.co.jp/support/laplink_helpdesk/ 9: 00 12:00 13:00 17:00 LAPLINK URL TEL URL 03-3839-6307 http://www.intercom.co.jp/laplink_helpdesk/contact.html

More information

PHP4徹底攻略 改訂版

PHP4徹底攻略 改訂版 PHP Copyright 2002 The PHP Development Team. All rights reserved. PostgreSQL Data Base Management System formerly known as Postgres, then as Postgres95. Copyright 1994-2002 Regents of the University of

More information

EP-704A

EP-704A NPD4533-01 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...29...30...30...31...34

More information

PHP Copyright 2000 The PHP Development Team. All rights reserved. PostgreSQL Data Base Management System formerly known as Postgres, then as Postgres95. Copyright 1994-2000 Regents of the University of

More information

PX-B750F

PX-B750F NPD4539-00 ...6... 6... 9 Mac OS X...10 Mac OS X v10.5.x v10.6.x...10 Mac OS X v10.4.11...13...16...16...17...18...20...22!ex...22...23...26...27...27...28...28...30 Web...30...30...34...34...34...35...36...36...38...40...40...44...46...51

More information

untitled

untitled Unify NXJ Release 12 2002-2008 Unify Corporation All rights reserved. Sacramento California, USA No part of this tutorial may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

EPSON EP-803A/EP-803AW ユーザーズガイド

EPSON EP-803A/EP-803AW ユーザーズガイド NPD4293-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...30...30...31...31...31...35

More information

1960 1960 1983 (i) 1993 1994

1960 1960 1983 (i) 1993 1994 The Tendency of Modern Thought and the Perception of Africa Shino Notsu 2001 1960 1960 1983 (i) 1993 1994 (ii) (iii) (iv) 1990 (v) (vi) (vii) 16 1548 17 1581 23 (viii) (ix) 19 (x) 1875 18 19 (xi) (xii)

More information

EPSON EP-703A ユーザーズガイド

EPSON EP-703A ユーザーズガイド NPD4295-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...30...30...31...31...34

More information

slice00_install.dvi

slice00_install.dvi Slice Installation manual SPring-8 1 Slice 1 1.1 Windows... 1 1.1.1 Cygwin... 1 1.2 MacOSX... 10 1.2.1 Xcode... 10 2 Slice 14 2.1 Slice... 14 1 1 Slice Slice Winsows UNIX (Liunx, FreeBSD, MacOSX ) Slice

More information

C ontents VI VII

C ontents VI VII I ntroduction C ontents IV V C ontents VI VII C ontents VIII IX C ontents X XI C ontents XII XIII C ontents XIV XV XVI 01 192 193 02 C olumn 194 195 C olumn C olumn 196 197 03 C olumn C olumn C olumn

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

Mac OS X Windows...15 Mac OS X...16 Windows /...24 /...24 / Windows...2

Mac OS X Windows...15 Mac OS X...16 Windows /...24 /...24 / Windows...2 E-850 NPD5067-00 ...5... 5... 9 Mac OS X...9... 9...12...13...13...14...14...14 Windows...15 Mac OS X...16 Windows...17...17...20 /...24 /...24 /...26...28 Windows...28 Mac OS X...31 Windows...34...35...35...37

More information

ruby learner - Ruby

ruby learner - Ruby ruby learner - Ruby - 27015464 2019 3 Ruby[1] 3 1 2 3 3 ruby learner Ruby 9 Ruby 9 2 3 1 2 3 Github [23] 1 5 1.1................................... 5 2 6 2.1 Ruby.......................................

More information

GT-F740/GT-S640

GT-F740/GT-S640 NPD4743-00 JA ...5 EPSON Scan... 5 Document Capture Pro / Document Capture...11...14 EPSON Scan...14 PDF...18 OCR...18...19...19...21 /...21...22...23 GT-F740...24...24...25...26...26...26...27 PDF...28...30

More information

EPSON ES-D200 パソコンでのスキャンガイド

EPSON ES-D200 パソコンでのスキャンガイド NPD4271-00 ...4...7 EPSON Scan... 7...11 PDF...12 / EPSON Scan...13 EPSON Scan...13 EPSON Scan...14 EPSON Scan...14 EPSON Scan...15 Epson Event Manager...16 Epson Event Manager...16 Epson Event Manager...16

More information

PX-673F

PX-673F NPD4385-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22...23!ex...23 /...24 P.I.F. PRINT Image Framer...24...25...28...29...29...30...30...33

More information

名刺ファイリングOCR ユーザーズガイド

名刺ファイリングOCR ユーザーズガイド OCR OCR OCR OCR OCR 2004 9 MicrosoftWindowsWindows NT Microsoft Corporation Netscape Netscape Communications Corporation Yahoo! JAPANhttp://www.yahoo.co.jp/ Microsoft Corporation OCR i Multilingual OCR

More information

山梨県ホームページ作成ガイドライン

山梨県ホームページ作成ガイドライン 17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6

More information

ITR Market View:クラウド・コンピューティング市場2018目次

ITR Market View:クラウド・コンピューティング市場2018目次 ITR Market View: 2018... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 5 1-2-3... 5 1-2-4... 5 1-3... 6... 9 2-1 IaaS PaaS... 10 2-1-1... 10 2-1-2... 13 2-2 IaaS... 14 2-2-1... 14 2-2-2... 17 2-2-2-1... 17 2-2-2-2...

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-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

GT-X830

GT-X830 NPD5108-00 ...5... 5... 6... 8...11 EPSON Scan...11 PDF...16 OCR...16...17...17...20 /...20...20...22...23...23...24...25...25...26...27 PDF...30...31 / EPSON Scan...34 EPSON Scan...34 EPSON Scan...36

More information

楽しい開発.pptx

楽しい開発.pptx Redmine, Trac 1 / 2 3 Excel etc Excel etc etc etc PJ etc 4 Excel (Mantis) Excel (MS Project) (Subversion) (InetWeb ) (Wiki) ML (ADE) 5 ARK Developer s Environment ADE ADE ADE Eclipse Ant Maven JMeter Subversion

More information

DS-30

DS-30 NPD4633-00 JA ...6... 6... 6... 6... 6... 7... 7... 7... 7... 8... 8...9...10...11...11...13 Document Capture Pro Windows...13 EPSON Scan Mac OS X...14 SharePoint Windows...16 Windows...16...17 Document

More information

ィ ィェィィ02 08ィェィェ06ィーィ 02ィィ ィェィィ ィ ィョィエ0209ィー09ィョ06ィエィィ ィェィィィヲ ィィ ィィ ィケ04ィョ02ィャ0401 ィー0201ィェ

ィ ィェィィ02 08ィェィェ06ィーィ 02ィィ ィェィィ ィ ィョィエ0209ィー09ィョ06ィエィィ ィェィィィヲ ィィ ィィ ィケ04ィョ02ィャ0401 ィー0201ィェ 130802010208ィ 05ィケィェ0602 ィ 0002ィェィー09ィー0906 0706 06ィ 08ィ 040609ィ ィェィィ06 010609ィョ01ィ 0809ィー0902ィェィェ0602 06ィ ィエ0206ィ 08ィ 040609ィ ィー0205ィケィェ0602 ィョ ツ0802030102ィェィィ02 09040903020006 07080600020909ィィ06ィェィ 05ィケィェ060006

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

Pro 16 ipad iphone Windows Mac Web App : 12,600 T1 1 1 * Starter Solution Excel PDF Web Web CSV, Excel, XML, ODBC ODBC / JDBC ** SQL REST API (JSON, c

Pro 16 ipad iphone Windows Mac Web App : 12,600 T1 1 1 * Starter Solution Excel PDF Web Web CSV, Excel, XML, ODBC ODBC / JDBC ** SQL REST API (JSON, c An Apple Subsidiary NPO Version 16 May 2017 Pro 16 ipad iphone Windows Mac Web App : 12,600 T1 1 1 * Starter Solution Excel PDF Web Web CSV, Excel, XML, ODBC ODBC / JDBC ** SQL REST API (JSON, curl ) Pro

More information

Cosminexus Application Designer操作ガイド

Cosminexus Application Designer操作ガイド Cosminexus Application Designer 3020-3-M91 OS Windows Server 2003 Windows Server 2003 R2 Windows XP Windows Vista P-2443-7E74 ucosminexus Developer Standard 07-50 P-2443-7F74 ucosminexus Developer Professional

More information

数の話おまけ

数の話おまけ 4 7 2016 8 11 1 5 """" (Oz) i 8 10 2 8 1961 N = R f p n e f l f i f c L N 10 N >> 1 10 10 ii 12 13 14 12 () 321() 420() 521() 622 () 723() 823() 923() 1024 () 1123() 1222() 121() 219 () 13 (Via Dolorosa)

More information

B 20 Web

B 20 Web B 20 Web 0753018 21 1 29 1 1 6 2 8 3 UI 10 3.1........................ 10 3.2 Web............ 11 3.3......... 12 4 UI 14 4.1 Web....................... 15 4.2 Web........... 16 4.3 Web....................

More information

9 rbenv rbenv ruby 9.1 rbenv rbenv rbenv ruby ruby-build ruby 9.2 rbenv macos.bash_profile ~/.bash_profile ~/.bash_profile.bak $ touch ~/.bash_profile

9 rbenv rbenv ruby 9.1 rbenv rbenv rbenv ruby ruby-build ruby 9.2 rbenv macos.bash_profile ~/.bash_profile ~/.bash_profile.bak $ touch ~/.bash_profile 9 rbenv rbenv ruby 9.1 rbenv rbenv rbenv ruby ruby-build ruby 9.2 rbenv macos.bash_profile ~/.bash_profile ~/.bash_profile.bak $ touch ~/.bash_profile $ cp -f ~/.bash_profile ~/.bash_profile.bak ~/.bash_profile

More information

Ruby on Rails (RoR) を弄る

Ruby on Rails (RoR) を弄る Ruby on Rails (RoR) っ て何? 体験会 北海道大学大学院理学院 宇宙理学専攻 荻原弘尭 目次 はじめに Ruby on Rails( 基本 ) 現在稼働中のサービスについての紹介 今から始めるののおすすめの文献 はじめに 諸注意 Ruby on Rails について全てわかるわけではありません. 正しくないこともしゃべるかもしれません. ご了承ください. この頃触れていないし この資料は

More information

FileMaker Instant Web Publishing Guide

FileMaker Instant Web Publishing Guide FileMaker 8 Web 2004-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

vii iii I GLOBAL GLOBAL.....

vii iii I GLOBAL GLOBAL..... vii iii I 1 1 3 1.1............................. 3 1.2................................... 4 1.2.1 GLOBAL.......................... 4 1.2.2 GLOBAL.............................. 4 1.2.3............... 4

More information

S32

S32 S32 / Axiii 10 ON A39 ON i ii COOLPIX S32 Avi xii / Axiii xviii COOLPIX S32 AC EH-70P USB UC-E16 Li-ion EN-EL19 A8 A1 PDF http://nikonimglib.com/manual/ Adobe Reader Adobe ReaderAdobe B C A/F SD/SDHC/SDXCSD

More information

1 Web Web 1,,,, Web, Web : - i -

1 Web Web 1,,,, Web, Web : - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN A ( ) Group Name GroupA (System) /Project No.

More information

10 (1) s 10.2 rails c Rails 7 > item = PlanItem.new => #<PlanItem id nil, name nil,...> > item.name = "" => "" > item.valid? => true valid? true false

10 (1) s 10.2 rails c Rails 7 > item = PlanItem.new => #<PlanItem id nil, name nil,...> > item.name =  =>  > item.valid? => true valid? true false 10 (1) 16 7 PicoPlanner validations 10.1 PicoPlanner Web Web invalid values validations Rails validates validate 107 10 (1) s 10.2 rails c Rails 7 > item = PlanItem.new => #

More information

SR-53V[接続編]

SR-53V[接続編] 1 WIRELESS BROADBAND VoIP ROUTER SR-53V 2 3 4 5 6 7 8 9 i Icom Inc. ii iii iv v vi vii viii ix x q w xi xii q w e r t y q w e r t q w e r t y u i o!0!1!2 xiii q w e r t q w e q w e r t q w e r t q w e

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> 続 失敗百選 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/066771 このサンプルページの内容は, 初版 1 刷発行当時のものです. i 5 41 1 90 203 80 100 18 2009 10 13 19 1 20 A 1 a Z Z ii A 1 H2 H2 LE7 A 1

More information

リファレンス

リファレンス STEP1 STEP 2 STEP 3 ii iii iv v NEC Corporation 1998 vi C O N T E N T S P A R T 1 viii ix C O N T E N T S P A R T 2 x P A R T 3 xi C O N T E N T S P A R T 4 xii P A R T 5 xiii C O N T E N T S P A R T

More information

...h.book

...h.book OCR OCR OCR OCR OCR 2004 1 MicrosoftWindowsWindows NT Microsoft Corporation Netscape Netscape Communications Corporation Yahoo! JAPANhttp://www.yahoo.co.jp/ Microsoft Corporation OCR i Multilingual OCR

More information

ITR Market View:情報漏洩対策市場2017目次

ITR Market View:情報漏洩対策市場2017目次 ITR Market View 2017... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 6 1-2-3... 6 1-2-4... 6 1-3... 7... 15 2-1... 16 2-1-1... 16 2-1-2... 18 2-1-3... 21 2-2... 22... 23 3-1... 24 3-1-1... 24 3-1-2... 26 3-1-3...

More information

EP-904シリーズ/EP-804シリーズ/EP-774A

EP-904シリーズ/EP-804シリーズ/EP-774A EP-904 EP-804 EP-774A NPD4532-00 ...7... 7...11 Mac OS X...12 Mac OS X v10.5.x v10.6.x...12 Mac OS X v10.4.11...16...19...20...20...23...24...25!ex...25 /...26 P.I.F. PRINT Image Framer...26...27...31...31...32...32...32...36

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information