key

Size: px
Start display at page:

Download "2013-12-17.key"

Transcription

1 !

2

3

4

5 13.3% 10%

6 x!

7 Web!

8 Web!

9 Web!

10 Web!

11 Web!

12 Web!

13 Web!

14 Web!

15 Web!

16

17 SaaS

18 SaaS

19 SaaS

20

21

22

23

24

25

26

27

28

29

30

31

32

33 require 'active_support/deprecation'! ActiveSupport::Deprecation.silenced = true

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75 <%= f.text_field :name %>! <%= f.text_area :description %> <input size="30" type="text" id="blog_name" name="blog[name]" />! <textarea cols="40" rows="20" id="blog_description" name="blog[description]"> <input type="text" id="blog_name" name="blog[name]" />! <textarea id="blog_description" name="blog[description]">

76 # actionpack /lib/action_view/helpers/form_helper.rb!! DEFAULT_TEXT_AREA_OPTIONS = { "cols" => 40, "rows" => 20 }!! def to_text_area_tag(options = {})! options = DEFAULT_TEXT_AREA_OPTIONS.merge(options.stringify_keys) # actionpack-4.0.2/lib/action_view/helpers/tags/text_area.rb!! def render! options

77 module TextAreaWithDefaultSize! DEFAULT_TEXT_AREA_OPTIONS =! { 'cols' => 40, 'rows' => 20 }!! def = DEFAULT_TEXT_AREA_OPTIONS.! merge(@options.stringify_keys)!! super! end! end!! require 'action_view/helpers/tags/text_area'! ActionView::Helpers::Tags::TextArea.! prepend TextAreaWithDefaultSize

78

79

80

81

82 group :assets do! gem 'sass-rails', '~> 3.2.3'! gem 'coffee-rails', '~> 3.2.1'! # gem 'therubyracer', :platforms => :ruby! gem 'uglifier', '>= 1.0.3'! end gem 'sass-rails', '~> 4.0.0'! gem 'uglifier', '>= 1.3.0'! gem 'coffee-rails', '~> 4.0.0'! # gem 'therubyracer', platforms: :ruby

83

84

85

86

87

88 -gem 'sass-rails', '~> 4.0.0'! -gem 'uglifier', '>= 1.3.0'! -gem 'coffee-rails', '~> 4.0.0'! +gem 'sass-rails', '~> 4.0.0', group: :assets! +gem 'uglifier', '>= 1.3.0', group: :assets! +gem 'coffee-rails', '~> 4.0.0', group: :assets

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 1 ... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 3 4 5 6 7 8 9 Excel2007 10 Excel2007 11 12 13 - 14 15 16 17 18 19 20 21 22 Excel2007

More information

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

n=360 28.6% 34.4% 36.9% n=360 2.5% 17.8% 19.2% n=64 0.8% 0.3% n=69 1.7% 3.6% 0.6% 1.4% 1.9% < > n=218 1.4% 5.6% 3.1% 60.6% 0.6% 6.9% 10.8% 6.4% 10.3% 33.1% 1.4% 3.6% 1.1% 0.0% 3.1% n=360 0% 50%

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

項 目

項 目 1 1 2 3 11 4 6 5 7,000 2 120 1.3 4,000 04 450 < > 5 3 6 7 8 9 4 10 11 5 12 45 6 13 E. 7 B. C. 14 15 16 17 18 19 20 21 22 23 8 24 25 9 27 2 26 6 27 3 1 3 3 28 29 30 9 31 32 33 500 1 4000 0 2~3 10 10 34

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

15 Phoenix HTML 15.1 ModestGreeter RAVT web/router.ex web/router.ex : 12 scope "/", ModestGreeter do 13 pipe_through :browser get "/", TopCont

15 Phoenix HTML 15.1 ModestGreeter RAVT web/router.ex web/router.ex : 12 scope /, ModestGreeter do 13 pipe_through :browser get /, TopCont 15 Phoenix HTML 15.1 ModestGreeter RAVT web/router.ex web/router.ex : 12 scope "/", ModestGreeter do 13 pipe_through :browser 14 15 + get "/", TopController, :index 16 get "/hello/:name", HelloController,

More information

untitled

untitled 280 200 5 7,800 6 8,600 28 1 1 18 7 8 2 ( 31 ) 7 42 2 / / / / / / / / / / 1 3 (1) 4 5 3 1 1 1 A B C D 6 (1) -----) (2) -- ()) (3) ----(). ()() () ( )( )( )( ) ( ) ( )( )( )( ) () (). () ()() 7 () ( ) 1

More information

8 4 end 5 6 private def message 7 'Hello' 8 end 9 end g = Greeting.new 12 g.hello $ ruby lib/lessons/greeting.rb Hello Ruby public method protec

8 4 end 5 6 private def message 7 'Hello' 8 end 9 end g = Greeting.new 12 g.hello $ ruby lib/lessons/greeting.rb Hello Ruby public method protec 8 Rails 8.1 PicoPlanner Ruby lib lessons $ mkdir -p lib/lessons lib/lessons greeting.rb lib/lessons/greeting.rb (New) 1 class Greeting 2 def hello 3 puts message 87 8 4 end 5 6 private def message 7 'Hello'

More information

夏目小兵衛直克

夏目小兵衛直克 39(1906)1222 14(1817) 3(1832)1514(1843) 2628 6 (1853) (1854)3727 3(1856) 1 / 13 5(1858)6(1859) 5(1853) () () () () () () 3(1867)29 504111( 2 / 13 )98 23 18 2(1869)310283 100 50() 58 226 3313200982 5033

More information

-1-

-1- -1- -2- -3-1 8 6% 2 4 6 8 1 48 63 43 6 55 38 78 58 2 88 67 11 22 78 1 56 22 89 47 34 36 32 38 4 34 26 7 -4- 18-5- 3 25 28 (6.%) (6.%) (.9%) 2 15 18 158 1 (3.8%) (56.4%) 5 2 137 27 8 1 68 119 26 71 28 65

More information

( )

( ) Web Web 1 3 1 21 11 22 23 24 3 2 3 4 5 1 1 11 22 9 2 3 15 11 22 2 11 21 4 5 ( ) 102 ( ) 1 ( 1 2001 Web 1 5 4 1 1 - 7 - [] - 7 10 11 12 12 1 10 1 12 - [] 1 1 2 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 3 1 47

More information

nenkin.PDF

nenkin.PDF 1 31 1 WEB 10 3,544 429 13 10 22 11 7 WEB 1 2 41.0 15 80.0 20 46.7% 1000 55.8 1000 34.4 21 18.2 1000 23 25 41.0 49.2 29 90.6 42.7 33 56.4% 79.2% 67.4 51.7 37 39 83.7 1 91.0 93.6 9 2 3 1000 96.3 300 1000

More information

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis >

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis > HTML HTML HyperText Markup Language (Markup Language) (< > ) 1 sample0.html ( ) html sample0.html // JavaScript

More information

-1 - -2 - -3 - -4-2000 -5 - -6 - -7 - -8 - -9 - - 10 - -11-60 200 2,000 1980 24-12 - - 13 - - 14 - - 15 - - 16 - - 17 - 1998 '98 593'98.4. 604'99.3. 1998 '98.10.10 11 80 '98.11. 81'99.3. 49 '98.11. 50

More information

橡■リリース3333333_P1_.PDF

橡■リリース3333333_P1_.PDF 1 15 17 15 1. 17/3 15/3 17/3 1,600 < > 15/3 17/3 15/3 17/3 0.72 0.77 0.69 0.81 79.71 80 76.56 78 ( ) 59.73 52 59.33 50 7,904 1,600 7,392 1,150 9.32 9.98 13,169 4,000 11,672 3,000 2 3.6 26.7 10 283 5,600

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

2

2 1 2 119 119 5 500 1 30 102 1 113 3 4 120 2 3 113 5 230 1 1 3 4 5 6 7 8 1 support@kansen.sakura.ne.jp 2 9 3 ( ) 10 11 12 4 1. 2. 3. 4. 13 5 14 15 16 17 18 19 [ ] [ ] 20 [ ] [ ] [ ] 21 22 [ ] 23 < > < >

More information

1 1 2 65

1 1 2 65 3 3 2000 6 14 2 30 4 2 1 1 2 65 1!?? < > 3 2 2 100 19 19 100 100 100 < > 19 2 2 2 2 < > 2000 2000 50 1945 5 50 1945 5 45 20 20 4 1945 4 5 5 5 100 50 20 5 2 20 5 20 5 5 6 20 6 19 5 5 6 5 6 2 20 6 21

More information

1 1 1........................ 1 2........................ 1 3 JavaScript..................... 2 4................... 2 2 3 1 Python..................

1 1 1........................ 1 2........................ 1 3 JavaScript..................... 2 4................... 2 2 3 1 Python.................. JavaScript 0648016 1 1 1........................ 1 2........................ 1 3 JavaScript..................... 2 4................... 2 2 3 1 Python.................. 3 2......................... 4 3..........................

More information

6 (1) app.html.eex 28 lib/nano_planner_web/templates/layout/app.html.eex 27 <footer> Oiax Inc <%= this_year() %> Oiax Inc. 29 </footer>

6 (1) app.html.eex 28 lib/nano_planner_web/templates/layout/app.html.eex 27 <footer> Oiax Inc <%= this_year() %> Oiax Inc. 29 </footer> 6 (1) of_today 6.1 Copyright 2017 lib/nano_planner_web/views layout_view.ex this_year/0 lib/nano_planner_web/views/layout_view.ex 1 defmodule NanoPlannerWeb.LayoutView do 2 use NanoPlannerWeb, view 3 +

More information

16 NanoPlanner name PlanItem.changeset/2 > validate_required([:name]) name :name Ecto.Changeset validate_required/3 Ecto.Changeset "validate_"

16 NanoPlanner name PlanItem.changeset/2 > validate_required([:name]) name :name Ecto.Changeset validate_required/3 Ecto.Changeset validate_ 16 NanoPlanner 16.1 13 name PlanItem.changeset/2 > validate_required([name]) name name Ecto.Changeset validate_required/3 Ecto.Changeset "validate_" 10 16.1 205 16 16.1 / ID validate_acceptance/3 true

More information

IIJ GIO, SaaS, MOGOK

IIJ GIO, SaaS, MOGOK Ruby PaaS MOGOK awazu@iij.ad.jp 2013/02/23 IIJ GIO, SaaS, MOGOK What s MOGOK http://mogok.jp/ What s PaaS? What s MOGOK? MOGOK What s PaaS? MOGOK... What s Cloud? IaaS PaaS SaaS XaaS What s IaaS? Amazon

More information

, 183

, 183 182 , 183 < > < > 184 < > < > < p. > 185 < > < > 186 < p. > < p. > < p. > < p. > < p. > < p. > < p. > 187 < p. > 188 < p. > 189 190 A B A B A B A

More information

untitled

untitled 1 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 2 ( ) 1 ( ) ( ) ( ) ( ) 3 ( ) a b ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 4 ( ) ( ) ( ) ( ) ( ) ( ) < > 5 a b c d ( ) ( ) ( ) ( ) ( ) 18 73 ( ) ( ) a b 6 6 c ( ) (

More information

経 営 情 報 研 究 第 15 巻 第 1 号 (2007),29-46 ページ 2006 5 1 2 1 2003 12 ) ) 2005 2 ) 1, 1 2 2005 2 17 ( ) 4 2 1990 2 3 1,000 300 4 1 43-44 ) 2 [2006 ], 42-46 )

経 営 情 報 研 究 第 15 巻 第 1 号 (2007),29-46 ページ 2006 5 1 2 1 2003 12 ) ) 2005 2 ) 1, 1 2 2005 2 17 ( ) 4 2 1990 2 3 1,000 300 4 1 43-44 ) 2 [2006 ], 42-46 ) 経 営 情 報 研 究 第 15 巻 第 1 号 (2007),29-46ページ A study for the abolition of minimum capital system Hirofumi KAMI 29 経 営 情 報 研 究 第 15 巻 第 1 号 (2007),29-46 ページ 2006 5 1 2 1 2003 12 ) ) 2005 2 ) 1, 1 2 2005 2 17

More information

untitled

untitled BioCIS 0.3 2005/09/14 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. Excel BioCIS 0.3 1 1. 2. URL http://biokey.museum.hokudai.ac.jp/classification/ 2. Internet Explorer BioCIS 0.3 2 3. BioCIS 4. (

More information

TOKYO Bay CAR FERRY 142 143

TOKYO Bay CAR FERRY 142 143 140 141 TOKYO Bay CAR FERRY 142 143 145 144 146 147 149 148 150 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ 151 153 152 155 154 156 157 159 158 161 160

More information

進化

進化 YouTuber - 白 石 達 也 - -----Original Message------ YouTuber ------End Of Message------- 3 3 1 100 10 120Kg 1 7 5 2 5 1 2 3 4 5 2 3 YouTuber 37 37 63 3 9 5 ( ========= 1) ========= 5 Point1 Point2 Point3

More information

(28) SFC ( ) @shokai /Web

(28) SFC ( ) @shokai /Web 11 (28) SFC ( ) @shokai /Web 1 http://chat.shokai.org/ social programming social programming fastladder(rails ) gem addressable annotate capybara coffee-rails (~> 3.2.1) coveralls factory_girl_rails

More information

橡計画0.PDF

橡計画0.PDF 1 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 120. ( ) 620 250 29 30 31 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 Return on Risk Assets 57 58

More information

ICT 5,293 (2012 3 31 ) http://www.nttcom.co.jp/employ/recruit/ 4. IT IT / / IT / / . BB http://recruit.softbank.jp/graduate/ 3-7-1 28 29 URL.http://www.nliro.or.jp 2014 . ( ) 10 ( ) < > / < > . ( )

More information

2

2 1 2 10 14 945 3000 2012 3 10 4 5 6 7 8 9 10 11 12 2011 11 21 12301430 (1215 ) 13 6 27 17 () ( ) ( ) (112360) 2 (1157) (119099) ((11861231) )( ) (11641205) 3 (1277) 3 4 (1558) (1639)() 12 (1699)( ) 7 (1722)

More information

文京女子大学外国語学部

文京女子大学外国語学部 7.フォーム 7-1 フォームとは 皆 さんの 中 には ホームページを 閲 覧 していて アンケートに 答 えたり 申 込 書 のような 書 式 に 入 力 した 経 験 がある 人 もいるでしょう すなわち そのような 書 類 を 作 成 し 例 えば 電 子 メールの 形 式 であらかじめ 決 めておいたメールアドレスに 送 信 させる このような 機 能 を 持 つブロックがフ ォームタグで

More information

- 1 - - 2 - 320 421 928 1115 12 8 116 124 2 7 4 5 428 515 530 624 921 1115 1-3 - 100 250-4 - - 5 - - 6 - - 7 - - 8 - - 9 - & & - 11 - - 12 - GT GT - 13 - GT - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - -

More information

11.6 8.6 11.9 12.0 8.3 8.9 18.1 4.6 0.2 6.1 0.2 89.5 0.1 4.6 0.2 6.1 0.2 2.2 0.1 2.7 0.0 9.21.2 2.1 1.1 3.6 0.8 18 89.5 0.1 10 9.8 0.8 4 42.71.5 18.4 0.1 15.2 0.4 95.9 0.1 94.6 0.1 98.3 0.0 97.5 0.1

More information

¥×¥í¥°¥é¥ß¥ó¥°±é½¬I Exercise on Programming I [1zh] ` `%%%`#`&12_`__~~~ alse

¥×¥í¥°¥é¥ß¥ó¥°±é½¬I  Exercise on Programming I [1zh] ` `%%%`#`&12_`__~~~alse I Exercise on Programming I http://bit.ly/oitprog1 12 of 14 ( RD S ) I 12 of 14 1 / 35 https://bit.ly/oitprog1 ( RD S ) I 12 of 14 2 / 35 game.rb ( RD S ) I 12 of 14 3 / 35 game.rb 11 ( ) 1 require "io/console"

More information

不良債権問題の基本的な考え方

不良債権問題の基本的な考え方 2002 10 11 10 90 1 RCC 2 3 1 2 3 1 2 3 4 4 5 4 5 5 6 0.7 0.1 6 6 7 7 7 8 ABS RCC RCC 9 10 11 19801986 1990 19921994 19922001 12 1985 13 2000 2001 2000 20052003 1995 SFAS121 IAS 1998 IAS36 1993

More information

2 KH Coder KH Coder KH Coder KH Coder

2 KH Coder KH Coder KH Coder KH Coder Keywords : 1 2 KH Coder KH Coder KH Coder KH Coder 2.1 KH Coder 1 ........,,,..... .. 2 - - - - - - - - - - - - 2.2 3, ......... - - - - - - 4 3 3.1.. 1 - / - - - - - 2 - ....... a . ... 3.2 < >, Sunday

More information

38

38 3 37 38 3.1. 3.1.1. 3.1-1 2005 12 5 7 2006 5 31 6 2 2006 8 10 11 14 2006 10 18 20 3.1-1 9 00 17 3 3.1.2. 3.1-2 3.1-1 9 9 3.1-2 M- M-2 M-3 N- N-2 N-3 S- S-2 S-3 3.1.2.1. 25 26 3.1.2.2. 3.1-3 25 26 39 3.1-1

More information

8 2 ( 55 ) 1 2 : 8 1 19 ( ) : 4F 7 [18:30]~[21:00] 3 : ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( )

8 2 ( 55 ) 1 2 : 8 1 19 ( ) : 4F 7 [18:30]~[21:00] 3 : ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 8 1 ( 54 ) 1 2 : 8 1 9 ( ) : [18:40]~[21:10] 3 : ( ) ( ) ( ) ( ) ( ) [ ]( ) [ ]( ) ( ) ( ) 8 2 ( 55 ) 1 2 : 8 1 19 ( ) : 4F 7 [18:30]~[21:00] 3 : ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 8 3 ( 56 ) 1 : 8 2

More information

1 2 3 6 10 < > 13 16 16 4 17 13 00 15 30 5

1 2 3 6 10 < > 13 16 16 4 17 13 00 15 30 5 2004 16 3 23 q 4 21 r 1 2 3 6 10 < > 13 16 16 4 17 13 00 15 30 5 13 2 2 16 4 4 17 3 16 3 1 16 3 2 905 1438 1201 1205 1210 70 1812 25 1635 1654 3 44 47 10 10 911.18-R 1193 34 1652 4 911.107-H 1159 1685

More information

4.11 4 55 4.12 11 56 4.13 0 57 4.14 1 58 4.15 4 59 4.16 11 60 5 5.1 5.1 5.2 1 (1983) Q = K A I v = Q / A = K I v = v / o n o Q A L 3 T -1 I : K : LT -1 v LT -1 v LT -1 o n o 61 (3) 5.3 1 5.1 K=10-1 10-3

More information

UN-15TD6 UN-10TD6 SQW0694 1 2 3 4 5 6 7 8 1 2 9 : 1 2 3 4 5 6 7 1 2 3 4 5 6 7 8 1 2 1 00:00 1 2 3 4 5 6 7 0 8 9 1 2 02:30 2 1 2 3 4 5 6 5 1 2 3 4 5 1 2 1 2 1 2 1 2 1 1 2 3

More information

32 1 7 1 20 ( ) [18 30] [21 00] 2 3 ( ( ) ) ( ) 4 1 2 95 ( 7 3 2 ) 1 2 3 2 a b

32 1 7 1 20 ( ) [18 30] [21 00] 2 3 ( ( ) ) ( ) 4 1 2 95 ( 7 3 2 ) 1 2 3 2 a b 31 1 7 1 ( ) [18 35] [20 40] 2 3 ( ( ) ) ( ) 4 1 2 1 22 1 2 a b T T A c d 32 1 7 1 20 ( ) [18 30] [21 00] 2 3 ( ( ) ) ( ) 4 1 2 95 ( 7 3 2 ) 1 2 3 2 a b 7 1 ( 34 ) 1 7 2 13 ( ) [18 20] [20 00] 2 4 7 3

More information

x : = : x x

x : = : x x x : = : x x x :1 = 1: x 1 x : = : x x : = : x x : = : x x ( x ) = x = x x = + x x = + + x x = + + + + x = + + + + +L x x :1 = 1: x 1 x ( x 1) = 1 x 2 x =1 x 2 x 1= 0 1± 1+ 4 x = 2 = 1 ± 5 2 x > 1

More information

R R S S 6 S S D D S3 S3 R R S 6 S 6 S S D D w.o S3 S3 R5 3-0 R S 06 S 6 6 S S 6 D D 30 S3 w.o S3 R R8 7 3-

R R S S 6 S S D D S3 S3 R R S 6 S 6 S S D D w.o S3 S3 R5 3-0 R S 06 S 6 6 S S 6 D D 30 S3 w.o S3 R R8 7 3- 3 9 3 5 5 9 4 5 6 7 8 0 4 R R5 S S D S3 S S D S3 6 6 6 6 6 6 6 30 30 3 0 0 3 4 6 R R8 S S D S3 S S D S3 6 6 7 30 3 0 6 6 3 4 5 6 3 6 0 w.o 3R 30 3 3R3 S S D S3 S S D S3 6 6 6 4 6 6 4 4 0 0 3 6 6 6 R R9

More information

2

2 2 5 6 8 9 (1) (2) (3) 10 11 (1) (2) (3) 36 (1) (2) (3) (4) 37 (1) (2) (3) 42 3 4 3 24 3 3 3 20 59 20 33 20 18 3 25 3 5 3 19 21 3 22 10 16 6 23 4 1 24 3 31 1 1. 4 1 5 5 6 6 6 23 6 23 6 30 7 21 12 1 12 15

More information

Microsoft Word - 平成25年度調査研究事業報告書-四国大学山本 doc

Microsoft Word - 平成25年度調査研究事業報告書-四国大学山本 doc 1 2 SNS 1 90 ICT 3 1. 2. QR QR 1 NFC 4 2 4 4 1 4 1 SNS ICT 5 Ruby Ruby 6 7 5, 19 4. 19 4 8 1 24 5 1 11 HP http://www.tokushima-ec.ed.jp/special_support/school.html 9 34 60 22 25 2 57 24 5 1 8 9 10 11 10

More information

untitled

untitled 7/67/1073,42911 15,020158,393 7/127/184,6674,913 2927 71.3 894 21.8 287 7.0 n=4108) 132 3.2 62 1.5 934 22.7 786 19.1 629 15.3 801 19.5 407 9.9 357 8.7 (n=4108) 35 35 30 25 20 15 10 153 3.7 1 0.02 23 0.6

More information

CRA2656-A

CRA2656-A FH-401 2 3 4 C O N T E N T S 5 1 0 0 2 3 0 6 7 1 1 2 8 3 9 2 1 2 2 3 3 2 10 q 3 4 0 11 3 1 2 12 q 3 4 0 13 4 1 2 2 3 3 2 14 q 3 4 0 15 5 1 2 16 3 2 3 3 2 4 5 q 17 1 2 18 1 3 2 19 2 3 1 20 2 3 2 2 3 21

More information

untitled

untitled 16 4 1 17 1 50 -1- -2- -3- -4- -5- -6- -7- 1 2-8- -9- -10- -11- Web -12- (1) (2)(1) (3) (4) (1)()(2) (3)(4) -13- -14- -15- -16- -17- -18- -19- -20- -21- -22- -23- (2)(1) (3) -24- -25- -26- -27- -28- -29-

More information

ソフトウェアエンジニアリング - バグ #7

ソフトウェアエンジニアリング - バグ #7 ソフトウェアエンジニアリング - バグ #7 Redmine の Wiki 記法で thumbnail マクロを使うと 使用した添付ファイル画像のリンクが壊れる 2014/03/12 22:47 - 高橋徹 ステータス : フィードバック開始日 : 2014/03/12 優先度 : 通常期日 : 担当者 : 進捗率 : 50% カテゴリ : 予定工数 : 0.00 時間 対象バージョン : 作業時間

More information

TV-W8800

TV-W8800 TV-W8800 153-8654 1-4-1 2000 < 00D00F0A01 > < CRA2996-A > q w e r q w e r t y u i o!0!1!2!3!4!6!5 2!7 t q!3 3 4 5 !3 z x c v!3 b n m 6 z x c v b n m 7 !3!8 8 9 !3!8 t 10 q!9 VCR 1 2 11 12 q!8!3 w 13 !3

More information

2

2 http://msyk.net/im Develop Simply, Realize Conceived 1 2 3 4 5 6 7 8 9 10 11 Page File HTML Referencing with "SCRIPT" tag Call the templating method Definition

More information

利用者

利用者 Regional SNS 開発環境構築ガイド 2012 年 2 月 29 日 株式会社ネットワーク応用通信研究所 目次 1. はじめに... 1 2. 前提条件... 1 3. 必要なソフトウェア構成... 1 4. ソフトウェアの導入手順... 1 4.1. 必要ファイルのダウンロード... 1 4.2. 環境設定コマンドの実行... 2 4.3. RegionalSNS の実行... 2 4.4.

More information

ISSN 0910-7282 Bulletin of Osaka Prefectural Library No. 1 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 5 8 () 15 3 43 3 50 44

More information

(1)

(1) ~ ~ NO YES ~ ( NO YES ) YES NO NO YES ~ ( NO YES ) YES NO 1 1 NO 2 NO 2YES YES 1 (1) 25 26 2 3 () () () () 4 () () 5 6 () 7 () 8 9 1-3-1 10 3 11 12 ~1. (1) () () (2) (3) () (4) () () (5) (6) (7) (1) (2)

More information

Sequel のすすめ 私が SQL を嫌いな理由 とみたまさひろ RubyHiroba Sequel のすすめ - 私が SQL を嫌いな理由 Powered by Rabbit 2.0.7

Sequel のすすめ 私が SQL を嫌いな理由 とみたまさひろ RubyHiroba Sequel のすすめ - 私が SQL を嫌いな理由 Powered by Rabbit 2.0.7 Sequel のすすめ 私が SQL を嫌いな理由 とみたまさひろ RubyHiroba 2013 2013-06-02 自己紹介とみたまさひろ 長野県北部在住 プログラマー (Ruby & C) http://tmtms.hatenablog.com http://twitter.com/tmtms 好きなもの Ruby, MySQL, Linux Mint, Emacs, Git OSS 貢献者賞

More information

CNDV-R400

CNDV-R400 DVDSeries 2 3 4 5 6 7 8 9 10 1 11 12 1 13 14 1 15 1. 2. 16 1 17 18 1 19 1. 4. 2. 3. 5. 20 21 22 2 23 24 2 25 26 1. 1. 2 2. 2. 27 1. 1. 2. 3. 2. 4. 3. 28 1. 2. 2 1. 2. 1. 1. 2 29 30 31 32 1. 2. 3. 4. 3

More information

ruby novice ruby novice ruby novice.

ruby novice ruby novice ruby novice. GitHub Ruby 2549 2017 3 1 1 3 2 4 2.1 ruby novice........................... 4 2.2.............................. 6 3 8 3.1 ruby novice....................... 8 3.2 ruby novice............................

More information

2

2 1 2 3 4 5 6 ( ) 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6+ 6-5 2 6-5- 6-5+ 5-5- 5- 22 6+ 6-6+ 6-6- S-P time 10 5 2 23 S-P time 5 2 5 2 ( ) 5 2 24 25 26 1 27 28 29 30 95 31 ( 8 2 ) http://www.kishou.go.jp/know/shindo/kaisetsu.html

More information

Wikiで作成するWiki編集インタフェース

Wikiで作成するWiki編集インタフェース Wiki Wiki Wiki Wiki 1 1 Wiki Wiki Wiki Wiki Wiki Web Wiki Wiki Wiki 1 1 5 1.1....................................... 5 1.2 - Wiki-Templates.............................. 5 1.2.1 Wiki-Templates.............................

More information