The Funeral Oration of Pericles

本文阐述了雅典民主制度的独特之处,强调法律面前人人平等,公民晋升依据能力而非阶级。文中还提到雅典人享有自由的生活方式,同时热爱公共生活,举办各种庆典活动,并享受来自世界各地的文化成果。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

      Our constitution does not copy the laws of neighboring states; we are rather a pattern to others than imitators ourselves. Its administration favors the many instead of the few; this is why it is called democracy. If we look to the laws, they afford equal justice to all in their private differents; if to social standing, advancement in publiclife falls to reputation for capacity, class considerations not being allowed to interfere with merit; nor again does poverty bar the way; if a man is able to serve the state, he is not hindered by the obscurity of his condition. The freedom which we enjoy in our government extends also to our ordinary lift. There, far from exercising a jealous surveillance over each other, we do not feel called upon to be angry with our neighbor for doing what he likes, or even to indulge in those injunous looks which can not fail to be offensive, although they inflict no positive penalty. But all this case in our private relations does not make us lawless as citizens. Against this year is our chief safeguard, teaching us to obey the magistrates and the laws, particularly such as regards the protection of the injured, whether they are actually on the statute book, or belong to that code which, although unwritten, yet can not be broken without acknowledged disgrace.

      Further, we provide plenty of means for the mind to refresh itself from business. We celebrate games and sacrifices all year round, and the elegance of our private establishments forms a daily source of pleasure and helps to banish the spleen, while the magnitude of our city draws the produce of the world into our harbor, so that to the Athenian the fruits of other countries are as familiar a luxury as those of his own.

      if we turn to our military policy, there also differ from our antagonists. We throw open our city to the world, and neve by alien acts exclude of any enemy may occasionally profit by our liberality; trusting less in system and policy than to the native spirit of our citizens; while in education, where our rivals from their very cradles by a painful discipline seek after manliness, at Athens we live exactly as we please, and yet are just as ready to encounter every legitimate danger. In proof of this it may be noticed that the Lacedaemonians do not invade our country alone, but bring with them all their confederates; whiles we Athenians advance unsupported into the territory of a neighbor, and fighting upon a foreign soil usually into vanquish with ease men who are defending their homes. Our united force was never yet encountered by any enemy, because we have at once to attend to our marine and to dispatch our citizens by land upon a hundred different services; so that, wherever they engage with some such fraction of our strength, a success against a detachment is magnified into a victory over the nation, and adefeat into a reverse suffered at the hands of the entire people. And yet if with habits not of labor but of ease, and courage not of art but of nature, we are still willing to encounter danger, we have the double advantage of escaping the experience of hardships in anticipation and of facing them in the hour of need as fearlessly as those who are never free from them. 

IF OBJECT_ID('tempdb..#b') IS NOT NULL BEGIN DROP TABLE #b END IF OBJECT_ID('tempdb..#k') IS NOT NULL BEGIN DROP TABLE #k END --drop table #a --drop table #b --drop table #k select * into #a from openquery(SAL_HCPPROD,'select * from hcp.HR_FUNERAL ') select * into #b from openquery(SAL_HCPPROD,'select * from hcp.HR_FAMILY_TYPE ') select * into #k from openquery(SAL_HCPPROD,'select * from hcp.hr_personnel_base ') DECLARE @P_DEATH_DATE1 VARCHAR(30) ='' select @P_DEATH_DATE1 = a.DEATH_DATE from #a a where a.family_type_id = (select b.family_type_id from #b b where family_type = @P_FAMILY_TYPE ) and a.psn_id =(select k.id from #k k where k.id_no_sz = @P_ID_NO_SZ) SET @P_DEATH_DATE = @P_DEATH_DATE1 END ------------ 向HCP資料庫中INSERT資料 --exec('begin hcp.dodecrypt;end;') at SAL_HCPPROD;----插入請假資料要先解密 20240902 Print '@P_SERNO:' + @P_SERNO Print '@P_ID_NO_SZ:' +@P_ID_NO_SZ Print '@P_DEPT:' + @P_DEPT Print '@P_REASON:' +@P_REASON Print '@P_DATETIME_B:' + @P_DATETIME_B Print '@P_DATETIME_E:' + @P_DATETIME_E Print '@P_FAMILY_TYPE:' + @P_FAMILY_TYPE Print '@P_DEATH_DATE:' Print @P_DEATH_DATE Print '@P_SEGMENT_NO:' + @P_SEGMENT_NO Print '@P_REMARK:' + @P_REMARK Print '@P_CONFIRM:' + @P_CONFIRM Print '@P_PERIOD_MASTER:' + @P_PERIOD_MASTER Print '@P_PERIOD_DETAIL:' + @P_PERIOD_DETAIL Print '@P_ERROR_TYPE:' + @P_ERROR_TYPE Print '@P_CREATE_BY:' + @P_CREATE_BY Print '@P_FAMILY_NAME:' + @P_FAMILY_NAME EXECUTE ('BEGIN hcp.P_ABSENCE_INSERT_FLOW_TW(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?); END;', @P_SERNO, @P_ID_NO_SZ, @P_DEPT, @P_REASON, @P_DATETIME_B, @P_DATETIME_E, @P_FAMILY_TYPE, @P_DEATH_DATE, @P_HOURS output, @P_DAYS output, @P_SEGMENT_NO, @P_REMARK, @P_ERROR output, @P_CONFIRM, @P_PERIOD_MASTER, @P_PERIOD_DETAIL, @P_ERROR_TYPE, @P_CREATE_BY, @P_FAMILY_NAME) AT SAL_HCPPROD Print '@P_ERROR:' Print @P_ERROR IF @P_ERROR = 'OK' BEGIN SET @Result = 'Y' SET @OK=@OK+1 END ELSE BEGIN SET @Result = 'N' SET @NG=@NG+1
03-22
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值