본문 바로가기 메뉴 바로가기

수업용 블로그

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

수업용 블로그

검색하기 폼
  • 분류 전체보기 (170)
    • 회사 프로젝트 (0)
    • flutter (1)
    • C (15)
    • C++ (11)
    • API (35)
      • 수업 (8)
      • 과제 (4)
      • DF.project (22)
    • cocos2d (0)
    • Spring (4)
    • HTML&CSS&Javscript&Jquery (22)
    • Unity 3D (5)
      • 팀 프로젝트 (4)
    • JAVA (44)
    • MySQL (11)
    • 웹개발팀프로젝트 (4)
    • Node.js (1)
    • 살면서 다양하게 마주친 에러들(기록용) (17)
    • 오늘의 영어공부 (0)
  • 방명록

전체 글 (170)
190702 클래스, 생성자 오버로딩

package prj190702; class Car{ String color; String gearType; int door; Car(){ } //기본 생성자 Car(String color, String gearType, int door){ //파라미터가 있는 생성자. this.color = color; //보통은 이렇게 쓴다. 매개변수 이름은 동일하게, this. 으로 객체의 주소를 지정한다. this.gearType = gearType; this.door = door; } } public class Classtest_2 { public static void main(String[] args) { Car c1 = new Car(); c1.color = "white"; c1.gearType = "auto..

JAVA 2019. 7. 2. 17:43
190701 성적관리프로그램(배열)

package prj190701; import java.util.*; public class prj0701_1 { public static void main(String[] args) { String[] name = new String[10]; char[] grade = new char[10]; int[] scoreKOR = new int[10]; int[] scoreMAT= new int[10]; int[] scoreENG = new int[10]; int[] scoreSCI = new int[10]; int[] scoreTotal = new int[10]; float[] scoreAVG = new float[10]; char menuChoice; Scanner scan = new Scanner(Sys..

JAVA 2019. 7. 1. 10:23
190701 성적관리프로그램

package prj190701; import java.util.*; public class prj0701_1 { public static void main(String[] args) { String name = "AR"; char grade = 'B'; int scoreKOR = 90; int scoreMAT=75; int scoreENG = 80; int scoreSCI = 60; int scoreTotal = 0; float scoreAVG = 0.0f; char menuChoice ; Scanner scan = new Scanner(System.in); do { //메뉴출력 System.out.printf("****성적 관리 프로그램****\n"); System.out.printf("\n"); S..

JAVA 2019. 7. 1. 10:07
이전 1 ··· 26 27 28 29 30 31 32 ··· 57 다음
이전 다음
공지사항
  • 안녕하세요
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • ''찾기
  • spring error #
  • select제어
  • 정규식
  • 정규식 숫자만
  • 엑셀다운로드
  • jQuery
  • poi
  • 정규식 특수문자
  • 인텔리제이
  • spring 엑셀
  • Regex
  • 계좌번호정규식
  • poi 엑셀
  • no getter for property named
  • JSON날짜
  • 이메일 정규식
  • Failed to load resource: the server responded with a status of 404 (Not Found)
  • 공백찾기
  • IntelliJ #gradle #tomcat #spring #springmvc
  • JSON파싱
  • POI EXCEL
  • Spring
  • PageNotFound - No mapping for GET
  • selectbox
  • js
  • JSON
  • SpringXmlModelInspection
  • mybatis
  • 정규식 한글만
more
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바