
Kotlin에서의 랜덤 숫자 (난수) 생성 방법을 소개한다. 1. kotlin.random.Random Kotlin 표준 라이브러리에서 제공하는 난수 생성 클래스로 nextInt(), nextLong(), nextDouble() 등의 메서드를 사용하여 다양한 타입의 난수를 생성할 수 있다.* 매개변수로 난수 범위 지정 가능package com.example.kotlinsyntaximport kotlin.random.Randomfun main() { // -2,147,483,648 2. java.util.Random java.util.Random 클래스는 Java 표준 라이브러리에서 제공되며 Kotlin에서도 사용할 수 있다. nextInt(), nextLong(), nextDouble() ..
![[Spring] STS3 Darkest Dark Theme 설치 (에러 해결)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FBtAfl%2FbtsHTHR0oTN%2FAAAAAAAAAAAAAAAAAAAAANNPrgTYfhEp89TwOCceluAS_PkD33o_aBAWprQ4LNWo%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DYc61hpHKnoMzAcHAwEaWh1y8oek%253D)
Cannot complete the install because some dependencies are not satisfiable Software being installed: a.jre.javase 10.0.0 Software currently installed: Spring Tool Suite 3.9.18.202109140905-RELEASE-e421 (org.springsource.sts.ide 3.9.18.202109140905-RELEASE-e421) Cannot satisfy dependency: From: Spring Tool Suite 3.9.18.202109140905-RELEASE-e421 (org.springsource.sts.ide 3.9.18.2021091409..
![[Spring] STS에서 Tomcat 서버 연결](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FoEAXR%2FbtsHTIciGX8%2FAAAAAAAAAAAAAAAAAAAAAMId3LQ-fV3Vwe5aHPYRkHcWlyZ9TTrAhBdZWUZY3PYe%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3Dr0Flm%252F0LU3%252FADgXqyz9ArL6wgV4%253D)
🚀 개발 환경▪ IDE : STS 3.9.18▪ WAS : Apache Tomcat v9.0.89 1. 😽 톰캣 (Apache Tomcat) 설치 💾 Apache Tomcat v9.0.89의 Core zip 설치 Apache Tomcat® - Apache Tomcat 9 Software DownloadsWelcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which versi..