hlhlz

导航

2018年5月11日 #

.do的消除

摘要: 其实就是在web.xml中去掉.do即可 那里有拦截器作用,什么样的文件可以进入前端控制器1 阅读全文

posted @ 2018-05-11 22:22 hlhlz 阅读(170) 评论(0) 推荐(0)

获得窗口宽度

摘要: <html><head><script type="text/javascript" src="../jquery/jquery.js" tppabs="http://www.w3school.com.cn/jquery/jquery.js"></script><script type="text/ 阅读全文

posted @ 2018-05-11 17:28 hlhlz 阅读(118) 评论(0) 推荐(0)

8080/ 的访问方式

摘要: @RequestMapping("/") String home() { return "redirect:countries"; } 这个在启动项目中即可8080放问指定页面 @Controller@RequestMapping("/countries")public class CountryC 阅读全文

posted @ 2018-05-11 11:14 hlhlz 阅读(192) 评论(0) 推荐(0)

前端的参考

摘要: http://www.w3school.com.cn tiy里面 一般在里面的实例都是可以显示效果的 ,网站没有的,可以查册 http://www.stoogessoft.com/cms/VideoCourseController/playonline.do?videoCourseId=402881 阅读全文

posted @ 2018-05-11 10:23 hlhlz 阅读(76) 评论(0) 推荐(0)

把鼠标移动到图片上图片就会放大显示

摘要: <html><head><script type="text/javascript">function moveover(){document.getElementById('image').width="200"document.getElementById('image').height="36 阅读全文

posted @ 2018-05-11 09:47 hlhlz 阅读(782) 评论(0) 推荐(0)

定位页面元素的位置

摘要: <html><head><style type="text/css">h2.pos_abs{position:absolute;left:100px;top:150px}</style></head> <body><h2 class="pos_abs">这是带有绝对定位的标题</h2><p>通过绝对 阅读全文

posted @ 2018-05-11 09:37 hlhlz 阅读(123) 评论(0) 推荐(0)