質問編集履歴

3

誤字

2018/11/26 03:35

投稿

17ec084
17ec084

スコア15

test CHANGED
File without changes
test CHANGED
@@ -88,13 +88,13 @@
88
88
 
89
89
  また、xamppをインストールしたディレクトリは`c:\xampp`である。
90
90
 
91
- ②http\://localhost/ にアクセスした。
91
+ ②http://localhost/ にアクセスした。
92
92
 
93
93
  #### 3-1-2.実験1の結果
94
94
 
95
95
  図3-1-2のようなページが表示された。
96
96
 
97
- [図3-1-2](https://raw.githubusercontent.com/17ec084/pdf2jpg/secondChallenge/data/3_1_2.png "図3-1-2")
97
+ [図3-1-2](https://raw.githubusercontent.com/17ec084/pdf2jpg/secondChallenge/data/3_1_2.png)
98
98
 
99
99
  図3-1-2 実験1の結果
100
100
 
@@ -192,7 +192,7 @@
192
192
 
193
193
 
194
194
 
195
- #### 3-3-1.実験3 ImageMagickを利用可能[2]
195
+ #### 3-3-1.実験3 ImageMagickを利用可能[2]
196
196
 
197
197
  ①次のようなisTs.php[3]を作成し、`c:\xampp\htdocs` にコピーし、 http\://localhost/isTs.php にアクセスし、
198
198
 

2

リンクの貼り忘れ(Dir. ImageMagick)

2018/11/26 03:35

投稿

17ec084
17ec084

スコア15

test CHANGED
File without changes
test CHANGED
@@ -338,7 +338,7 @@
338
338
 
339
339
  次回再挑戦する場合は、ImageMagick6をインストールすることにする。
340
340
 
341
- 但し、この変更により、現状がさらに悪化して、なおかつ復旧不可能になるようではもったいないので、[C:\xampp\ImageMagick]()をGitHubに保管、公開しておくことにする。
341
+ 但し、この変更により、現状がさらに悪化して、なおかつ復旧不可能になるようではもったいないので、[C:\xampp\ImageMagick](https://github.com/17ec084/pdf2jpg/tree/secondChallenge/ImageMagick)をGitHubに保管、公開しておくことにする。
342
342
 
343
343
 
344
344
 

1

md記法のミスを訂正

2018/11/26 03:31

投稿

17ec084
17ec084

スコア15

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,10 @@
54
54
 
55
55
  ____
56
56
 
57
+ ## 1. 以下、GitHubのレポジトリのREADME.mdのコピーです。
58
+
59
+
60
+
57
61
 
58
62
 
59
63
  ## 2.使用環境、ソフト
@@ -90,9 +94,9 @@
90
94
 
91
95
  図3-1-2のようなページが表示された。
92
96
 
93
- ![図3-1-2](https://raw.githubusercontent.com/17ec084/pdf2jpg/secondChallenge/data/3_1_2.png "図3-1-2")
97
+ [図3-1-2](https://raw.githubusercontent.com/17ec084/pdf2jpg/secondChallenge/data/3_1_2.png "図3-1-2")
94
-
98
+
95
- <Div Align="center">図3-1-2 実験1の結果</Div>
99
+ 図3-1-2 実験1の結果
96
100
 
97
101
 
98
102
 
@@ -166,7 +170,7 @@
166
170
 
167
171
  実験2の結果、次のようにFatal errorが表示された。
168
172
 
169
-
173
+ ```
170
174
 
171
175
  > <br />
172
176
 
@@ -178,7 +182,7 @@
178
182
 
179
183
  > thrown in <b>C:\xampp\htdocs\test.php</b> on line <b>3</b><br />
180
184
 
181
-
185
+ ```
182
186
 
183
187
  このことから、xamppによって作られたサーバにはImageckというクラスが用意されていない、即ちImageMagickがインストールされていないということが分かった。
184
188
 
@@ -248,11 +252,11 @@
248
252
 
249
253
  ⑥図3-3-1のように環境変数を指定した。
250
254
 
251
- <Div Align="center">
255
+
252
-
253
-
254
-
256
+
257
+
258
+
255
- ![図3-3-1](https://raw.githubusercontent.com/17ec084/pdf2jpg/secondChallenge/data/3_3_1.png "図3-3-1")
259
+ [図3-3-1](https://raw.githubusercontent.com/17ec084/pdf2jpg/secondChallenge/data/3_3_1.png)
256
260
 
257
261
 
258
262
 
@@ -260,7 +264,7 @@
260
264
 
261
265
 
262
266
 
263
- </Div>
267
+
264
268
 
265
269
 
266
270
 
@@ -296,7 +300,7 @@
296
300
 
297
301
  そして`http://localhost/test.php` にアクセスすると、
298
302
 
299
-
303
+ ```
300
304
 
301
305
  > <br />
302
306
 
@@ -310,6 +314,8 @@
310
314
 
311
315
  > thrown in <b>C:\xampp\htdocs\test.php</b> on line <b>5</b><br />
312
316
 
317
+ ```
318
+
313
319
 
314
320
 
315
321
  のように表示され、エラーの内容が実験2のときとは異なるものとなった。