본문 바로가기

SMALL

Programming

(111)
[마인크래프트] TABS - Rise of the Dynasty | Part 1 https://youtu.be/pAspyqm45ak
[IT강좌] W3Schools https://www.w3schools.com/ W3Schools Free Online Web Tutorials W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com
[로블록스 스튜디오] 로블록스 게임 만들기 https://www.youtube.com/@nofair 노페어 로블록스 스튜디오 강좌들을 꾸역꾸역 올리고 있습니다. 모든 사람이 자기만의 게임을 만들수 있도록...! 제 영상들 중 스크립트 관련 강좌 영상들은 스크립트 기초를 알고 계신다는 전제하에 www.youtube.com
[오라클]오라클 전문가로 가는 지름길[예제파일] 오라클 전문가로 가는 지름길[예제파일]
[로블록스]배드워즈 잘하는법 - 컨트롤 강의 [로블록스 배드워즈] https://youtu.be/yxmXMLoDRI4
[로블록스]모든 시즌 6 키트로 승리하기 [로블록스 배드워즈] https://youtu.be/qv6dGBZss4c
[IT강좌]러닝핏 https://www.learningfit.co.kr/main/index.jsp 내일의 나를 만나는 러닝핏 교육비 부담 없는 NCS 직업교육, 내일배움카드, 자격증 온라인 강의 제공 www.learningfit.co.kr
[Java] String[] split(String regex) /** * * @author codingNature * * String[] split(String regex) * https://jamesdreaming.tistory.com/84 * */ public class StringTest { public static void main(String[] args) { System.out.println("aron."); String code = "0237702659"; String[] mobnum = code.split("T"); String tp_item_val = "99"; String lvlCode = ""; if(mobnum.length == 2) { lvlCode = mobnum[1]; System.out.println("lvlCode = " + lvlCo..

LIST