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
随机推荐
- CSS display overflow 属性 cursor光标类型
display属性 功能:规则网页元素如何显示的问题. 取值:none(隐藏).block(以块元素显示).inline(以行内元素显示) block:可以实现将行内元素转成块元素. ...
- day18_文件处理_迭代器_生成器
#!/usr/bin/env python # -*- coding:utf-8 -*- # ********************day18_文件处理_迭代器_生成器 ************** ...
- 通过apiservice反向代理访问service
第一种:NodePort类型 type: NodePort ports: - port: 80 targetPort: 80 nodePort: 30008 第二种:ClusterIP类型 typ ...
- 2019-11-12-浅谈-Windows-桌面端触摸架构演进
title author date CreateTime categories 浅谈 Windows 桌面端触摸架构演进 lindexi 2019-11-12 14:37:31 +0800 2019- ...
- gnome3 修改桌面背景图片模式
修改背景图片,可以在 桌面右键 选择"修改壁纸",选择"background"(背景),这里没有设定背景图片模式. 可以在 “应用程序”->"工 ...
- java实践经验几种常见数据库连接池的使用比较
经历的几个产品及项目中,包括了各种数据库及应用服务器,基本上几种常见的数据库连接池都用到了,根据使用的情况把这些连接池比较一下吧.(http://m.0834jl.com) 感觉在介绍之前有必要阐述一 ...
- 动态设置背景图片,class,style
1.动态设置背景图片<div v-if='img ' :style="{background: 'url('+ img +')',backgroundSize:cover }" ...
- BZOJ 1579 [Usaco2009 Feb]Revamping Trails 道路升级
堆优化的dijkstra. 把一个点拆成k个. 日常空间要开炸一次.. //Twenty #include<cstdio> #include<cstring> #include ...
- php多维数组
一个数组中的值可以是另一个数组,另一个数组的值也可以是一个数组.依照这种方式,我们可以创建二维或者三维数组: 实例 <?php // A two-dimensional array: $cars ...
- Extjs4 desktop 图标自动换行,横纵排列 图标大小修改
一.图标换行 /*! * Ext JS Library 4.0 * Copyright(c) 2006-2011 Sencha Inc. * licensing@sencha.com * http:/ ...