上一页 1 ··· 8 9 10 11 12

2017年9月12日

摘要: <html> <head><title>文字网页</title></head> <body> <h2 align=center>唐诗欣赏</h2> <hr width="100%" size="1" color="#00ffee"> <p align="center"> <b><font size= 阅读全文
posted @ 2017-09-12 19:57 蒙查查 阅读(168) 评论(0) 推荐(0) 编辑

2017年9月11日

摘要: <!--程序ch02_1.html--> <html> <head> <title>第一个HTML网页</title> </head> <body text="blue"> Heelo,<b>world</b>! <hr size="5px" align="left" color="red" wid 阅读全文
posted @ 2017-09-11 23:09 蒙查查 阅读(376) 评论(0) 推荐(0) 编辑

2017年9月10日

摘要: class DataCon { public static void main(String args[]) { int nop1=2; float fop2=2.25f; float fResult=nop1*fop2; System.out.println("Result:"+fResult); 阅读全文
posted @ 2017-09-10 23:03 蒙查查 阅读(773) 评论(0) 推荐(0) 编辑

2017年9月7日

摘要: public class ComputeArea{ public static viod main (String[] args) { double radius; double area; radius=20; area=radius*radius*3.14159; System.out.prin 阅读全文
posted @ 2017-09-07 17:29 蒙查查 阅读(313) 评论(0) 推荐(0) 编辑

2017年9月6日

摘要: import Java.applet.*; import Java.awt.*; public class HelloWorldApplet extends Applet { public void paint(Graphics g) { g.drawString("Hello World!",10 阅读全文
posted @ 2017-09-06 21:44 蒙查查 阅读(196) 评论(0) 推荐(0) 编辑

2017年9月5日

摘要: import Java.io.*; public class HelloWorld { public static void mian (String args[]) { System.out.println("Hello World!"); } } 阅读全文
posted @ 2017-09-05 23:10 蒙查查 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12

导航