爱上海

46句英语名人名言

  1.practice makes perfect. 熟能生巧。 

2.a friend indeed is known by sharing   hardships. 患难是朋友的试金石。

爱上海3.plain living and high thinking. 生活要朴素,  情操要高尚。

4.what is done by night appears by day. 若要人不知,除非己莫为。  

爱上海5.zeal without knowledge is fire without light. 热情而无知,犹如无光之火。  

爱上海6.you never know till you have tried. 不尝试,不知晓。

爱上海7.nothing in the world   is difficult if you set your mind to it. 世上无难事,只怕有心人。

爱上海8.pay what you   owe,and you'll know what's your own. 付清你所欠下的债,方知什么是属于自己的。

爱上海9.a   life without a friend is a life without a sun. 人若无友,犹如只有生命没有太阳。  

10.a good friend is my nearest relation. 好友如近亲。

爱上海11.a hedge between keeps   friendship en. 淡交使友谊长青。(君子之交淡如水)

爱上海12.all are not friends that speak   us fair. 说我们好话的未必全是朋友。

爱上海13.better an open enemy than a false friend.   虚伪的朋友比公开的朋友更可怕。

爱上海14.better (be) alone than in bad company. 宁可  独处,勿交坏友。

15.one never notices what has been done;one can only see what   remains to be done. ——marie curie 切不要注意已经做了哪些,而只能去考  虑还有哪些有待去做。——居里夫人 

16.always aim for achievement and   forget about success.——helen hayes 永远要争取去做出成就,别去多考虑成  功。——海伦

爱上海17.absence makes the heart grow fonder. 久别情深。  

18.actions speak louder than words. 事实胜于雄辩。

19.accidents will happen   in the best regulated families. 家规再严,事端难免。

20.all good things must come   to an end. 天下没有不散的宴席(好景不长)。

21.all shall be well,and jack shall   have jill. 有情人终成眷属。

22.all that glitters is not gold. 闪光的未必都是金  子。

爱上海23.all things are difficult before they are easy. 万事开头难。

24.always   prepare for a rainy day. 未雨绸缪。

25.as you sow,so shall you reap. 种瓜得瓜,  种豆得豆。

26.walls have ears. 隔墙有耳。

爱上海27.waste not,want not. 不浪费,不  愁缺。

爱上海28.what is done cannot be undone. 生米已成熟饭/木已成舟。

爱上海29.where   there's a will,there's a way. 有志者事竟成。

爱上海30.where there's smoke,there's fire.   无风不起浪。

31.while there is life there is hope. 留得青山在,不怕没柴烧。  

32.wickedness does not go altogether unrequited. 恶有恶报。 

33.if wishes   were horses,beggars would ride. 如果愿望都能实现,乞丐早就发财了。(愿望不能代替实  际)。

34.ill news comes apace. 坏事传千里。

35.in unity there is strength. 团  结就是力量。so said,so done. 说到做到/言出必行。

爱上海36.well begun is half done. 好  的开端是成功的一半。

爱上海37.where there is a will,there is a way. 有志者事竟成。  

爱上海38.no pains,no gains. 一分耕耘,一分收获。

爱上海39.reading makes a full man. 读  书使人完善。

爱上海40.failure is the mother of success. 失败是成功之母。

41.nothing   is too difficult if you put your heart into it. 

世上无难事,只怕有心人。

42.the   man  who  has  made  up  his  mind  to  win  will  never  say   “impossible”.

——napoleon

凡是决心取得胜利的人是从  来不说“不可能”的。——拿破仑

43.time is a bird forever on   the wing. ——robertson

时间是一支永远在飞翔的鸟。 ——罗  伯逊

爱上海44.don't waste life in doubts and fears. ——emerson

不要把  生命浪费于怀疑与恐惧中。 ——爱默生 

45.it's an ill bird that fouls its   own nest. 家丑不可外扬。 

46.at minds think alike.英雄所见略同。

爱上海

"; 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');