年底到了, 国内的贺岁片和好莱坞的冲金片纷至沓来,看的我都审美疲劳了。不过这个片子还是挺有意思的。片子看起来的感觉就是,从开头到结束一直抓住你,不知道下面会发生什么,而且不断有出乎意料的包袱抖出来。里面的演员都很有特色。皮特演的很清纯的样子,我都产生的错觉,以为是皮特早期的片子。Frances Louise McDormand,长的算比较丑的,眼神看起来就是貌似傻乎乎但是脑子里有货的演员,之前看过她的一个演保姆的片子,就很棒。
singleton Scopes the bean definition to a single instance per Spring container (default). prototype Allows a bean to be instantiated any number of times (once per use). request Scopes a bean definition to an HTTP request. Only valid when used with a web capable Spring context (such as with Spring MVC). session Scopes a bean definition to an HTTP session. Only valid when used with a webcapableSpring context (such as with Spring MVC). global-session Scopes a bean definition to a global HTTP session. Only valid when used in a portlet context.
Comments
Post a Comment