36 The Benefits of Marriage 结婚的益处
36 The Benefits of Marriage 结婚的益处
①Being sociable looks like a good way to add years to your life.Relationships with family,friends,neighbours,even pets,will all do the trick,but the biggest longevity boost seems to come from marriage or an equivalent relationship.The effect was noted in 1858 by William Farr,who wrote that widows and widowers were at a much higher risk of dying than their married peers.Studies since then suggest that marriage could add as much as seven years to a man's life and two to a women's.The effects holds for all causes of death,whether illness,accident or self-harm.
②Even if the odds are stacked against you,marriage can more than compensate.Linda Waite of the University of Chicago has found that a married older man with heart disease can expect to nearly four years longer than an unmarried man with a healthy heart.Likewise,a married man who smokes more than a pack a day is likely to live as long as a divorced man who doesn't smoke.There is slip side,however,as partners are more likely become ill or die in the couple of years following their spouse's death,and caring for a spouse with mental disorder can leave you with some of same severe problems.Even so,the odds favour marriage.In a 30-year study of more than 10,000 people,Nicolas Christakis of Havard Medical School describes how all kinds of social networks have similar effects.
③So how does it work?The effect are complex,affected by socio-economic factors,health-service provision,emotional support and other more physiological mechanisms.For example,social contact can boost development of the brain and immune system,leading to better health and less chance of depression later in life.People in supportive relationships may handle stress better.Then there are the psychological benefits of a supportive partner.
④A life partner,children are good friends are all recommended if you aim to live to 100.The ultimate social network is still being mapped out,but as Christakis says:People are interconnected,so their health is interconnected."
36 The Benefits of Marriage 结婚的益处的更多相关文章
- 37 The Benefits of Cutting Salt 减少盐分摄取量的益处
The Benefits of Cutting Salt 减少盐分摄取量的益处 ①Just when you had figured out how to manage fat in your die ...
- The Stable Marriage Problem
经典稳定婚姻问题 “稳定婚姻问题(The Stable Marriage Problem)”大致说的就是100个GG和100个MM按照自己的喜欢程度给所有异性打分排序.每个帅哥都凭自己好恶给每个MM打 ...
- Dockerfile centos7_php5.6.36
Dockerfile: FROM centos:7 MAINTAINER www.ctnrs.com RUN yum install epel-release -y && \ yum ...
- 每日英语:Marriage makes our children richer — Here's why
Young people from less-privileged homes are more likely to graduate from college and earn more if ra ...
- 每日英语:The Benefits of a Sleep Buddy
Stolen sheets, snoring and hot flashes are just some of the annoyances that lead a quarter of U.S. c ...
- Marriage Ceremonies LightOJ - 1011
Marriage Ceremonies LightOJ - 1011 常规状压dp.popcount(S)表示S集合中元素数量.ans[S]表示S中的女性与前popcount(S)个男性结婚的最大收益 ...
- 【转】稳定婚姻问题(Stable Marriage Problem)
转自http://www.cnblogs.com/drizzlecrj/archive/2008/09/12/1290176.html 稳定婚姻是组合数学里面的一个问题. 问题大概是这样:有一个社团里 ...
- Lightoj1011 - Marriage Ceremonies
1011 - Marriage Ceremonies PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 ...
- CSharpGL(36)通用的非托管数组排序方法
CSharpGL(36)通用的非托管数组排序方法 如果OpenGL要渲染半透明物体,一个方法是根据顶点到窗口的距离排序,按照从远到近的顺序依次渲染.所以本篇介绍对 UnmanagedArray< ...
随机推荐
- cb6xe7代码提示风格变化
- 浅谈RMI的特点及作用
RMI:远程方法调用(Remote Method Invocation) 扩展:RPC与RMI的区别 1:方法调用方式不同: RMI中是通过在客户端的Stub对象作为远程接口进行远程方法的调用.每个远 ...
- Spring MVC 运行流程图
- as3的全屏功能的实现主要是舞台stage的displayState属性
StageDisplayState.NORMAL 正常 StageDisplayState.FULL_SCR ...
- 11 并发编程-(线程)-信号量&Event&定时器
1.信号量(本质也是一把锁)Semaphore模块 信号量也是一把锁,可以指定信号量为5,对比互斥锁同一时间只能有一个任务抢到锁去执行, 信号量同一时间可以有5个任务拿到锁去执行, 如果说互斥锁是合租 ...
- China cuts bank reserves by $100m to cushion US tariffs
China cuts bank reserves by $100m to cushion US tariffs中国央行定向降准释放千亿美元资金China is cutting the amount o ...
- maven GroupId 和ArtifactId通常填什么
GroupID是项目组织唯一的标识符,实际对应JAVA的包的结构,是main目录里java的目录结构.ArtifactID就是项目的唯一的标识符,实际对应项目的名称,就是项目根目录的名称.
- 组队打代码 !!! ——Alpha项目冲刺
Alpha阶段 - 博客链接合集 队伍名称: 代码那些事儿 学号 姓名 211606320 刘佳 211606313 李佳 211606303 陈水莲 211606302 曾丽丽 211606338 ...
- 1Java语言概述——重拾Java
1.1 Java 语言诞生 Java 是1995 年 由 Sun公司开发的革命性编程语言. 1.2 Java 的特点 序号 主题 描述 1 简单 比C++简单 2 面向对象 基于对象的编程更符合人的思 ...
- hibernate中1对1的注解配置
hibernate中1对1的注解配置分为:外键关联映射和主键关联映射 1.外键配置 //一方@Entity@Table(name="test_classinfo")public c ...