摘要: 一个小的联赛SSM整合 http://www.cnblogs.com/Derek-614/articles/8990864.html 阅读全文
posted @ 2018-05-04 15:35 星星614 阅读(53) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <title>2.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" co 阅读全文
posted @ 2018-05-04 15:10 星星614 阅读(90) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" cont 阅读全文
posted @ 2018-05-04 15:09 星星614 阅读(87) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" cont 阅读全文
posted @ 2018-05-04 15:09 星星614 阅读(91) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>shizhong.html</title> <meta http-equiv="keywords" content="keyword 阅读全文
posted @ 2018-05-04 15:07 星星614 阅读(66) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" cont 阅读全文
posted @ 2018-05-04 15:06 星星614 阅读(100) 评论(0) 推荐(0) 编辑
摘要: public class TestRecursion { static int a = 0; public static void test01(){ a++; System.out.println("test01:"+a); if(a<=10){ //递归头 test01(); }else{ // 阅读全文
posted @ 2018-05-04 15:02 星星614 阅读(103) 评论(0) 推荐(0) 编辑
摘要: public class RundomDemo { public static void main(String[] args) { String str="qwertyuiopkjh23gfdsazxc" + "v456bnmQWERT789YUIOPLKJHG0FDSAZXCVBNM";//0- 阅读全文
posted @ 2018-05-04 14:57 星星614 阅读(334) 评论(0) 推荐(0) 编辑