블로그
-
[PCCP 기출문제] 2번 / 퍼즐 게임 챌린지
.*; class Solution { public int solution(int[] diffs, int[] times, long limit) { int min = diffs[0]; max+min)/2; // System.out.println("max == " + max + " || min == " + min + " || level == " + level); if
blog.naver.com · 2025.04.23
-
간단한 c# 개발
Program { static void Main(string[] args) { if (args.Length ! = 1) { Console.WriteLine("Usage: parse_car_number.exe "); return; } string imagePath = args[0]; if (!
blog.naver.com · 2025.03.26
-
전역 이벤트 사용
KioskController 에는 public class KioskController { public event EventHandler KioskEvent; public void Kiosk_Timeout ", "9000", ""); } } private void InvokeMessageEvent(string worktype, string code, string message) { if
blog.naver.com · 2025.03.25
-
정규식
import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegexExample { public static pattern = Pattern.compile(regex); for (String str : strs) { Matcher matcher = pattern.matcher(str); if
blog.naver.com · 2025.03.20
-
정규식 2
import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegexExample { public static \]\\s+-\\s+(.+)"; Pattern pattern = Pattern.compile(regex); Matcher matcher = pattern.matcher(str); if
blog.naver.com · 2025.03.20
-
정규식 3
import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegexExample { public static \]\\s+-\\s+(.+)"; Pattern pattern = Pattern.compile(regex); Matcher matcher = pattern.matcher(str); if
blog.naver.com · 2025.03.20
-
jar로 실행됐는지 여부 확인 방법
import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class = JarCheckApplication.class .getProtectionDomain() .getCodeSource() .getLocation() .getProtocol(); if
blog.naver.com · 2025.01.13
-
<Diary of a Wimpy Kid> #2
The deal was, if you were the fastest runher in your class, you got all the girls.
blog.naver.com · 2024.10.28
-
[영통영어학원 에이블어학원] "빙산의 일각" 영어회화표현은?
He said that if my grades don't improve soon, I'll have to retake the class next semester.
blog.naver.com · 2024.09.10
-
언리얼 엔진 5 컨텐츠 브라우져에 애셋 파일들이 보이지 않는 경우...
EnumerateItemsMatchingFilter bool IsPrimaryAsset(const FAssetData& InAssetData) 아래는 IsPrimaryAsset() 의 주석 - Returns true if this is the main asset in a package, true for maps and assets but false for secondary objects like class
blog.naver.com · 2024.04.22