Home > Web Front-end > HTML Tutorial > Yesterday, I logged in to the page and could not enter the background. It was solved today_html/css_WEB-ITnose

Yesterday, I logged in to the page and could not enter the background. It was solved today_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:48:11
Original
960 people have browsed it

Yesterday, when I logged in to the page, I couldn’t enter the background, which made it impossible to continue my work.

I asked the company’s technical director to take a look at it today, and it was always solved:

(1) , jquery package duplication,

and< ;script src="${webAppUrl}/common/scripts/jquery.easyui.min.js" type="text/javascript">Package duplication;

(2), background There is an error in the method,

public boolean login(HttpServletRequest request,HttpServletResponse response, String userName, String password,boolean enablelog,String code) {} should become:

public String initAddOrModExtendUser(HttpServletRequest request,@RequestParam (name = "act") String act,HttpServletResponse response,ExtendUserDO extendUserDO){}

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template