最新回答 / 慕UI6434417
原因是8080端口被占用(可能是其他軟件,比如NI公司軟件,電子專業(yè)童鞋一般都裝有這類軟件)解決方法1:When I had an error Access Error: 404 -- Not Found I fixed it by doing the following:Open command prompt and type "netstat -aon" (without the quotes)Search for port 8080 and look at its PID number/code.O...
2018-08-03
數(shù)據(jù)庫連接這很多坑,沒基礎(chǔ)的小伙伴建議大家還是先看數(shù)據(jù)庫連接的《對面女孩看過來》和《對面女孩走過來》
2018-08-01
最新回答 / 菜鳥一個呀
在判斷如果密碼是admin的時候,就傳入username 到session中HttpSession session =request.getSession(); session.setAttribute("loginUser", username);
2018-07-31
最新回答 / qq_久未見你未變_0
另外新建index3.jsp可以直接訪問,那么為什么之前index.jsp、index2.jsp已存在的文件反而不能訪問了呢,或許是瀏覽器的原因
2018-07-31
用了 request.setCharacterEncoding("utf-8"); 就沒亂碼了
2018-07-31
最新回答 / 龍先生_
我的理解就是? xml是配置文件,js是添加交互效果,jsp是頁面顯示;jsp頁面顯示部分需要有xml的配置,需要有js的動態(tài)效果,而jsp則是體現(xiàn)這兩個的功能的地方
2018-07-31