摘要: 运行效果: 源代码: 1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>春天</title> 6 <style type="text/css"> 7 8 *{ 9 margin: 0; 10 阅读全文
posted @ 2019-11-07 12:20 孤云jh 阅读(281) 评论(0) 推荐(0)
摘要: 运行效果: 源代码: 1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Google</title> 6 <style type="text/css"> 7 8 body{ 9 font-f 阅读全文
posted @ 2019-11-07 12:19 孤云jh 阅读(223) 评论(0) 推荐(0)
摘要: 运行效果: 源代码: 1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>菜单</title> 6 <style type="text/css"> 7 *{ 8 margin: 0; 9 pa 阅读全文
posted @ 2019-11-07 12:17 孤云jh 阅读(250) 评论(0) 推荐(0)
摘要: 运行效果: 源代码: 1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>传智播客</title> 6 <style type="text/css"> 7 * { 8 margin: 0; 9 阅读全文
posted @ 2019-11-07 12:15 孤云jh 阅读(426) 评论(0) 推荐(0)
摘要: 运行效果: 源代码: 1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>城东早春</title> 6 <style type="text/css"> 7 *{ 8 margin: 0; 9 阅读全文
posted @ 2019-11-07 12:13 孤云jh 阅读(755) 评论(0) 推荐(0)
摘要: 以前的Servlet都是在web.xml中进行配置,导致web.xml中各个Servlet的映射非常杂乱无章,后期也很难维护 本篇文章将详细阐述如何使用Servlet 3.0的新特性使用@WebServlet注解进行配置 Let's do it ! 首先,使用eclipse或者IntelliJ ID 阅读全文
posted @ 2019-11-05 11:35 孤云jh 阅读(1856) 评论(0) 推荐(0)
摘要: 运行结果: 源代码: 阅读全文
posted @ 2019-10-31 12:57 孤云jh 阅读(857) 评论(0) 推荐(0)
摘要: 运行效果: 源代码: 阅读全文
posted @ 2019-10-31 12:54 孤云jh 阅读(1255) 评论(0) 推荐(0)
摘要: 运行结果: 源代码: 阅读全文
posted @ 2019-10-31 11:19 孤云jh 阅读(1718) 评论(0) 推荐(0)
摘要: 运行效果: 源代码: 阅读全文
posted @ 2019-10-26 12:42 孤云jh 阅读(1136) 评论(0) 推荐(0)