自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(8)
  • 收藏
  • 关注

转载 11_15

package org.soft.test; public interface MediaPlayer { void play(); void stop(); void open(); } package org.soft.test; public class DVDP...

2017-11-22 16:26:00 88

转载 11_11作业

package org.jsoft.zuoye; public abstract class Shape { private String name; public String getName() { return name; } p...

2017-11-22 16:19:00 99

转载 11-8

package org.soft.test; public class People { private double height; private double weight; public double getHeight() { return height; } publ...

2017-11-22 09:29:00 50

转载 11-5作业

package org.soft.test; public class Point { public int x,y; public Point(int x,int y){ this.x=x; this.y=y; } publ...

2017-11-22 09:16:00 90

转载 20171104艾孜java第四次

1 public class BanJi { String name ; int number; BanJi(){ number=57; name="吉软"; } ...

2017-11-05 00:44:00 73

转载 20171101艾孜_第一章考试

1、下面哪个不是java的关键字(D) A. class B. goto C. int D. String 2、有如下代码B int a=7,b=6,c=5; System.out.println(a>b--&&b==--c); Syste...

2017-11-03 20:58:00 139

转载 20171029艾孜Java第三次

1 import java.util.Scanner; public class _1029ZuoYe { public static void main(String[] args) { Scanner in=new Scanner(System.in); ...

2017-11-02 00:11:00 69

转载 20171028_艾孜_Java_第二次

1. int i=1,j; //j没有值 ...

2017-10-29 10:58:00 139

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除