가라

흠집제거

2015. 9. 15. 17:05 : CAR

Q : 흠집제거는 어떻게 하나요?

A : 흠집주변을 유리세정제를 이용하여 깨끗히 한후 컴파운드를 바르고 문질러요, 광택복원제도 바르고 문질러요.


[준비물1 : 컴파운드(불스원 3스텝 컴파운드)]


[준비물2 : 유리세정제(카렉스 유리세정제)]


[흠집A 제거전]


[흠집A 작업중]


[흠집B 제거전]


[흠집B 작업중1]


[흠집B 작업중2]


[결과물]

'CAR' 카테고리의 다른 글

자동차 튜닝  (0) 2016.05.18
SPARK [스파크] 2015 - TEASER  (0) 2015.04.02
SPARK [스파크] 2015 - COLOR  (0) 2015.04.02
자동차관리  (0) 2015.01.21
Posted by 우리회사 개발자2

[Web Standards] absmiddle

2015. 7. 14. 13:41 : WEB

이미지 중앙정렬 태그 속성 absmiddle 의 웹표준


* 기존

<img src="search.gif"  alt="검색" align="absmiddle" />


* 표준

<img src="search.gif"  alt="검색" style="vertical-align:middle;" />

Posted by 우리회사 개발자2

Q: NewProject 를 실행해도 아래와 같은 오류 메시지가 떠요.

Error:Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

 

A: 아래와 같이 Settings > Build, Execution, Deployment > Build Tools > Gradle 메뉴에서 Gradle VM options 란에 -Xmx512m 이라고 입력해요. Java Heap Size 를 확장시키는 옵션이에요.

 

 

Posted by 우리회사 개발자2