This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git์ ๋ํ ์ค๋ช | |
https://nolboo.kim/blog/2013/10/06/github-for-beginner/ | |
git bash | |
https://git-for-windows.github.io/ | |
git ssh | |
http://www.tutorialbook.co.kr/entry/Github-%EC%BD%98%EC%86%94%EB%A1%9C-%EC%A0%91%EA%B7%BC%ED%95%98%EA%B8%B0-%EC%9C%84%ED%95%9C-ssh-%EC%83%9D%EC%84%B1%ED%95%98%EA%B8%B0-%ED%85%8C%EC%8A%A4%ED%8A%B8%ED%95%98%EA%B8%B0 | |
โ GitHub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
express-generator ๋ฅผ ์ค์นํ๋ฉด ์ข๋ค. | |
-g ๊ธ๋ก๋ฒ ์ต์ | |
npm install์ ํ๋ฉด package.json์ dependencies๋ฅผ ๋ฐํ์ผ๋ก ์ค์นํ๊ฒ ๋๋ค. | |
์ค์น๊ฐ ์๋ฃ ๋ ํ์ ๋๋ ํ ๋ฆฌ ๊ตฌ์กฐ๋ ๋ค์๊ณผ ๊ฐ๋ค. | |
. | |
โโโ app.js | |
โโโ bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5. ๋ธ๋ฃจํ๋ฆฐํธ 3์ธ์นญ ๊ฒ์(4์๊ฐ 4๋ถ) (4.8 โฒ) | |
1. UE4 ์๋ํฐ ์๊ฐ (1์๊ฐ 29๋ถ) (4.7โฒ) | |
2. ์ธ๋ฆฌ์ผ ์์ง 4 ๋ ๋ฒจ ์ ์ ์๊ฐ (1์๊ฐ 40๋ถ) (4.7โฒ) | |
3. ๋ธ๋ฃจํ๋ฆฐํธ ์ ๋ฌธ [4.8โณ | 4.15 ๋ฒ์ ์๋ฒฝ์ง์!] | |
4. UMG UI ์ธ๋ฒคํ ๋ฆฌ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Native / Managed code ๋๊ฐ์ง๋ก ๋๋๋๋ฐ | |
Unreal์ C++ ๊ธฐ๋ฐ์ด๊ณ Native code์ด๋ค? ๋ฐ์ ๋ง๊ณ ๋ฐ์ ํ๋ฆฌ๋ค. | |
์ธ๋ฆฌ์ผ์ C++ 11 ํ์ค์ ๋ฐ๋ฅธ ๋ฌธ๋ฒ์ ์ฌ์ฉํ๊ณ ์์ ๋ฟ์ด๊ณ ์ฌ์ค์ ๋ฉํฐํ๋ ํผ์ ์ํ VM ๊ธฐ๋ฐ์ Managed code ๊ตฌ์กฐ๋ฅผ ๊ฐ์ง๊ณ ์๋ค. | |
๊ทธ๋์ ์ ๋ํฐ์๋ ์๋ ์ค๋ง๊ฐ์ง ์ง์ฆ๋๋ ๋งคํฌ๋ก๋ก ๋ฒ๋ฒ ์ด ๋์ด ์๋ค. ๋ํ GC๋ฑ๊ณผ ๊ฐ์ด Managed code๋ค์ ํน์ฑ๋ ๊ณ ์ค๋ํ ๊ฐ์ง๊ณ ์๋ค. | |
์ปดํ์ผ ๋ฐ ์๋๊ตฌ์กฐ๋ ์ ๋ํฐ C#ํ๊ณ ๋น์ทํ์ง๋ง ๋ฌธ๋ฒ์ ๋ ๊น๋ค๋กญ๊ณ ์จ๊ฐ ๋น๋ ์๋ฌ๊ฐ ์์๋ก ๋ฐ์ํ๋ ๋งค์ฐ ๋ถํธํ ๊ตฌ์กฐ๋ฅผ ๊ฐ์ง๋ค. | |
์ด๋ฐ ๊ตฌ์กฐ๋ ์์ VM์ผ๋ก ๋ง๋ค์ด์ง ์ ๋ํฐ์ ๋นํด ์ธ๋ฆฌ์ผ์ C++๋ก ๋ง๋ ์ด์ค๊ฐํ ๋น๋ ๋ฐฉ์๋๋ฌธ์ด๋ฉฐ | |
์ธ๋ฆฌ์ผ์ ์คํ ์ํฌ๋ ์์ง ์๋ํฐ๊ฐ ์ฌ์ฉ์๊ฐ ๋ง๋ ์ฝ๋(ํ๋ก์ ํธ์ ์ฝ๋ฉํ๊ฑฐ - ์ค์ ๊ฒ์ ์ฝ๋)๋ฅผ | |
DLL ํ์์ผ๋ก ๋งํฌํด์ ์ฐ๋ ๋งค์ฐ ๋ณต์ก ํ ๋ฐฉ์์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ด๋ค. | |
์ฆ ์ฌ์ฉ์๋ ์๊ธฐ ํ๋ก์ ํธ์ ๋ง๋ Plugin์ ์ฝ๋ฉํ๋ค๊ณ ๋ณด๋ฉด ๋๋ค. | |
์ ๋ํฐ์ ํ๋ก์ ํธ ๊ตฌ์กฐ๊ฐ ๋งค์ฐ ๋ค๋ฅด๋ค. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.gamedevforever.com/114 | |
๋๋ค ์๊ณ ๋ฆฌ์ฆ์ผ๋ก 2๊ฐ์ง | |
MT ๋ฉ๋ฅด์ผ ํธ์์คํฐ, Well ์๋ฆฌ์ฆ (512, ...) | |
Well์ด ์ข๋ค. | |
rand() ํจ์์ ๋ถํฌ๋ ๊ทธ๋ฆฌ ๊ณ ๋ฅด์ง ์๋ค. ํนํ ์์ ํ๋ณธ์ ์ฌ์ฉํ ๋๋ ๋์ฑ ๊ทธ๋ ๋ค. | |
์ฆ, ์ด๋ง์ 1~10๊น์ง ๋๋ค์ 1์ต๋ฒ์ฏค ๋๋ฆฌ๋ฉด, ํ๋ฅ ์ด ๋ค๋ค ๋น์ทํ๊ฒ ๋์ค๊ธด ํ์ง๋ง, 10๋ฒ ์ ๋๋ง ๋๋ฆด๋์๋ 1 ํ๋๋ง 10๋ฒ์ด ๋์จ๋ค๊ฑฐ๋ ํ๋ ๊ฐ๋ฅ์ฑ์ด ์๋ค๋ ๊ฒ์ ๋๋ค. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
js | |
createElement | |
innerHTML | |
appendChild | |
insertBefore | |
innerHTML ๋ณด๋ค appedChild์ ์๋๊ฐ ํจ์ฌ ๋๋ค. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C++์ .h๋ฅผ ๊ธฐ๋ณธ ์ ๊ณต ํค๋ํ์ผ์ผ ๊ฒฝ์ฐ ์๋ตํ๋ค. | |
.h๋ฅผ ์๋ตํ๊ณ ์์ c๋ฅผ ๋ถ์ด๋ฉด ๊ธฐ๋ณธ c์ธ์ด์ ๋์ํ๋ c++์ ํค๋ํ์ผ ์ด๋ฆ์ด ๋๋ค. | |
ex) #include <stdio.h> no! -> #include <cstdio> yes! | |
(์ด๊ฒ overloading ๋์ด ์์ด์ ๋ ์น์ ํ๊ธฐ ๋๋ฌธ์ ์ฌ์ฉํ๊ธฐ์ ์ข๋ค) | |
bool 1byte ์๋ฃํ ์ถ๊ฐ | |
cout = Console Output์ ์ฝ์ | |
cin = Console Input์ ์ฝ์ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ํด๋ฌ์คํฐ ๋ถ์(Cluster analysis)์ด๋ ์ฃผ์ด์ง ๋ฐ์ดํฐ๋ค์ ํน์ฑ์ ๊ณ ๋ คํด ๋ฐ์ดํฐ ์ง๋จ(ํด๋ฌ์คํฐ)์ ์ ์ํ๊ณ | |
๋ฐ์ดํฐ ์ง๋จ์ ๋ํํ ์ ์๋ ๋ํ์ ์ ์ฐพ๋ ๊ฒ์ผ๋ก ๋ฐ์ดํฐ ๋ง์ด๋์ ํ ๋ฐฉ๋ฒ์ด๋ค. | |
๊ฐ์ํ๊ธฐ์ | |
????? (ํด๋ฌ์คํฐ๋ง๊ณผ ๋น๊ต๋๋ ๊ธฐ์ ) | |
ํด๋ผ์ฐ๋๋ = IT ์์์ ๋ ํ์ต | |
๋ํ์ ์ธ ํด๋ผ์ฐ๋ ์๋น์ค AWS ์๋ง์กด |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JDK | |
JAVA | |
STS | |
Tomcat | |
์ค์น ํ ํ๋ก์ ํธ Lagucy ์์ฑ | |
com.inhatc.ws | |
๋ฌธ์ ์๊ธธ ์ user-> .m2 ๋ฉ์ด๋ธ, .eclipse ์ดํด๋ฆฝ์ค, .p2 ์ ๊ฑฐํ๋ฉด ๋จ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ํ ํ๋ก์ ํธ์ template์ ์ฌ๋ฌ๊ฐ ๋ถ์ผ ์ ์๋ค. | |
info.plist : ํ๊ฒฝ๋ณ์ ํ์ผ | |
*.swift : ํด๋์ค ํ์ผ | |
AppDelegate.swift : ์คํ์ฃผ๊ธฐ ๊ด๋ฆฌํ๋ ๋ด์ฉ | |
ViewController.swift : ํ๋ฉด์ ๋ทฐ๋ฅผ ๊ด๋ฆฌํ๋ ๋ด์ฉ - ์ฝ๋ฉ ์์ | |
Main.storyboard : UI ํ๋ฉด์ค๊ณ - ํ๋ฉด ์์ | |
๊ธฐ๋ณธ ํธ์ง๊ธฐ : UI ์์ | |
๋ณด์กฐ ํธ์ง๊ธฐ : ์ฝ๋ ์์ |