爱上海

有关金钱的英语名人名言

爱上海  a penny saved is a penny gained.richard brckminster fuller.american srchitect   省下一分钱等于得到一分钱。美国建筑师富勒.r.b. all good things are cheap, all   bad things are very dear.henry david thoreau, ameican writer  一切好的东  西都是便宜的,所有坏的东西都是非常贵的。美国作家梭罗。h.d.  all the   splendor in the world is not worth a good friend.voltaire, french thinker    人世间所有的荣华富贵不如一个好朋友。法国思想家伏尔泰 apply yourself to   true riches; it is shameful to depend upon silver and gold for a happy life.lrcius   annaeus seneca, ancient roman philosopher  要争取真正的财富,靠金银谋取幸福  是不光彩的。古罗马哲学家西尼加.l.a.  an ounce of prudence is worth a   pound of gold.tobias smollett, british writer  一盎司谨慎抵得上一磅黄金。  英国作家 .斯摩莱特 .t. beggars cannot be choosers.du bose heywood,   american writer  乞丐不能挑肥拣瘦。美国作家海伍德.d.b.  beggars   do not envy millionaires, though of course they will envy other beggars who are more   successful.betrand russell, british philosopher  乞丐并不羡慕百万富翁,  尽管他们一定会羡慕比他们乞讨得多的乞丐。英国哲学家罗素.b.  creditors   have better memories than debtors.benjamin franklin. american president    放债的比借债记性好。美国总统富兰克林。b.  economy is in itself a source   of great revenue.lucius annaeus seneca, ancient roman philosopher  节约  本身就是最大的收入 .罗马哲学家 西尼加,l.a.  economy is the poor man'   s mint; and extravagance the rich man ' s pitfall.  节约是穷人的造币厂,浪费  是富翁的陷阱。英国作家 塔泊.m  few rich men own their property.the   property owns them.robert green ingersoll. american iawyer  极少富人拥有  他们的财产,是财产拥有他们。美国律师英格索尔.r.g.  he that has a full   purse never lacks a friend. even in a busy market, nobody cares to know a poor   person.anonymors  富在深山有远亲;贫在闹市无人识。无名氏  i   finally  know  what  distinguishes  man  from  the  other  beasts:financial   worries.jules renard, french playwright  我终于明白人与野兽的区别在于:  人为钱而担忧。法国剧作家勒纳尔.j.  i would rather have my people laugh   at my economies than weep for my extravagance.oscar ll, swedish king  我  宁愿让我的人民嘲笑我的的小气也不愿让他们为我的挥霍而哭泣。瑞典国王奥斯卡二世    if rich, it is easy enough to conceal our wealth, but, if poor, it is not   so easy to conceal our poverty. we shall find it less difficult to hide a thousand   guineas, than one hole in our coat.charles c. colton, british clergyman    如果富有,藏富很容易;如果贫穷,掩饰贫穷却很难。我们不难发现隐藏1000 个金币比遮盖  衣服上的一个破洞来得容易。英国画妆师科尔顿.c.c  if you would know the   value  of  money,  go  and  try  to  borrow  some.benjamin  franklin,  american   presudent  要想知道钱的价值,就想办法去借钱试试。美国总统富兰克  林.b.'    

爱上海

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