健康铃铛

文章
7
资源
0
加入时间
2年10月21天

java struts2 作用_Struts2 的优点在哪里?

本人初出毛庐,之前在学校的时候一直是用的 SSH 框架。请大家不啬赐教。现在用过 SpringMVC 才知道 struts2 的臃肿。也明白为什么大家都说 SSH 很“重”。之前一直以为所谓的“重”是指的性能上的重。现在感觉更多的似乎是指使用的体验:首先是配置上, Struts2 动不动都是一坨 XML 。不光是配置 action ,连做数据验证的时候都需要配置 XML 。不配置 XML 也可以,...

STL_map——map::end

Reference:Returns an iterator that addresses the location succeeding the last element in a map.Function:const_iterator end( ) const;iterator end( );Return Value:A bidirectional iterato