分享一首好诗:托马斯·格雷的《墓地哀歌》。

"ELEGY WRITTEN IN A COUNTRY CHURCH-YARD"

The curfew tolls the knell of parting day,
The lowing herd winds slowly o'er the lea,
The ploughman homeward plods his weary way,
And leaves the world to darkness and to me.

Now fades the glimmering landscape on the sight,
And all the air a solemn stillness holds,
Save where the beetle wheels his droning flight,
And drowsy tinklings lull the distant folds:

Save that from yonder ivy-mantled tower
The moping owl does to the moon complain
Of such as, wandering near her secret bower,
Molest her ancient solitary reign.

Beneath those rugged elms, that yew-tree's shade,
Where heaves the turf in many a mouldering heap,
Each in his narrow cell for ever laid,
The rude Forefathers of the hamlet sleep.

The breezy call of incense-breathing morn,
The swallow twittering from the straw-built shed,
The cock's shrill clarion, or the echoing horn,
No more shall rouse them from their lowly bed.

For them no more the blazing hearth shall burn,
Or busy housewife ply her evening care:
No children run to lisp their sire's return,
Or climb his knees the envied kiss to share,

Oft did the harvest to their sickle yield,
Their furrow oft the stubborn glebe has broke;
How jocund did they drive their team afield!
How bow'd the woods beneath their sturdy stroke!

Let not Ambition mock their useful toil,
Their homely joys, and destiny obscure;
Nor Grandeur hear with a disdainful smile
The short and simple annals of the Poor.

The boast of heraldry, the pomp of power,
And all that beauty, all that wealth e'er gave,
Awaits alike th' inevitable hour:-
The paths of glory lead but to the grave.

Nor you, ye Proud, impute to these the fault
If Memory o'er their tomb no trophies raise,
Where through the long-drawn aisle and fretted vault
The pealing anthem swells the note of praise.

Can storied urn or animated bust
Back to its mansion call the fleeting breath?
Can Honour's voice provoke the silent dust,
Or Flattery soothe the dull cold ear of Death?

Perhaps in this neglected spot is laid
Some heart once pregnant with celestial fire;
Hands, that the rod of empire might have sway'd,
Or waked to ecstasy the living lyre:

But Knowledge to their eyes her ample page,
Rich with the spoils of time, did ne'er unroll;
Chill Penury repress'd their noble rage,
And froze the genial current of the soul.

Full many a gem of purest ray serene
The dark unfathom'd caves of ocean bear:
Full many a flower is born to blush unseen,
And waste its sweetness on the desert air.

Some village-Hampden, that with dauntless breast
The little tyrant of his fields withstood,
Some mute inglorious Milton here may rest,
Some Cromwell, guiltless of his country's blood.

Th' applause of list'ning senates to command,
The threats of pain and ruin to despise,
To scatter plenty o'er a smiling land,
And read their history in a nation's eyes,

Their lot forbad: nor circumscribed alone
Their growing virtues, but their crimes confined;
Forbad to wade through slaughter to a throne,
And shut the gates of mercy on mankind,

The struggling pangs of conscious truth to hide,
To quench the blushes of ingenuous shame,
Or heap the shrine of Luxury and Pride
With incense kindled at the Muse's flame.

Far from the madding crowd's ignoble strife,
Their sober wishes never learn'd to stray;
Along the cool sequester'd vale of life
They kept the noiseless tenour of their way.

Yet e'en these bones from insult to protect
Some frail memorial still erected nigh,
With uncouth rhymes and shapeless sculpture deck'd,
Implores the passing tribute of a sigh.

Their name, their years, spelt by th' unletter'd Muse,
The place of fame and elegy supply:
And many a holy text around she strews,
That teach the rustic moralist to die.

For who, to dumb forgetfulness a prey,
This pleasing anxious being e'er resign'd,
Left the warm precincts of the cheerful day,
Nor cast one longing lingering look behind?

On some fond breast the parting soul relies,
Some pious drops the closing eye requires;
E'en from the tomb the voice of Nature cries,
E'en in our ashes live their wonted fires.

For thee, who, mindful of th' unhonour'd dead,
Dost in these lines their artless tale relate;
If chance, by lonely contemplation led,
Some kindred spirit shall inquire thy fate, --

Haply some hoary-headed swain may say,
Oft have we seen him at the peep of dawn
Brushing with hasty steps the dews away,
To meet the sun upon the upland lawn;

'There at the foot of yonder nodding beech
That wreathes its old fantastic roots so high.
His listless length at noontide would he stretch,
And pore upon the brook that babbles by.

'Hard by yon wood, now smiling as in scorn,
Muttering his wayward fancies he would rove;
Now drooping, woeful wan, like one forlorn,
Or crazed with care, or cross'd in hopeless love.

'One morn I miss'd him on the custom'd hill,
Along the heath, and near his favourite tree;
Another came; nor yet beside the rill,
Nor up the lawn, nor at the wood was he;

'The next with dirges due in sad array
Slow through the church-way path we saw him borne,-
Approach and read (for thou canst read) the lay
Graved on the stone beneath yon aged thorn.'

The Epitaph
Here rests his head upon the lap of Earth
A youth to Fortune and to Fame unknown.
Fair Science frowned not on his humble birth,
And Melacholy marked him for her own.

Large was his bounty, and his soul sincere,
Heaven did a recompense as largely send:
He gave to Misery all he had, a tear,
He gained from Heaven ('twas all he wish'd) a friend.

No farther seek his merits to disclose,
Or draw his frailties from their dread abode
(There they alike in trembling hope repose),
The bosom of his Father and his God.

By Thomas Gray (1716-71).

Elegy written in a country church-yard的更多相关文章

  1. wifi的country code

    转自:http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.htmlCountry A 2 A 3 Number ------------- ...

  2. [ZZ] A Proposal For Compiling Direct3D HLSL With LLVM (Written by Michael Larabel )

    http://www.phoronix.com/scan.php?page=news_item&px=OTI2NA Note:  Something very instersting to w ...

  3. ural 1073. Square Country

    1073. Square Country Time limit: 1.0 secondMemory limit: 64 MB There live square people in a square ...

  4. 最小生成树 kruskal hdu 5723 Abandoned country

    题目链接:hdu 5723 Abandoned country 题目大意:N个点,M条边:先构成一棵最小生成树,然后这个最小生成树上求任意两点之间的路径长度和,并求期望 /************** ...

  5. 01背包 URAL 1073 Square Country

    题目传送门 /* 题意:问n最少能是几个数的平方和 01背包:j*j的土地买不买的问题 详细解释:http://www.cnblogs.com/vongang/archive/2011/10/07/2 ...

  6. 计算机学院大学生程序设计竞赛(2015’12)The Country List

    The Country List Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) ...

  7. HDU 5723 Abandoned country(落后渣国)

    HDU 5723 Abandoned country(落后渣国) Time Limit: 8000/4000 MS (Java/Others)    Memory Limit: 65536/65536 ...

  8. (转) Written Memories: Understanding, Deriving and Extending the LSTM

    R2RT   Written Memories: Understanding, Deriving and Extending the LSTM Tue 26 July 2016 When I was ...

  9. 阿里云linux服务器安装Phalcon-----"phalcon Volt directory can't be written" "gcc: internal compiler error: Killed (program cc1)"

    这里特别蛋疼的一件事是官方英文文档和中文文档命令参数略有不同 中文文档: //通用平台下安装指定的软件包: sudo yum install git gcc make pcre-devel php-d ...

随机推荐

  1. [mark]C# 异常处理

    https://docs.microsoft.com/zh-cn/dotnet/articles/csharp/programming-guide/exceptions/index

  2. 独立t检验

    方差相同个数相同的独立t检验 5.某饲料厂要比较A.B两种配合饲料在养猪生产中的效果,选取12头情况相似的猪,随机分成两组,分别饲喂两种配合饲料,其60天增重(单位:kg)见下表. 饲 料 60d增重 ...

  3. Linux-exec族函数

    1.为什么需要exec族函数 (1).fork子进程是为了执行新程序(fork创建子进程后,子进程和父进程同时被OS调度执行,因此子程序可以单独的执行一个程序,这样程序宏观上将会和父进程程序同时进行) ...

  4. web开发相关工具总结

    系统: linux -ssh工具:secureCRT ,PUTTY,XSHELL MYSQl: mysql客户端 ,mysqlworkbench, navicat for mysql ,phpmyad ...

  5. JS中的0b00与0x00表示什么

    换成二进制表示:(0b表示二进制数,0x表示16进制数)

  6. Debian8.8同步时间

    1.安装ntpdate 2.设置当前年月   如:sudo date -s 2017-05-18 3.同步:sudo ntpdate /usr/sbin/ntpdate time.nist.gov

  7. Linux c 操作MySQL

    #include <mysql/mysql.h>#include <stdio.h>#include <stdlib.h>int main() { MYSQL *c ...

  8. 模型层字段-多表查询-神奇的双下划线查询-F,Q查询

    Django ORM中常用的字段和参数 常用字段 AutoField int自增列,必须填入参数 primary_key=True.当model中如果没有自增列,则自动会创建一个列名为id的列. In ...

  9. Perl: print @globbing."\n"; 和 print @globbing; 不一样,一个已经转换为数组元素个数了

    48 print @globbing."\n"; 输出: 3

  10. getopt|sys|open|print文件|main()|if __name__ == "__main__"|getline()

    #!/usr/bin/python import sys import getopt import re def compare(f1,f2,o1,o2,si_line): lines_count=0 ...