๐ต
This file contains 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
๐ 2,225 Karma Points | |
๐ Completed 0 tasks today | |
๐ Completed 0 tasks this week | |
โ Completed 85 tasks so far | |
โ Current streak is 0 days |
This file contains 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
// 23.04.12 | |
// ๊น์งํ | |
public class Main3 { | |
public static void main(String[] args) { | |
int totalCount = 127; // ์ ์ฒด ๊ฒ์๊ธ ์ | |
int pageIndex = 3; // ํ์ฌ ํ์ด์ง ๋ฒํธ | |
int pageSize = 10; // ํ์ด์ง ๋ค๋น๊ฒ์ด์ ์์ ๋ณด์ฌ์ฃผ๋ ๋ธ๋ญ ์ | |
int recordCount = 3; // ํ ํ์ด์ง๋น ๋ณด์ฌ์ง๋ ๊ธ์ ์ | |
new Pager(totalCount) |
This file contains 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
import java.util.*; | |
// 23.04.11 | |
// ๊น์งํ | |
public class Main2 { | |
Position my; | |
List<Position> list; | |
public static void main(String[] args) { | |
Main2 m = new Main2(); |
This file contains 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
import java.io.BufferedWriter; | |
import java.io.File; | |
import java.io.FileWriter; | |
import java.io.IOException; | |
// 23.04.10 | |
// ๊น์งํ | |
public class Main { | |
final String FILE_NAME = "property.html"; | |
final String PAGE_TITLE = "์๋ฐ ํ๊ฒฝ์ ๋ณด"; |
This file contains 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
๐ Morning 197 commits โโโโโโโโโโโโโโโโโโโโโ 14.3% | |
๐ Daytime 294 commits โโโโโโโโโโโโโโโโโโโโโ 21.3% | |
๐ Evening 549 commits โโโโโโโโโโโโโโโโโโโโโ 39.7% | |
๐ Night 342 commits โโโโโโโโโโโโโโโโโโโโโ 24.7% |
This file contains 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
/* | |
* [๊ณผ์ 1. ํฐ์ ํ๋ฉด์ ๊ตฌ๊ตฌ๋จ ์ถ๋ ฅํ๊ธฐ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment01InFeedback { | |
public static void main(String[] args) { | |
String tab = "\t"; |
This file contains 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
import java.util.ArrayList; | |
import java.util.Scanner; | |
/* | |
* [๊ณผ์ 8. ์ฐ์๋ ๊ณผ์ธ๊ธ์ก ๊ณ์ฐ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment08InFeedback { |
This file contains 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
import java.util.Random; | |
import java.util.Scanner; | |
/* | |
* [๊ณผ์ 7. ๋ก๋ ๋น์ฒจ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment07InFeedBack { |
This file contains 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
import java.util.Random; | |
/* | |
* [๊ณผ์ 6. ๊ฐ์ ๋์ ๋น์ ์๋ฎฌ๋ ์ด์ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment06InFeedback { | |
public static void main(String[] args) { |
This file contains 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
import java.util.Random; | |
import java.util.Scanner; | |
/* | |
* [๊ณผ์ 4. ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ ์์ฑ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
* | |
* ์์ฑ์ : ๊น์งํ | |
* ์์ฑ์ผ : 2023-03-06 | |
* */ | |
public class MiniAssignment04InFeedback { |
NewerOlder