词汇:super
adj. 极好的;特级的
相关场景
- LEGOLAS:
- Aragorn! [He throws them a rope] [Aragorn grabs Gimli in one hand and the rope with the other as they are pulled up the wall. Just then the Uruk-hai load and fires enormous hooks over the battlements. Hundred of Uruk-hai climb onto super-ladders as they are pulled up towards the walls, the super-ladders locking onto the edge of the battlements with their steel grips. Legolas takes aim as another super-ladder is being pulled up and shoots away one of the ropes. The ladder falls back onto the Uruk-hai army.] THÉODEN Pull everybody back! Pull them back!>> 指环王2:双塔奇兵The Lord of the Rings: The Two Towers Movie Script
- Hundred of Uruk-hai climb onto super-ladders as they are pulled up towards the walls, the super-ladders locking onto the edge of the battlements with their steel grips. Legolas takes aim as another super-ladder is being pulled up and shoots away one of the ropes. The ladder falls back onto the Uruk-hai army.]>> 指环王2:双塔奇兵The Lord of the Rings: The Two Towers Movie Script
- GRASSES SUPER:
- THE FELLOWSHIP OF THE RING SUPER:THE SHIRE....60 YEARS LATER CAMERA TRACKS TO: a Figure lies beneath the dappled sunlight of an old tree.>> 指环王1:护戒使者 The Lord of the Rings: The Fellowship of the Ring Movie Script
- 30.define_method or method_missing:
- 如果没有找到任何方法,method_missing就会被执行;但是因为又super的原因,这里会有迷惑。def method_missing(name, *args, &block) if @hash.respond_to?(name) @hash.send(name, *args, &block) else super end end; Hash.public_instance_methods(false).each do |name| define_method(name) do |*args, &block| @hash.send(name, *args, &block) end; h.public_methods(false).sort.take(5); 实现了Hash的方法。
AuditDecorator @logger = Logger.new($stdout); private def method_messing(name, *arg, &block) @logger.info("calling '#{name}' on #{@object.inspect}"); @object.send(name, *args, &block); define_method更加适合做这个了。 mod=Module.new do object.public_methods.each do |name| define_method(name) do |*args, &block| @logger.info("") @object.send(name, *args, &block) end end end extend(mod) ; 创建了一个匿名的模块。 —— define_method恢复了内省方法。。 respond_to? and respond_to_missing?>> Effective Ruby- 29.钩子方法中执行super方法:
- def self.inherited(subclass) { super; handlers << subclass};>> Effective Ruby
- 22. raise:
- raise("coffee machine low on water") => raise(RuntimeError, "coffee machine low on water")
异常的处理是基于类型的。Exception or StandardError ; class CoffeeTooWeakError < StandardError; end
raise(CoffeeTooWeakError, "coffee to water ratio too low")
super("invalid temperature: #@temperature") raise(TemperatureError.new(180))>> Effective Ruby- 8. initialize and initialize_copy:
- def initialize(name,grade) {super(name; @grade = grade}; dup和clone 也可以构建新对象的副本,可以定义initialize_copy方法来初始化副本。>> Effective Ruby
- 7.用super调父类,要注意():
- super 会把宿主方法的所有参数全部传递过去.enclosing method;>> Effective Ruby
- you're a super villain . that's what a super villain does.>> Mad or Not?
- DYTRESS:
- Well, you'd be working on the cutting edge. You'd be exposed to the kind of technology you couldn't see anywhere else because we've classified it. Super string theory, Chaos Math, Advanced algorithms-->> Good Will Hunting (1997)Movie Script
- I am super genius.>> Madagascar (2005)Movie Script
- Baking soda won’t harm you if you swallow it, but it’s super salty, so try to avoid doing so.>> 16 Ways to Get Rid of Canker Sores 摆脱口疮
- This proxy provides super fast zero-downtime deploys, automated SSL certificates via Let’s Encrypt, and support for multiple applications on a single server without any complicated configuration.
此代理提供超快速的零停机部署,通过Let's Encrypt自动SSL证书,并支持单个服务器上的多个应用程序,而无需任何复杂的配置。>> Rails8- Super !>> 闻香识女人Scent of a Woman 1992 Movie Script
- When launched in June of 1915, she was the U.S. Navy's biggest battleship, a so-called super dreadnought, a class of its own.
1915年6月下水时,它是美国海军最大的战列舰,一艘所谓的超级无畏舰,属于自己的一类。>> Pearl Harbor: Into The Arizona 珍珠港:亚利桑那号探秘(2016) Movie Script- - It's super, super, super, yeah.>> Pearl Harbor: Into The Arizona 珍珠港:亚利桑那号探秘(2016) Movie Script
- - This is kind of really super.>> Pearl Harbor: Into The Arizona 珍珠港:亚利桑那号探秘(2016) Movie Script
- - Super-weird.>> 成人世界 Adult World (2013) Movie Script
- [BOTH CHUCKLE] And you were talking about how it's, like, super intense.>> 公正裁决 Equity (2016) Movie Script
- You fool, this armor is made of a super polymer alloy!>> 刺猬索尼克 1996 Sonic the Hedgehog Movie Script
- I want to show you Wong's super stance, No Shadow Kick Who is Wong Fai-hong?>> 西域雄狮 Once Upon a Time in China and America Movie Script
- Ladies and gentlemen, I give you super-nerd Beth Johanssen.>> 火星救援 The Martian (2015) Movie Script
- Any mountain, at certain times is safe and at other times it's super dangerous, we just happened to be here at the wrong time.>> 180°以南 180° South (2010) Movie Script
- I thought maybe once in a while somebody would toss one out of the Super Chief and you might've seen my byline.>> 倒扣的王牌 Ace in the Hole (1951) Movie Script
- HAMMOND:
- Donald, this park was not built to carter only to the super rich. Everyone in the world's got a right to enjoy these animals.>> 侏罗纪公园 1 Jurassic Park (1993) Movie Script