블로그
-
awx rest api
Test01 { static AWXSerivce service = new AWXSerivce(); public static void main(String[] args) { String userName = (String)userInfo.get("userName"); String projectName = .......
blog.naver.com · 2025.03.23
-
[utils]사운드(sound) 볼륨(volume 조절
NuGet에서 NAudio 패키지 설치 public class SoundPlayer { /// /// Sounds 폴더 내의 음성 재생 /// /// public static void Play(string fileName) { string soundPath = Application.StartupPath + $"\\Sounds\\" + fileName; if
blog.naver.com · 2025.04.09
-
정규식
void main(String[] args) { String[] strs = { "asd fes [,,] dks", "asd fed [sd, ,df] as", "wed fest [ , , ,] sfe" }; String regex = "\\[(?
blog.naver.com · 2025.03.20
-
전역 이벤트 사용
catch (Exception err) { InvokeMessageEvent("KIOSK", "9000", ""); } } private void InvokeMessageEvent(string worktype, string code, string message) { if (KioskEvent !
blog.naver.com · 2025.03.25
-
간단한 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
-
정규식 2
import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegexExample { public static void main(String[] args) { String str = "2024-01-01 01:01:01.11111 DEBUG 12345 [app,trace_id,spacid]
blog.naver.com · 2025.03.20
-
정규식 3
import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegexExample { public static void main(String[] args) { String str = "2024-01-01 01:01:01.11111 DEBUG 12345 [a-p-p,trace_id,spacid
blog.naver.com · 2025.03.20
-
jar로 실행됐는지 여부 확인 방법
import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class JarCheckApplication { public static void main(String[] args) { SpringApplication.run(JarCheckApplication.class
blog.naver.com · 2025.01.13
-
Chapter_No.3_03.Major Scale Open String
High Class Bass Lesson Chapter No.3 03. Major Scale Open String 엄청난 비밀이 숨겨 있는 그런건 절대 아니고요.
blog.naver.com · 2024.09.25
-
17136번 문제
five = 5; static int four = 5; static int tree = 5; static int two = 5; static int one = 5; static class color(int x, int y, int size) { this.x = x; this.y = y; this.size = size; } } public static void main(String
blog.naver.com · 2024.03.07