摘要: 直接上代码------------------------java------------------------Math.random() 1 import java.util.Scanner; 2 3 public class Random { 4 5 public static void main(String[] args) { 6 int n; 7 Scanner cin = new Scanner(System.in); 8 System.out.println("请输入要产生的随机数的个数"); 9 n ... 阅读全文
posted @ 2013-11-26 21:20 天天AC 阅读(294) 评论(0) 推荐(0)
摘要: jsp代码1 2 3 4 NOW time is:5 6 7 View Code 你会发现没加1 View Code 其中的web.xml 1 2 7 8 9 index.jsp10 11 View Code 阅读全文
posted @ 2013-11-26 18:32 天天AC 阅读(179) 评论(0) 推荐(0)
摘要: 1 2 18 24 25 26 Servlet and JSP Examples. 27 28 Servlet and JSP Examples 29 30 31 32 Timing filter 33 filters.ExampleFilter 34 35 attribute 36 filters.ExampleFilter 37 38 39 40 41 Reque... 阅读全文
posted @ 2013-11-26 18:26 天天AC 阅读(1550) 评论(0) 推荐(0)