Wellcom to my Blog for Javascript

2014年5月12日

javaswing

摘要: import javax.swing.*;import java.awt.*; public class demo_1{ public static final int WIDTH=300; public static final int HEIGHT=200; public static void... 阅读全文

posted @ 2014-05-12 17:20 温柔的鲨鱼 阅读(189) 评论(0) 推荐(0) 编辑

java的多态性

摘要: class test1{ int a=3; public test1(int a) { this.a=a; } public void aa() { System.out.println("这个是父类中的方法"); }}class son extends test1{ public son(in... 阅读全文

posted @ 2014-05-12 15:05 温柔的鲨鱼 阅读(137) 评论(0) 推荐(0) 编辑

笔记javascript

摘要: // var demo1=12;// alert('点击确定按钮看结果'+demo1);// for(var i = 0; i');// document.write(i);// document.write("Hello \// World!");// }// function myFunct... 阅读全文

posted @ 2014-05-12 09:51 温柔的鲨鱼 阅读(397) 评论(2) 推荐(0) 编辑

导航