摘要:
0. 问题 1. 配置web.xml <servlet> <servlet-name>servletTest</servlet-name> <servlet-class>xxx</servlet-class> <init-param> <param-name>name</param-name> <p 阅读全文
posted @ 2024-03-18 19:59
DawnTraveler
阅读(41)
评论(0)
推荐(0)
摘要:
1.问题 在编写时web.xml文件时遇到错误 Description Resource Path Location Type The markup in the document following the root element must be well-formed. web.xml /Fi 阅读全文
posted @ 2024-03-18 19:10
DawnTraveler
阅读(649)
评论(0)
推荐(0)
摘要:
1.Javascript中总括 在JavaScript中,经常用到./和../及/路径访问指定的资源,但三者的区别如下: ./表示当前目录 ../表示父级目录 /表示根目录 1.1 ./表示当前目录 一般我们都使用./去取得同级目录下的文件 ./xxx.html 1.2 ../表示父级目录 我们一般 阅读全文
posted @ 2024-03-18 16:26
DawnTraveler
阅读(358)
评论(0)
推荐(0)