Servlet的那些事

2017-12-21  本文已影响0人  cmazxiaoma
diary_report.jpg

What did you do today

    @ModelAttribute
    protected void initSpringMvcApiModel(
            HttpServletRequest httpRequest,
            HttpServletResponse httpResponse,
            HttpSession httpSession,
            ModelMap modelMap
    ) {
        this.httpRequest = httpRequest;
        this.httpResponse = httpResponse;
        this.httpSession = httpSession;
        this.modelMap = modelMap;
    }

What to do tomorrow


Summary

最近简书饱受争议。我为什么不离开简书?
不要扰乱他人的心志,不要动摇自己的决心
不要扰乱他人的心志,不要动摇自己的决心
不要扰乱他人的心志,不要动摇自己的决心

上一篇 下一篇

猜你喜欢

热点阅读