I would I were a careless child

by George Gordon Byron

1

  I would I were a careless child,

  still dwelling in my Highland cave,

  or roaming through the dusky wild,

  or bounding over the dark blue wave.

  The cumbrous pomp of Saxon pride

  accords not with the freeborn soul,

  which loves the mountain's craggy side,

  and seeks the rocks where billows roll.

2

  Fortune! Take back these cultured lands,

  take back this name of splendid sound!

  I hate the touch of servile hands,

  I hate the slaves that cringe around.

  Place me among the rocks I love,

  which sound to Ocean's wildest roar.

  I ask but this - again to rove

  through scenes my youth has known before.

  Few are my years, and yet I feel

  the world was never designed for me.

  Ah! Why do darkening shades conceal

  the hour when man must cease to be?

  Once I beheld a splendid dream,

  a visionary scene of bliss.

3

  Truth! Wherefore did the hated beam

  awake me to a world like this?

  I loved - but those I loved are gone;

  Had friends - my early friends are fled.

  How cheerless feels the heart alone,

  when all its former hopes are dead!

  Though gain companions over the bowl

  dispel awhile the sense of ill;

  Though pleasure stirs the maddening soul,

  The heart - the heart - is lonely still.

  How dull! To hear the voice of those

  whom rank or chance, whom wealth or power,

  have made, though neither friends nor foes.

  associates of that festive hour

  Give me again the faithful few,

  in years and feelings still the same.

  And I will fly the midnight crew,

  where boisterous joy is but a name.

4

  And woman, lovely woman! You,

  my hope, my comfort, my all!

  How cold must be my bosom now,

  when even the smiles begin to pall!

  Without a sigh would I resign

  this busy scene of splendid woe,

  to make that calm contentment mine,

  which “virtue” knows, or seems to know.

  Fain would I fly the haunts of men.

  I seek to shun, not hate mankind.

  My breast requires the sullen glen,

  whose gloom may suit a darkened mind.

  Oh! That to me the wings were given

  which bear the turtle to her nest!

  Then I would cleave the vault of heaven,

  to flee away, and be at rest.

I would I were a careless child的更多相关文章

  1. A Child's History of England.24

    Besides all these troubles, William the Conqueror was troubled by quarrels among his sons. He had th ...

  2. MapReduce剖析笔记之七:Child子进程处理Map和Reduce任务的主要流程

    在上一节我们分析了TaskTracker如何对JobTracker分配过来的任务进行初始化,并创建各类JVM启动所需的信息,最终创建JVM的整个过程,本节我们继续来看,JVM启动后,执行的是Child ...

  3. [翻译]AKKA笔记 - CHILD ACTORS与ACTORPATH -6

    原文:http://rerun.me/2014/10/21/akka-notes-child-actors-and-path/ Actor是完全的继承结构.你创建的任何Actor肯定都是一个其他Act ...

  4. php php-5.6.4.tar.bz2 apache 兼容问题 child pid 27858 exit signal Segmentation fault

    环境 [root envirotar]# uname -a Linux i2..el6.x86_64 # SMP Thu Jul :: UTC x86_64 x86_64 x86_64 GNU/Lin ...

  5. [ASP.NET MVC 小牛之路]12 - Section、Partial View 和 Child Action

    概括的讲,View中的内容可以分为静态和动态两部分.静态内容一般是html元素,而动态内容指的是在应用程序运行的时候动态创建的内容.给View添加动态内容的方式可归纳为下面几种: Inline cod ...

  6. 调用Child Package

    使用Execute Package Task,能够在一个package中调用并执行其他package,被调用的Package称作 Child Package,Execute Package Task ...

  7. ORA-02292: integrity constraint (xxxx) violated - child record found

    在更新表的主键字段或DELETE数据时,如果遇到ORA-02292: integrity constraint (xxxx) violated - child record found 这个是因为主外 ...

  8. Child <- many-to-one ->Parent

    网上找到个描述的很精妙的例子 Child   <-   many-to-one   ->Parent         class   Child   {         private   ...

  9. [NHibernate]Parent/Child

    系列文章 [Nhibernate]体系结构 [NHibernate]ISessionFactory配置 [NHibernate]持久化类(Persistent Classes) [NHibernate ...

随机推荐

  1. overflow:hidden并不隐藏所有溢出的子元素

    拥有overflow:hidden样式的块元素内部的元素溢出并不总是被隐藏,具体来说,需要同时满足以下条件: 拥有overflow:hidden样式的块元素不具有position:relative和p ...

  2. 小数据池、is 和 ==的区别

    小数据池,在一定情况下出现内存共享(只有int  和 str 才有的)   is 和 ==的区别 id()     打印数据的地址 a  = 'hello' b = 'hello' print(a = ...

  3. Python编程-网络编程进阶(IO复用、Socketserver)

    一.认证客户端的链接合法性 如果你想在分布式系统中实现一个简单的客户端链接认证功能,又不像SSL那么复杂,那么利用hmac+加盐的方式来实现. 服务端 from socket import * imp ...

  4. Windos Server 2008 Tomcat 安装

    web服务:apache-tomcat-7.0.75环境:jdk-7u80-windows-i586 1.安装jdk环境包 2.配置环境变量--> 环境变量--> 新建W --> 变 ...

  5. 主攻ASP.NET.4.5.1 MVC5.0之重生:空地搭建一个包含 Ninject框架 项目

    1.创建一个空白解决方案 2.添加一个类库 名称为XXX.Domain 3.添加一个ASP.MVC 名称为XXX.WebUI 4.选着空模版,勾选MVC核心引用 5.添加单元测试项目XXX.UntiT ...

  6. 主攻ASP.NET MVC4.0之重生:使用反射获取Controller的ActionResult

    示例代码 public ActionResult TypeOfForName() { Type typeinfo = typeof(CustomerClassController); //typeof ...

  7. iOS_多线程(一)

    在学习多线程之前首先搞清楚以下几个问题. 并发:在同一时刻,只有一条指令被执行,多条指令进行快速切换执行. 并行:在同一时刻,多个处理器可以处理多条指令 1.什么是进程?      一个运行的程序就是 ...

  8. Docker 跨主机网络

    Docker提供两种原生的跨主机网络: Overlay  和  Macvlan libnetwork & CNM libnetwork 是 docker 容器网络库,最核心的内容是其定义的 C ...

  9. wampserver安装缺失vcruntime140.dll

    wampserver安装缺失vcruntime140.dll,这是安装wamp时候经常遇到的一个问题,对于初学者来说很难解决,以前的百度经验很难解决,所以给大家一个可以用的. 方法/步骤     请先 ...

  10. 搭建配置cacti,采集信息监控

    安装cactilamp环境[iyunv@Cacti ~]#service iptables stop //关闭防火墙服务[iyunv@Cacti ~]#chkconfig iptables off / ...