摘要: <body background="../img/bj3.jpg" > 阅读全文
posted @ 2016-09-22 17:17 IT~天空 阅读(600) 评论(0) 推荐(0) 编辑
摘要: CREATE TABLE student(stuName VARCHAR(30),carId CHAR(7),carPrice INT);studentstudent;//使用SQL添加数据INSERT INTO student(stuName,stuAge,stuAddr)VALUES('小冷', 阅读全文
posted @ 2016-09-22 17:07 IT~天空 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 用户名: 密码: 确认密码: 阅读全文
posted @ 2016-09-22 17:00 IT~天空 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 张三 张a 张b 张c 张d 阅读全文
posted @ 2016-09-22 16:59 IT~天空 阅读(223) 评论(0) 推荐(0) 编辑
摘要: } 阅读全文
posted @ 2016-09-22 16:57 IT~天空 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 文本域 textarea 阅读全文
posted @ 2016-09-06 12:45 IT~天空 阅读(609) 评论(0) 推荐(0) 编辑
摘要: package test; import java.text.SimpleDateFormat; import java.util.Date; import java.util.MissingFormatArgumentException; public class NowTime { public static void main(String[] args) { ... 阅读全文
posted @ 2016-09-06 12:31 IT~天空 阅读(731) 评论(0) 推荐(0) 编辑
摘要: //这是一个以1到10为例的单人猜数游戏 阅读全文
posted @ 2016-07-08 12:01 IT~天空 阅读(167) 评论(0) 推荐(0) 编辑
摘要: /* 大体思路 将菱形分成上下两部分,每部分都按照(空格 ,星号 ,换行)思路进行 */ public class Diamond{ * *** ***** ******* ********* ************************ *********** ********* ****** 阅读全文
posted @ 2016-06-28 14:39 IT~天空 阅读(698) 评论(0) 推荐(0) 编辑