-
Notifications
You must be signed in to change notification settings - Fork 0
/
comtu_br_01.html
495 lines (493 loc) · 22.3 KB
/
comtu_br_01.html
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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<!DOCTYPE html>
<html lang="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.utterances {
position: relative;
box-sizing: border-box;
width: 100%;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.utterances-frame {
color-scheme: light;
position: absolute;
left: 0;
right: 0;
width: 1px;
min-width: 100%;
max-width: 100%;
height: 100%;
border: 0;
}
</style>
<title>Computer Tutorial</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<script src="https://kit.fontawesome.com/77ad8525ff.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/style.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/collapsible-chapters.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/website.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/search.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/website(1).css">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./comtu/comtu.png">
<link rel="shortcut icon" href="./comtu/comtu.ico" type="image/x-icon">
<link rel="next" href="https://bluecow03.github.io/computer_tutorial/comtu_br_02.html">
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li class="chapter active expanded" data-level="1.1" data-path="./">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_main.html">
Computer Tutorial
</a>
</li>
<li class="chapter expanded" data-level="1.2" data-path="basics/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_00.html">
1장. Computer 기초
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.2.1" data-path="basics/01-hello-javascript.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_01.html">
01. 마우스, 마우스 커서
</a>
</li>
<li class="chapter " data-level="1.2.2" data-path="basics/02-variables.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_02.html">
02. 모니터
</a>
</li>
<li class="chapter " data-level="1.2.3" data-path="basics/03-operator.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_03.html">
03. 키보드
</a>
</li>
<li class="chapter " data-level="1.2.4" data-path="basics/04-conditions.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_04.html">
04. 입력장치
</a>
</li>
<li class="chapter " data-level="1.2.5" data-path="basics/05-function.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_05.html">
05. 출력장치
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.3" data-path="useful/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_00.html">
2장. Computer 부품
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.3.1" data-path="useful/01-ternary.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_01.html">
01. 메인보드
</a>
</li>
<li class="chapter " data-level="1.3.2" data-path="useful/02-truthy-and-falsy.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_02.html">
02. CPU
</a>
</li>
<li class="chapter " data-level="1.3.3" data-path="useful/03-short-circuiting.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_03.html">
03. GPU
</a>
</li>
<li class="chapter " data-level="1.3.4" data-path="useful/04-default-function-params.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_04.html">
04. RAM
</a>
</li>
<li class="chapter " data-level="1.3.5" data-path="useful/05-smarter-conditions.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_05.html">
05. 저장장치
</a>
</li>
<li class="chapter " data-level="1.3.6" data-path="useful/06-destructuring.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_06.html">
06. 파워
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.4" data-path="useful/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_00.html">
3장. Computer 많이 쓰이는 프로그램
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.4.1" data-path="useful/01-ternary.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_01.html">
01. Excel
</a>
</li>
<li class="chapter " data-level="1.4.2" data-path="useful/02-truthy-and-falsy.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_02.html">
02. Photoshop
</a>
</li>
<li class="chapter " data-level="1.4.3" data-path="useful/03-short-circuiting.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_03.html">
03. Word
</a>
</li>
<li class="chapter " data-level="1.4.4" data-path="useful/04-default-function-params.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_04.html">
04. Cad
</a>
</li>
<li class="chapter " data-level="1.4.5" data-path="useful/05-smarter-conditions.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_05.html">
05. PowerPoint
</a>
</li>
<li class="chapter " data-level="1.4.6" data-path="useful/06-destructuring.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_06.html">
06. Zoom
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.5" data-path="useful/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_00.html">
4장. Computer 단순 고장
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.5.1" data-path="useful/01-ternary.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_01.html">
01. 컴퓨터가 안켜짐
</a>
</li>
<li class="chapter " data-level="1.5.2" data-path="useful/02-truthy-and-falsy.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_02.html">
02. 모니터가 안켜짐
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com/" target="blank" class="gitbook-link" style="display: none;">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<a class="btn pull-left js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-align-justify"></i>
</a>
<a class="btn pull-right js-toolbar-action" aria-label="GitHub" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-github"></i>
</a>
<a class="btn pull-left js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-edit"></i>
수정 요청하기
</a>
<div class="dropdown pull-right js-toolbar-action">
<a class="btn toggle-dropdown" aria-label="Share" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-share-alt"></i>
</a>
<div class="dropdown-menu dropdown-left">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button class="button size-5 ">Facebook</button>
<button class="button size-5 ">Google+</button>
<button class="button size-5 ">Twitter</button>
<button class="button size-5 ">Weibo</button>
<button class="button size-5 ">Instapaper</button>
</div>
</div>
</div>
<a class="btn pull-right js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-facebook"></i>
</a>
<a class="btn pull-right js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-twitter"></i>
</a>
<div class="dropdown pull-left font-settings js-toolbar-action">
<a class="btn toggle-dropdown" aria-label="Font Settings" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-font"></i>
</a>
<div class="dropdown-menu dropdown-right">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button class="button size-2 font-reduce">A</button>
<button class="button size-2 font-enlarge">A</button>
</div>
<div class="buttons">
<button class="button size-2 ">Serif</button>
<button class="button size-2 ">Sans</button>
</div>
<div class="buttons">
<button class="button size-3 ">White</button>
<button class="button size-3 ">Sepia</button>
<button class="button size-3 ">Night</button>
</div>
</div>
</div>
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="https://bluecow03.github.io/computer_tutorial">Computer Tutorial</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<h1 id="Computer no power">컴퓨터가 안켜짐</h1>
<h2 id="컴퓨터가 안켜짐">컴퓨터가 안켜짐</h2>
<p>
컴퓨터가 안켜질 때의 해결 방법은 다음과 같습니다.
1) 전원 케이블이 잘 꽂혀 있는지 확인해보기
2) 잘 꽂혀 있다면, 스위치가 잘 켜져 있는지를 확인해 보기
3) 파워(파워 서플라이)의 전원이 잘 켜져 있는지 확인해 보기
4) 메인 보드에 있는 수은 배터리를 재장착하거나 교체해보기
5) 파워 재장착해보기
이래도 안켜진다면 컴퓨터를 A/S 맞기시는게 좋습니다!
</p>
<P>
이번 장은 컴퓨터가 안켜질 때 집에서 간단하게 고치는 방법에 대하여 알아보았습니다.
궁금한 점이 있으시면, 아래의 댓글란에 적어주세요:)
</p>
<script>
function attachComments() {
const el = document.querySelector('.markdown-section');
if (!el) return;
const script = document.createElement('script');
script.src = 'https://utteranc.es/client.js';
script.setAttribute('repo', 'velopert/learnjs');
script.setAttribute('issue-term', 'title');
script.setAttribute('crossorigin', 'anonymous');
script.setAttribute('label', 'comments');
el.appendChild(script);
}
setTimeout(attachComments, 100);
</script>
<div class="utterances">
<iframe class="utterances-frame" title="Comments" scrolling="no" src="./python.html" loading="lazy"></iframe>
</div>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title">
<span class="search-results-count"></span> results matching "<span class="search-query"></span>"
</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class="search-query"></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_00.html" class="navigation navigation-prev " aria-label="Previous page: 20. 단순 고장">
<i class="fa fa-angle-left"></i>
</a>
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_02.html" class="navigation navigation-next navigation-unique" aria-label="Next page: 22. 모니터 안켜짐" style="margin-right: 17px;">
<i class="fa fa-angle-right"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged(
{"page":{
"title":"00",
"level":"1.1",
"depth":1,
"next":{
"title":"01",
"level":"1.2",
"depth":1,
"path":"basics/README.md",
"ref":"./basics/README.md",
"articles":[{
"title":"02",
"level":"1.2.1",
"depth":2,
"articles":[]
},
{
"title":"03",
"level":"1.2.2",
"depth":2,
"articles":[]
},
{
"title":"04",
"level":"1.2.3",
"depth":2,
"articles":[]
},
{
"title":"05",
"level":"1.2.4",
"depth":2,
"articles":[]
},
{
"title":"06",
"level":"1.2.5",
"depth":2,
"articles":[]
},
{
"title":"07",
"level":"1.2.6",
"depth":2,
"articles":[]
},
{
"title":"08",
"level":"1.2.7",
"depth":2,
"articles":[]
},
{
"title":"09",
"level":"1.2.8",
"depth":2,
"articles":[]
},
{"title":"10",
"level":"1.2.9",
"depth":2,
"articles":[]
}]
},
"dir":"ltr"},
"config":{
"gitbook":"*",
"theme":"default",
"variables":{},
"plugins":[
"collapsible-chapters",
"comment",
"hide-published-with",
"github",
"edit-link"
],
"pluginsConfig":{
"github":{
"url":"https://github.com/BlueCow03/computer_tutorial"
},
"search":{},
"collapsible-chapters":{},
"lunr":{
"maxIndexSize":1000000,
"ignoreSpecialCharacters":false
},
"hide-published-with":{},
"fontsettings":{
"theme":"white",
"family":"sans",
"size":2
},
"highlight":{},
"sharing":{
"facebook":true,
"twitter":true,
"vk":false,
"all":["facebook","twitter"]
},
"edit-link":{
"label":"수정 요청하기",
"base":"https://github.com/BlueCow03/computer_tutorial/edit/master"
},
"theme-default":{
"styles":{
"website":"styles/website.css",
"pdf":"styles/pdf.css",
"epub":"styles/epub.css",
"mobi":"styles/mobi.css",
"ebook":"styles/ebook.css",
"print":"styles/print.css"
},
"showLevel":false
},
"comment":{}
},
"structure":{
"langs":"LANGS.md",
"readme":"README.md",
"glossary":"GLOSSARY.md",
"summary":"SUMMARY.md"
},
"pdf":{
"pageNumbers":true,
"fontSize":12,
"fontFamily":"Arial",
"paperSize":"a4",
"chapterMark":"pagebreak",
"pageBreaksBefore":"/",
"margin":{
"right":62,
"left":62,
"top":56,
"bottom":56}
},
"styles":{
"website":"styles/website.css",
"pdf":"styles/pdf.css",
"epub":"styles/epub.css",
"mobi":"styles/mobi.css",
"ebook":"styles/ebook.css",
"print":"styles/print.css"}
},
"file":{
"path":"README.md",
"mtime":"2019-05-18T02:44:31.008Z",
"type":"markdown"
},
"gitbook":{
"version":"3.2.3",
"time":"2019-06-09T12:51:25.214Z"
},
"basePath":".",
"book":{"language":""}
}
);
});
</script>
</div>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/gitbook.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/theme.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/collapsible-chapters.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/plugin.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/plugin(1).js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/plugin(2).js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/search-engine.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/search.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/lunr.min.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/search-lunr.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/buttons.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/fontsettings.js"></script>
</body>
</html>