'WEB-INF'에 해당되는 글 916건

donaricano-btn

Info about github


1. shortcut key

shift + /


2. How to check a content change

- branch...branch


2_1. To check a content change during 7 days

- compare/master@{7.day.ago}...master

- day, week, month, year


2_2. To check a content change from specific day

- compare/master@{2015-01-01}...master

'CM(ConfigurationManagement) > github' 카테고리의 다른 글

[GitHub] What if you push the wrong file(dir) to github?  (0) 2016.08.25
[GitHub] PullRequest Handling  (0) 2016.06.06
[GitHub]How to send a Pull Request  (0) 2016.06.05
[gitHub] Issue  (0) 2016.05.19
[GitHub] 1. SSH Key  (0) 2016.05.08
블로그 이미지

리딩리드

,

[Java] Enum

Back-End/Java_1 2016. 5. 13. 11:27
donaricano-btn

Enum

- Enum constants are by default public static final fields. If you declare Enum is a member of your class, they by default it is static, We should not use new operator with enum type at anytime


1. Example


2. How to call Enums in class

If you declare Enum is a member of a class, then by default is is static. you can access it with reference to enclosing class


3. How to override toString() with enum

By default the enum toString() method returns the constant name itself. you can change return value by overriding toString() method


4. How to create custom constructor enum

The constructor should be either private or default scope, should not be protected or public. All elements defined in the enum must call constructor


'Back-End > Java_1' 카테고리의 다른 글

[Java] JDK, JRE, and JVM  (0) 2016.06.03
[Java] Exception  (0) 2016.05.18
[Java] Constructor  (0) 2016.05.17
[Java] Array  (0) 2016.05.12
[Java] Static  (0) 2016.05.11
블로그 이미지

리딩리드

,
donaricano-btn

Handling space check 

- Use a regular expression

블로그 이미지

리딩리드

,
donaricano-btn

Screen English

Stine : Steve king wishes he could write like me,

and I've sold way more than him,

but nobody ever talks about that

Zach : Okay

Stine:  Way more books

Hannah : Dad

Stine : Aah!

Hannah: Your face is doing the red thing about


Stine : 스티브킹은 나처렁 쓸 수 있길 바라고 있어

내 책이 휠씬 더 많이 팔렸고

근데 아무도 그 얘긴 절대 안하지

Zach : 그렇군요

Stine:  훨씬 더 많은 책이 팔렸다고

Hannah : 아빠

Stine : 아

Hannah: 아빠 얼굴이 또 빨갛게 달아오르고 있어요


아무도 그 얘긴 절대 하지 않아

- Nobody ever says a word as to that

- That's never brought up by anyone


Kiss English

Dialogue 1

A: Learning Spanish isn't as easy as it looks

(스페인어 배우는것이 보기보다 쉽지않아)

B: I don't have a brain for languages

(내 두뇌는 언어를 배울 머리는 아니야)


Dialogue 2

A: Painting a picture isn't as hard as it looks

(그림을 그리는 것은 보기보다 어렵지 않아)

B: I don't think that's true

(그건 사실이 아닌 것 같은데)


Dialogue 3

A: Driving a bus isn't as easy as it looks

(버스를 운전하는 것은 보기보다 쉽지 않아)

B: It's a very stressful job

(스트레스가 많은 직업이지)

'English > GMP.2016' 카테고리의 다른 글

[GMP] I sufferd from terrible allergies  (0) 2016.05.17
[GMP] I'm so over this  (0) 2016.05.16
[GMP] We are not here for book club  (0) 2016.05.12
[GMP] We'll be out of your hair  (0) 2016.05.12
[GMP] Whatever happened to that guy?  (0) 2016.05.10
블로그 이미지

리딩리드

,