2013年4月18日

JSP文件头的东西

摘要: <!-- Docytype 文档类型,用于指定dtd(说明当前这个html文件遵循是的是什么版本) --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>css1l.html</title> <!-- 用于所搜引擎的关键字 --> <meta http-equiv="keywords" content="keyword1,keyword2 阅读全文

posted @ 2013-04-18 11:46 bbooxx 阅读(473) 评论(0) 推荐(0)

Java基础数据类型_0

摘要: //整型、浮点型、布尔型、字符型 public class Hello { public static void main(String args[]) { //整型: short a=10; //2个字节 int b=20; //4个字节 long c=30; //8个字节 //浮点型: float a=3.4f; //4个字节 double b=3.4; //8个字节 //布尔型 ... 阅读全文

posted @ 2013-04-18 11:31 bbooxx 阅读(229) 评论(0) 推荐(0)

导航