i\'ll make a man out of you
- Let's get down to business
- To defeat the Huns
- Did they send me daughters
- When I asked for sons?
- You're the saddest bunch
- I ever met
- But you can bet
- Before we're through
- Mister, I'll make a man out of you
- Tranquil as a forest
- But on fire within
- Once you find your center you are sure to win
- You're a spineless, pale pathetic lot
- And you haven't got a clue
- Somehow I'll make a man out of you
- I'm never gonna catch my breath
- Say good-bye to those who knew me
- Boy, was I a fool in school for cutting gym
- This guy's got 'em scared to death
- Hope he doesn't see right through me
- Now I really wish that I knew how to swim
- (Be a man)
- We must be swift as the coursing river
- (Be a man)
- With all the force of a great typhoon
- (Be a man)
- With all the strength of a raging fire
- Mysterious as the dark side of the moon
- Time is racing toward us till the Huns arrive
- Heed my every order and you might survive
- You're unsuited for the rage of war
- So pack up, go home you're through
- How could I make a man out of you?
- (Be a man)
- We must be swift as the coursing river
- (Be a man)
- With all the force of a great typhoon
- (Be a man)
- With all the strength of a raging fire
- Mysterious as the dark side of the moon
- (Be a man)
- We must be swift as the Coursing river
- (Be a man)
- With all the force of a great typhoon
- (Be a man)
- With all the stength of a raging fire
- Mysterious as the dark side of the moon
随机推荐
- Maven父子工程配置文件详解
项目骨架搭建成功之后. 因为父工程管理子工程.子工程相当于继承于子工程,所以子工程可以调用父工程里面的东西.那么就可以将jar包对应的配置文件书写到父工程的pom.xml文件中,注意:父工程的打包方式 ...
- POJ-1976-A Mini Locomotive-dp
A train has a locomotive that pulls the train with its many passenger coaches. If the locomotive bre ...
- SpringBoot--Banner的定制和关闭
SpringBoot项目启动的时候控制台会打印如下信息: 上面红色框框内的“SPRING BOOT”被称为Banner,意为横幅,默认会开启并在控制台打印,其实我们可以修改它的内容和样式,即定制:并选 ...
- node-webkit笔记
两个月前给一个运营站点做了个封皮,今天再做竟然忘了怎么搞了...为之文以志. 流程参考: http://www.cnblogs.com/2050/p/3543011.html 相关命令: copy / ...
- JVM系列(三)— Java内存模型
我们已经了解了Java虚拟机的运行时数据区,垃圾收集相关知识,接下来学习虚拟机非常重要的部分 这就是Java内存模型与线程(第12章),这一篇,将主要讲讲内存模型 了解Java内存模型之前,先了解下计 ...
- 在core2.0中实现按程序集注入依赖
前言:在Autofac的使用中,提供了个种注入的API其中GetAssemblies()用着特别的舒坦. 1.core2.0也可以使用Autofac的包,但框架自身也提供了默认的注入Api,IServ ...
- JS规则 我与你同在(逻辑与操作符)数学中的“b大于a,b小于c”是“a<b<c”,那么在JavaScript中可以用&&表示
我与你同在(逻辑与操作符) 数学里面的"a>b",在JavaScript中还表示为a>b:数学中的"b大于a,b小于c"是"a<b& ...
- vue+layui制作列表页
优点: 1.选用layui国产. 2.layui有一套完整的前端框架,基本哪来就可以用. 3.选用vue去掉了很多页面元素js拼接的繁琐,及不易修改. 4.vue里面还有一些过滤器等,用起来很方便. ...
- 深入理解Java虚拟机(类加载机制)
文章首发于微信公众号:BaronTalk 上一篇文章我们介绍了「类文件结构」,这一篇我们来看看虚拟机是如何加载类的. 我们的源代码经过编译器编译成字节码之后,最终都需要加载到虚拟机之后才能运行.虚拟机 ...
- WPF 深入浅出学习 Day1