- ๊ธฐ๋ณธ ๊ฐ๋ ๋ฐ ์ธํ ๋ ธํ์ฐ, ๋จ์ถํค
- ์ปดํฌ๋ํธ ์ค๋ช
- ์ถฉ๋์ฒด(์ฝ๋ฆฌ๋์ ํธ๋ฆฌ๊ฑฐ)
- ์นด๋ฉ๋ผ
- UI
- ์ ๋๋ฉ์ด์
- ๊ธฐ๋ณธ์ ์ธ ์คํฌ๋ฆฝํธ
- ์ค๋์ค
- ๊ฒ์ ๋ฐ์ดํฐ ์ ์ฅ (PlayerPrefs)
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
long seed = System.nanoTime(); | |
Collections.shuffle(fileList, new Random(seed)); | |
Collections.shuffle(imgList, new Random(seed)); |
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
number ํ์ ์ 15.63 ์ ๋ ฅ==> 15.63 | |
number(15) ํ์ ์ 15.63 ์ ๋ ฅ ==> 16 <== ๋ฐ์ฌ๋ฆผ ๋จ! | |
number(15,2)ํ์ ์ 15.63 ์ ๋ ฅ ==> 15.63 | |
number(15,2)ํ์ ์ 15.6371 ์ ๋ ฅ ==> 15.64 ๋ฐ์ฌ๋ฆผ | |
number(15,2)ํ์ ์ 12345678901234.64 ===> ์ค๋ผํด์๋ฌ ORA-01438 | |
๋ฐ๋ผ์ ์ค์(์์์ ํฌํจ)๋ฅผ ์ ๋ ฅํ๋ ค๋ฉด | |
NUMBERํ์ ์ด๋ NUMBER(??,??) ๋ก ์ ์ํด์ผ ํ๋ค. |
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
JOptionPane.showMessageDialog(null, "๊ธฐ๋ณธ ์๋ฆผ์ฐฝ์ ๋๋ค."); | |
JOptionPane.showMessageDialog(null, "๊ฒฝ๊ณ ๋ฉ์์ง ๋ด์ฉ", "๊ฒฝ๊ณ ๋ฉ์์ง ์ ๋ชฉ", JOptionPane.WARNING_MESSAGE); | |
JOptionPane.showMessageDialog(null, "์ค๋ฅ ๋ฉ์์ง ๋ด์ฉ", "์ค๋ฅ ๋ฉ์์ง ์ ๋ชฉ", JOptionPane.ERROR_MESSAGE); | |
JOptionPane.showMessageDialog(null, "์์ด์ฝ ์๋ ๋ฉ์์ง ๋ด์ฉ", "์์ด์ฝ ์๋ ๋ฉ์์ง ์ ๋ชฉ", JOptionPane.PLAIN_MESSAGE); | |
JOptionPane.showMessageDialog(null, "์ ๋ณด ๋ฉ์์ง ๋ด์ฉ", "์ ๋ณด ๋ฉ์์ง ์ ๋ชฉ", JOptionPane.INFORMATION_MESSAGE); | |
JOptionPane.showMessageDialog(null, "์ง๋ฌธ ๋ฉ์์ง ๋ด์ฉ", "์ง๋ฌธ ๋ฉ์์ง ์ ๋ชฉ", JOptionPane.QUESTION_MESSAGE); | |
JOptionPane.showConfirmDialog(null, "๊ธฐ๋ณธ ํ์ธ์ฐฝ์ ๋๋ค."); | |
JOptionPane.showConfirmDialog(null, "๊ฒฝ๊ณ ๋ฉ์์ง + ์/์๋์ค ์ต์ ", "์ ๋ชฉํ์์ค", JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); |
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
MRTG๋? | |
MRTG๋ SNMP๋ฅผ ์ฌ์ฉํ์ฌ ๋ผ์ฐํฐ์์ ํธ๋ํฝ ์ ๋ณด๋ฅผ ๊ฐ์ ธ์ค๋ Perl script์, ํธ๋ํฝ ๋ฐ์ดํ ๋ก๊ทธ ๊ธฐ๋ฅ๊ณผ ๋คํธ์ํฌ ํธ๋ํฝ ์ ๋ณด๋ฅผ ๊ทธ๋ํ๋ก ๋ง๋ค์ด์ฃผ๋ ๊ธฐ๋ฅ์ ๊ฐ์ง๋ C ํ๋ก๊ทธ๋จ์ผ๋ก ๊ตฌ์ฑ๋๋ค. ์ด ๊ทธ๋ํ๋ ์ผ๋ฐ์ ์ธ ์น ๋ธ๋ผ์ฐ์ ธ์์ ๋ณผ ์ ์๋ html ํ์ผ์ ๋ฃ์ด์ง๋ค. | |
MRTG๋ ๋ผ์ฐํฐ๋ก๋ถํฐ ๋ฐ์ ๋ชจ๋ ๋ฐ์ดํ์ ๋ก๊ทธ๋ฅผ ์ ์งํ ์ ์๊ธฐ ๋๋ฌธ์, ์ผ๊ฐ์ ๋ฌผ๋ก ์ฃผ๊ฐ, ์๊ฐ, ์ฐ๊ฐ ํธ๋ํฝ ์ฒดํฌ๊ฐ ๊ฐ๋ฅํ๋ค. ๋ก๊ทธ ํ์ผ์ ์๋์ผ๋ก ์ ๋ฆฌ๋๋ฉฐ, 2๋ ๋์์ ์ ๋ณด๋ฅผ ์ ์งํ๋ค. ํจ์จ์ ์ธ ์๋ฃ๊ตฌ์กฐ๋ฅผ ์ฌ์ฉํ์ฌ ์๊ฐ์ด ๊ฒฝ๊ณผ๋์ด๋ ๋ก๊ทธ ํ์ผ์ ํฌ๊ธฐ๋ ์ฆ๊ฐํ์ง ์๋๋ค. MRTG๋ ๋คํธ์ํฌ์ ํธ๋ํฝ๋ฟ๋ง์ด ์๋๋ผ ์ด๋ ํ SNMP ๋ณ์์ ๋ํด์๋ ๋ชจ๋ํฐ๋ง์ด ๊ฐ๋ฅํ๋ค. ์ฌ์ง์ด ์ธ๋ถ ํ๋ก๊ทธ๋จ์ด ๋ชจ๋ํฐํ๋ ค๋ ๋ฐ์ดํ๋ฅผ ์์ฑํ ์ ์๊ธฐ๋ง ํ๋ค๋ฉด, MRTG๋ฅผ ์ฌ์ฉํ์ฌ ์ค์๊ฐ ๊ทธ๋ํ๋ก ๋ชจ๋ํฐ๋ง์ด ๊ฐ๋ฅํ๋ค. MRTG์ ์ด๋ฐ ๊ธฐ๋ฅ์ ์ฌ์ฉํ์ฌ ์์คํ ๋ถํ, ๋ก๊ทธ์ธ ๋์ด ์๋ ์ธ์ , ๋ชจ๋์ ๊ฐ์ฉ๋๋ฑ์ ์ฒดํฌํ๋ ์ฌ๋๋ค์ด ์๋ค. ๋ํ 2๊ฐ ์ด์์ ๋ฐ์ดํ ์์ค๋ฅผ ํ๋์ ๊ทธ๋ํ๋ก ํตํฉ์ํฌ ์๋ ์๋ค. | |
MRTG์ ํน์ง | |
1. ๋๋ถ๋ถ์ ์ ๋์ค์ Windows NT ํ๋ซํผ์์ ์๋ ๊ฐ๋ฅํ๋ค. | |
2. Perl์ ์ฌ์ฉํจ์ผ๋ก์จ ์์ฝ๊ฒ ์ปค์คํฐ๋ง์ด์ฆ ํ ์ ์๋ค. | |
3. ๋ค๋ฅธ SNMP ํจํค์ง๋ฅผ ์ค์นํ ํ์๊ฐ ์์ผ๋ฉฐ SNMP ๋ถ๋ถ ์ ์ฒด๊ฐ Perl๋ก ์์ด ์ก๊ธฐ ๋๋ฌธ์ |
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
์์ฅ์ฉ ํฐํธ | |
i์ ๋จธ๋ฆฌ ์์ญ์ด ๋ฐ์ด๋๋ค. | |
PlainBlackWide Normal |
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"default_line_ending": "unix", | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"font_face": "๋๋๊ณ ๋์ฝ๋ฉ", |
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
ctrl+ shift + p : ํจํค์ง ์ค์น |
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
package install ๋ก | |
Unity3D | |
Uniyt3D Builder System | |
Unity3D Snippets and Completes | |
์ ๋ํฐ์์ ์์ฑ sublime | |
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
ํ์ด์ฌ(Python) | |
ํน์ง : ' ; ' ์ด ์๋ค. ' : ' ์ ๋๋ฌ๋ค์ ์๋ฏธ, ์คํ๋ ค ์ญ์ผ๋ก ์ ๋๋ฌ๋ค๊ณ ํํํ๋๊ฒ ๋ ํธํ๋ค. '{ }' ๋์ tab์ผ๋ก ๊ตฌ๋ถ | |
์ ์ธ : var ๋ณ์, ์๋ฃํ ์ ์ธ์ด ์๋ค. | |
๋ถ๋ฌ์ค๊ธฐ : import | |
์ฃผ์ : #, '''(๋ค์ค) | |
์กฐ๊ฑด๋ฌธ : ' if sum == 7 : ' ๊ดํธ๊ฐ ์์ผ๋ฉด ์์ ์ ํ๋ฐฑ์ด์ฌ์ ์์๋ณด๊ธฐํ๋ค์๋๋ฐ, ์ด์ ๋ ์นผ๋ผ๊ฐ ๋๋๊น ์ง๊ด์ฑ์ ํด๊ฒฐ๋๊ธฐ ๋๋ฌธ์ ํ์์๋ค. else if -> elif | |
๋ฐ๋ณต๋ฌธ : ' for x in range(?,??(๋ณด๋ค์์๋)) : tab ๋๋๋ฉด ๋ ', while True: ๊ณ์ ๋ฐ๋ณต | |
์ถ๋ ฅ๋ฌธ : print(ํ์ค) ๋ฌธ์์ด ' ' , " " ์๊ด์๋ค. | |
๋ ผ๋ฆฌ์ฐ์ฐ์ : &&, ||, ! (X) -> and, or, not (O) | |
๋ฌธ์์ด ํจ์ : book_name[0:11] ์ ์ฒด์์ 0~11๋ฌธ์ ์ถ์ถํด๋ผ ์ ์๋ค. len(book_name) ๋ฌธ์์ด ๊ธธ์ด, find(??) ๋ฌธ์์ด์ด ๋ค์ด์๋์ง ์ฒดํฌ, lower() ์๋ฌธ์ |
OlderNewer