再别康桥 徐志摩

news/2024/7/7 15:10:43

轻轻的我走了,正如我轻轻的来;

我轻轻的招手,作别西天的云彩。

那河畔的金柳,是夕阳中的新娘;

波光里的艳影,在我的心头荡漾。

软泥上的青荇,油油的在水底招摇;

在康河的柔波里,我甘心做一条水草!

那榆荫下的一潭,不是清泉,是天上虹;

揉碎在浮藻间,沉淀着彩虹似的梦。

寻梦?撑一支长篙,向青草更青处漫溯;

满载一船星辉,在星辉斑斓里放歌。

但我不能放歌,悄悄是别离的笙箫;

夏虫也为我沉默,沉默是今晚的康桥!

悄悄的我走了,正如我悄悄的来;

我挥一挥衣袖,不带走一片云彩。


Very quietly I take my leave
As quietly as I came here;
Quietly I wave good-bye
To the rosy clouds in the western sky.
The golden willows by the riverside
Are young brides in the setting sun;
Their reflections on the shimmering waves
Always linger in the depth of my heart.
The floating heart growing the sludge
Sways leisurely under the water;
In the gentle waves of Cambridge
I would be a water plant!
That pool under the shade of elm trees
Holds not water but the rainbow from the sky;
Shattered to pieces among the duck weeds
Is the sediment of a rainbow-like dream?
To seek a dream?
Just to pole a boat upstream
To where the green grass is more verdant
Or to have the boat fully loaded with starlight

And sing aloud in the splendor of starlight.
But I can’t sing aloud
Quietness is my farewell music;
Even summer insects heap silence for me
Silent is Cambridge tonight!
Very quietly I left

As quietly as I came here;
Gently I flick my sleeves
Not even a wisp of cloud will I bring away


很美!


http://www.niftyadmin.cn/n/3568778.html

相关文章

服务端参数校验(一):校验工具

项目参见: https://gitee.com/xxssyyyyssxx/validation compile "top.jfunc.validation:validation-core:1.0.1" compile "top.jfunc.validation:validation-spring:1.0.1" all input is evil!! 服务端参数校验是保证…

服务端参数校验(二):SpringMVC项目的参数校验

项目参见: https://gitee.com/xxssyyyyssxx/validation compile "top.jfunc.validation:validation-core:1.0.1" compile "top.jfunc.validation:validation-spring:1.0.1" 上文提供了参数校验工具,但是如果我们把参数校验跟正常…

关于类初始化的一个诡异问题

圣思园张龙老师关于类加载器的一个例子。 这个打印的是1,1 这个打印的是1,0 造成以上的区别的原因就在于:类加载的时候先准备(静态变量赋默认值),然后初始化(赋值或者静态代码块),实例化。 类的…

记录定时任务迁移xxl-job的过程和理解

一般定时任务使用的是基于quartz或者spring-scheduler的,能够满足大部分的开发需求。但是像手动执行一次,执行情况监测,进程阻塞停止等维护需求就显得无能为力了。无意间在gitee.com上发现了一个很好满足以上需求的项目,来自许雪里…

vsftpd 安装过程记录

使用yum安装,执行安装命令:yum install -y vsftpd 安装FTP服务器 创建FTP用户和FTP的目录,并修改FTP目录的权限给FTP用户 创建用户: 重置密码: 创建FTP目录: 授权FTP目录权限给camera用户: 修改目录用户组执行权限: 进入/et…

NFS网络的搭建和迁移

以前的NFS服务器在192.168.0.50 ${oldserverip},在新机器192.168.0.100 ${newserverip}上安装NFS服务,迁移数据到新主机上,然后启动NFS服务,其他的客户端全部重新挂载到新的NFS网络。 保持挂载目录和以前完全一样: 以…

lduan Exchange 2013 部署(二)

转载于:https://blog.51cto.com/tblduan/1899182

从使用os.system)在python命令(重定向标准输入输出

从使用os.system)在python命令(重定向标准输入输出 python 标准输出stdout stdio os.system通常我可以通过改变sys.stdout的值在python更改标准输出。然而,这似乎只影响打印那么,有没有什么办法可以抑制方案是通过使用os.system在…