개발 맨땅에 헤딩

개발 맨땅에 헤딩

  • 분류 전체보기 (92)
    • 프로그래머스 코딩 테스트 (0)
    • 앱 개발 기록 (4)
    • 기획 PM 스터디 (3)
    • Daily Codig Reminder (80)
    • Java Work (0)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

개발 맨땅에 헤딩

컨텐츠 검색

태그

취업준비 Java 국비지원 문과코딩 react 개발자 비전공자 event Spring 개발 비전공자개발 대학생 Vue 스프링 mybatis 코딩 취준 list 자바 Coding

최근글

댓글

공지사항

아카이브

import(2)

  • spring2

    bean 경로 error로 설정시 깔끔하게 나옴 ApplicationContext ctx = new GenericXmlApplicationContext("file:\\c:\\upload\\person.xml"); ApplicationContext ctx = new GenericXmlApplicationContext("classpath:stu.xml"); Student s1 = ctx.getBean("xxx", Student.class); System.out.println(s1); Student s2 = (Student)ctx.getBean("xxx"); s2.setAge(20); s2.setName("이순신"); System.out.println(s2.toString()); Student [name=홍길..

    2024.02.05
  • 메소드

    메소드 String name; int age; String addr; public Student (Strung name, int age, String addr){ super(); sysout("매개변수 3개짜리 생성자"); this.name = name; this.age = age; this.addr=addr; } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getAge() { return age; } public void setAge(int age) { this.age = age; } public String getAddr() { return addr; } ..

    2023.12.06
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바