I would I were a careless child
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的更多相关文章
- A Child's History of England.24
Besides all these troubles, William the Conqueror was troubled by quarrels among his sons. He had th ...
- MapReduce剖析笔记之七:Child子进程处理Map和Reduce任务的主要流程
在上一节我们分析了TaskTracker如何对JobTracker分配过来的任务进行初始化,并创建各类JVM启动所需的信息,最终创建JVM的整个过程,本节我们继续来看,JVM启动后,执行的是Child ...
- [翻译]AKKA笔记 - CHILD ACTORS与ACTORPATH -6
原文:http://rerun.me/2014/10/21/akka-notes-child-actors-and-path/ Actor是完全的继承结构.你创建的任何Actor肯定都是一个其他Act ...
- 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 ...
- [ASP.NET MVC 小牛之路]12 - Section、Partial View 和 Child Action
概括的讲,View中的内容可以分为静态和动态两部分.静态内容一般是html元素,而动态内容指的是在应用程序运行的时候动态创建的内容.给View添加动态内容的方式可归纳为下面几种: Inline cod ...
- 调用Child Package
使用Execute Package Task,能够在一个package中调用并执行其他package,被调用的Package称作 Child Package,Execute Package Task ...
- ORA-02292: integrity constraint (xxxx) violated - child record found
在更新表的主键字段或DELETE数据时,如果遇到ORA-02292: integrity constraint (xxxx) violated - child record found 这个是因为主外 ...
- Child <- many-to-one ->Parent
网上找到个描述的很精妙的例子 Child <- many-to-one ->Parent class Child { private ...
- [NHibernate]Parent/Child
系列文章 [Nhibernate]体系结构 [NHibernate]ISessionFactory配置 [NHibernate]持久化类(Persistent Classes) [NHibernate ...
随机推荐
- Hibernate Student_Course_Score设计
示例: 设计代码,实现在数据库中建student表.course表.和score表,展现三者关系 student表:id.name course表:id.name score表:id.score.st ...
- arcgis for flex map遮罩
效果1:map的遮罩(对整个map进行遮罩) 效果2:对某个图层进行遮罩
- shell set 命令
用set命令可以设置各种shell选项或者列出shell变量.单个选项设置常用的特性.在某些选项之后-o参数将特殊特性打开.在某些选项之后使用+o参数将关闭某些特性,不带任何参数的set命令将显示sh ...
- 蓝牙固件升级(OTA升级)原理设计
转:http://blog.csdn.net/yueqian_scut/article/details/50849033 固件空中升级(OTA)与固件二次引导的原理和设计 原创 2016年03月10日 ...
- 函数进阶之结合tornado
一.本篇博文内容 .协程函数 .面向过程编程 .递归和二分法 二.协程函数 协程函数:就是使用了yield表达式形式的生成器 首先函数的传参有几种? 三种: 1.实参形参传参 2.闭包的形式传参 3. ...
- 20165101刘天野 2017-2018-2 《Java程序设计》第5周学习总结
#20165101刘天野 2017-2018-2 <Java程序设计>第5周学习总结 教材学习内容总结 第七章:内部类与异常类 内部类(nested classes),面向对象程序设计中, ...
- debian下使用dynamic printk分析usb转串口驱动执行流程
看了一篇文章<debug by printing>,文中提到了多种通过printk来调试驱动的方法,其中最有用的就是"Dynamic debugging". “Dyna ...
- INSPIRED启示录 读书笔记 - 前言
好的产品具备三个基本条件 价值.可用性.可行性,三者缺一不可 产品经理日常工作 1.人员是指负责定义和开发产品的团队成员的角色和职责 2.流程是指探索.开发富有创意的产品时,反复应用的和成功的实践经验 ...
- K8s + Flannel 网络架构图
这是Flannel官网给出的网络架构图 这是通过自己的理解画的逻辑结构图 查看bridge [root@node01 ~]# brctl show bridge name bridge id STP ...
- PAT1022. Digital Library (30)
两个坑. 一个是一直用的malloc不行了.因为malloc分配的是固定大小,之前做的题没遇到过是因为一般string都不长(malloc分配string为24个Byte),这次直接报段错误,呢们了半 ...