12 2017 档案

摘要:SpringMVC使用不了jstl的原因: jstl的包导入错误 maven构建项目的时候自动创建了web.xml 应改为 碰到了第二种情况百度后发现类似情况原帖在 "http://blog.csdn.net/lemo_t/article/details/50518948" 阅读全文
posted @ 2017-12-27 10:27 binryang 阅读(440) 评论(0) 推荐(0)
摘要:Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possib 阅读全文
posted @ 2017-12-25 15:23 binryang 阅读(97) 评论(0) 推荐(0)
摘要:SpringMVC框架图 映射器: BeanNameUrlHandlerMapping(映射器) 对应的Bean SimpleUrlHandlerMapping() 对应的Bean 适配器 SimpleControllerHandlerAdapter(Controller需要implements C 阅读全文
posted @ 2017-12-21 20:14 binryang 阅读(174) 评论(0) 推荐(0)
摘要:Servlet结构图 Servlet接口 具有5个方法 void init(ServletConfig config) throws ServletException: 由Servlet容器控制,初始化Servlet,并只调用一次 void service(ServletRequest req,Se 阅读全文
posted @ 2017-12-12 14:31 binryang 阅读(211) 评论(0) 推荐(0)
摘要:Given a string s consists of upper/lower case alphabets and empty space characters ' ', return the length of last word in the string. If the last word 阅读全文
posted @ 2017-12-01 15:38 binryang 阅读(97) 评论(0) 推荐(0)