private int maxLevel = 100 ; private int minLevel = 1; public void UpLevel() { if (this.Level < this.maxLevel) Level++; else Console.WriteLine("레벨을 증가할 수 없습니다."); } public void UpLevel(int Level) { if (this.Level < this.maxLevel) this.Level += Level; else Console.WriteLine("레벨을 증가할 수 없습니다."); } public Animal(int Level) : this() { if (Level < this.minLevel) { this.Level = this.minLevel; Console.W..
package javaapplication7; public class JavaApplication7 { public static void main(String[] args) { Calculator cal=new Calculator(10); cal.Add(10); cal.Subtract(3); cal.Divide(4); cal.Multiply(3); cal.Factorial(); cal.Module(13); cal.Power(3); System.out.println("계산 결과 : "+ cal.GetResult()); } class Calculator { private long m_result; public Calculator(){} public Calculator(int n) { m_result=n; }..
using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication4{ public class Student { private string name; private string hakbun; private string phone_num; private string grade; public Student(string Hakbun, string Name, string Phone_num) { this.hakbun = Hakbun; this.name = Name; this.phone_num = Phone_num; } public string G_Hakbun { get { retur..
우리과제는 텔넷의 서버에 접속해서 자신의 학번으로 디렉토리를 생성. 우리의 학번으로 만든 디렉토리에 들어가서 vi편집기를 이용해보기.(내용은 크게 보지않는다함. 어차피 text형식이라 별거못적음) 일단 텔넷 접속방법 터미널을 열고 [컴퓨터이름@localhost ~]$ telnet ip주소 // telnet ip주소 를 치면 그 호스트에 접속. Trying IP주소... Connected to ip주소 Escape character is '^]'. Red Hat Linux release 9 (Shrike) Kernel 2.4.20-8 on an i686 login: 로그인아이디 Password: 로그인비밀번호(원래 표시안됨 그냥 키보드보고 쳐야함) Last login: Tue Apr 2 10:12:51 f..
- Total
- Today
- Yesterday
- 마우스
- 프라모델
- 애드센스
- PS2
- 이어폰
- 일본
- 카카오프렌즈
- Asus
- AMD
- 프로그래밍
- 안산
- Windows 10
- 윈도우즈 10
- 보스
- 구글
- 건담
- 플스2
- 디지바이스
- 고양이
- m5a97
- 듀얼쇼크4
- 디지몬
- razer
- 피규어
- javascript
- 라이언
- 아이폰X
- 노트북
- ps4
- 일본여행
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |