爱上海

英文哲理名人名言

爱上海       no one can degrade us except ourselves; that if we are   worthy,  no  influence  can  defeat  us.  (b.t.washington,  american  educator)

         除了我们自己以外,没有人能贬低我们。如果我们坚强,就  没 有 什 么 不 良 影 响 能 够 打 败 我 们 。 ( 美 国 教 育 家   华 盛 顿   b   t)

爱上海     almost any situation---good or bad ---is affected   by the attitude we bring to. (lucius annaus seneca, ancient roman philosopher)

爱上海          差不多任何一种处境—— 无论是好是坏  —— 都受到我们对待处境的态度的影响。( 古罗马哲学家  西尼加  l   a)

爱上海     although the world is full of suffering, it is full   also  of  the  overcoming  of  it.  (hellen  keller,  american  writer)

         虽然世界多苦难,但是苦难总是能战胜的(美国作家 海伦  ·凯勒)

     as fruit needs not only sunshine but   cold nights and chilling showers to ripen it, so character needs not only joy but   trial  and  difficulty  to  mellow  it.  (hugh  black,  american  writer)

         水果不仅需要阳光,也需要凉夜。寒冷的雨水能使其成熟。  人 的 性 格 陶 冶 不 仅 需 要 欢 乐 , 也 需 要 考 验 和 困 难 。 ( 美 国 作 家   布 莱 克   h)

爱上海     the chinese word for crisis is divided into two   characters, one meaning danger and the other meaning opportunity. (burejer, british   writer)

      中文的“危机”分为两个字,一个意味  着危险,另外一个意味着机会。(英国作家 布瑞杰)

     the   misfortunes hardest to bear are those which never come.(james russell lowell,   american poetess and critic)

爱上海       最难忍受的不幸是那  些从未来临的不幸。(美国女诗人、评论家 洛威尔 j r)

爱上海     no   pain , no palm; no thorns , no throne ; no gall, no glory; no cross, no crown. (william   penn, british admiral)

爱上海       没有播种,何来收获;没有辛劳,  何来成功;没有磨难,何来荣耀;没有挫折,何来辉煌。( 英国海军上将  佩恩   w)

爱上海     we have all sufficient strength to endure the   misfortunes  of  others.  (la  rochefoucauld,  french  writer)

         我们都有足够的力量来忍受别人的不幸。(法国作家 拉罗什  富科)

爱上海     we shall defend ourselves to the last breath   of man and beast. (william ii, king of england)

       只  要 一 息 尚 存 , 我 们 就 要 为 保 卫 自 己 而 战 。 ( 英 国 皇 帝   威 廉 二  世)

爱上海     he who allows himself to be insulted, deserves   to be. (f.c.comford, british writer)

爱上海       自己甘愿受  辱的人,受污辱也活该。(英国作家 科福德 f c)

     i find   life an exciting business and most exciting when it is lived for others. (helen   keller,ameican writer)

       我发现生活是令人激动的事情,  尤其是为别人活着时。(美国作家 海伦·凯勒)

爱上海     i   wept  when  i  was  born,  and  every  day  shows  why.(jack  london,  american   novelist)

爱上海     我一生下来就开始哭泣,而每一天都表明我哭  泣的原因。(美国小说家 杰克·伦敦)

爱上海

"; var footstr=" "; // 获取打印内容 var newstr=document.all.item(printpage).innerHTML; var oldstr=document.body.innerHTML; // 打印预览和选择打印区域 document.body.innerHTML=headstr+newstr+footstr; window.print(); // 恢复原来的页面内容 document.body.innerHTML=oldstr; } //顶 function checkTop(flag,url){ jQuery.ajax({ url:url, success:function(data){ if(data == 1){//可以顶 if(flag == 1){//顶 if(jQuery("#showlab").length>0){ var preNum = parseInt(jQuery("#showlab").html()); jQuery("#showlab").html(preNum+1); } } else if(flag == 2){ if(jQuery("#steponlab").length>0){ var preNum = parseInt(jQuery("#steponlab").html()); jQuery("#steponlab").html(preNum+1); } } } else if(data == 0){//顶过了 alert('你已经投过票了,请不要重复投票'); } } }); } function setTop(productId, auditLevel) { /** * 1 取出cookie_id的值 * 2 判断key = productId的这个cookie是否存在 * 3 比较两个值是否相等 */ if (auditLevel != 1 && auditLevel != 20) { return; } var productIdValue = getCookie2008_1(productId); var cookieIdValue = getCookie2008_1("cookie_id"); if (cookieIdValue == null) { alert("\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301cookie\u529f\u80fd,\u8bf7\u786e\u8ba4!"); return; } var url = "/jsp_cn/jquery/end/update_message.jsp?pid=" + productId + "&flag=top_new&date=" + new Date().getTime(); if (productIdValue == null || productIdValue == "") { //没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(1,url); //jQuery("#a5").load(url); } else { if (productIdValue != cookieIdValue) { //该用户没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(1,url); } else { alert("\u4f60\u5df2\u7ecf\u6295\u8fc7\u7968\u4e86\uff0c\u8bf7\u4e0d\u8981\u91cd\u590d\u6295\u7968"); } } shareEvent(productId, 14); } //踩 function setStepon(productId, auditLevel) { if (auditLevel != 1 && auditLevel != 20) { return; } var productIdValue = getCookie2008_1(productId); var cookieIdValue = getCookie2008_1("cookie_id"); if (cookieIdValue == null) { alert("\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301cookie\u529f\u80fd,\u8bf7\u786e\u8ba4!"); return; } var url = "/jsp_cn/jquery/end/update_message.jsp?pid=" + productId + "&flag=stepon_new&date=" + new Date().getTime(); if (productIdValue == null) { //没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(2,url); //jQuery("#a5").load(url); } else { if (productIdValue != cookieIdValue) { //该用户没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(2,url); //jQuery("#a5").load(url); } else { alert("\u4f60\u5df2\u7ecf\u6295\u8fc7\u7968\u4e86\uff0c\u8bf7\u4e0d\u8981\u91cd\u590d\u6295\u7968"); } } } function shareEvent(id,type){ var url = "/app/my/docin/share?id=" + id + "&type=" + type; jQuery("#a5").load(url); } //广告代码 docin_adload('62','view_adv_1'); docin_adload('63','view_adv_2'); //docin_adload('64','view_adv_3'); //docin_adload('65','view_adv_4'); docin_adload('66','view_adv_5'); docin_adload('146','view_adv_6'); docin_adload('68','view_adv_7'); //docin_adload('69','view_adv_8'); //docin_adload('70','adv_title_left');