listen 60
Barbie Exposure May Limit Girls' Career Imagination
The ubiquitous Barbie doll: she's been everything from a football coach to a surgeon.
But girls who play with Barbie may have their ambition stunted.
That's according to a study in the journal Sex Roles.
Researchers had groups of girls play with one of three dolls.
One was a Barbie doll dressed as a fashion model in a clingy dress.
A second Barbie was a doctor in a white coat and jeans.
The third doll was a Mrs. Potato Head.
After a few minutes of play the girls were asked if they could someday be any of eleven different occupations.
The girls who'd played with either of the Barbie dolls were more likely to pick traditional pink-collar jobs like teacher, librarian or flight attendant.
But girls who played with Mrs. Potato Head envisioned themselves as also being firefighters, pilots or police officers.
The researchers say the limited occupational opportunity that Barbie seems to impart could be due to her unrealistic and overly sexualized image, rather than her outfits or careers.
And the world is less limited when looked at through Mrs. Potato Head's eyes.
Movie-Watching Together Strengthens Marriages
Keeping a marriage together takes effort, and care.
And maybe even watching classic romance movies, like The Way We Were or Husbands And Wives.
And this is because of the conversations such movies can start.
That's the finding from a study in the Journal of Consulting and Clinical Psychology.
Psychologists found that encouraging couples to watch romance flicks and then discuss them cut the divorce rate in half.
The researchers divided 174 newlywed couples into three programs:
active listening, where one spouse listens and then paraphrases back what they heard;
or compassion training, doing random acts of kindness for your partner...
or watching a movie a week for a month.
The movie-viewing couples discussed each film after watching it, guided by questions about the characters.
Questions like: Were they able to open up and tell each other how they really felt?
Or did they tend to just snap at each other with anger?
All three programs worked very well, dropping the divorce rate after three years to 11 percent, versus 24 percent for couples who did no therapy.
But the movie program is much more accessible and cheaper than counseling.
The researchers note that the magic is not really in the movies, but rather the time that couples take to think about behavior.
But hey, maybe sitting together in the dark helped too.
listen 60的更多相关文章
- C# websocket Server 加密 76号协议
服务器端源码: 76号协议增加了加密字段 sec-websocket-key1 sec-websocket-key2 以及最后8个字节 服务器必须在握手信息之后发送回解密信息才能握手成功. 解密方式 ...
- 每日英语:Surviving a Conference Call
The conference call is one of the most familiar rituals of office life -- and one of the most hated. ...
- Linux必学的60个命令
inux必学的60个命令Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在Linux系统上工作离不开使用系统提供的命令.要想 ...
- 对 Linux 初级、中级、高级用户非常有用的 60 个命令
对 Linux 初级.中级.高级用户非常有用的 60 个命令 初级篇: 你打算从Windows换到Linux上来,还是你刚好换到Linux上来?哎哟!!!我说什么呢,是什么原因你就出现在我的世界里了. ...
- 【转】linux 必须掌握的60个命令
Linux必学的60个命令Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在Linux系统上工作离不开使用系统提供的命令.要 ...
- Linux必学的60个命令【转载】
Linux提供了大量的命令,利用它可以有效地完成大量的工 作,如磁盘操作.文件存 [转载地址]http://blog.chinaunix.net/uid-16728139-id-3154272.ht ...
- listen()函数中backlog参数分析
实例分析1 将服务器端的listen函数backlog设置为2,用20个客户端与服务器建立连接,查看连接的建立情况. 服务器代码: #include <stdio.h> #include& ...
- linux常用60条命令 转
Linux必学的60个命令 Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在Linux系统上工作离不开使用系统提供的命 ...
- linux中常用的60个命令及作用详解
Linux 必学的 60 个命令 Linux 提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作.文件存取.目录操作.进程管理.文件权限设定等.所以,在 Linux 系统上工作离不开使用系统 ...
随机推荐
- c++实现二叉搜索树
自己实现了一下二叉搜索树的数据结构.记录一下: #include <iostream> using namespace std; struct TreeNode{ int val; Tre ...
- 彻底解决zend studio 下 assignment in condition警告
最近在mac系统下安装zend studio作为php开发工具,把以前的代码导入,发现项目中有很多 “assignment in condition”的警告,造成原因是在条件判断的if.while中使 ...
- hdu 1203 I NEED A OFFER!(01背包)
题意:"至少一份offer的最大概率".即求拿不到offer的最小概率 (得到offer的最大概率 = 1 - 反例的最小概率). 状态转移方程:dp[j]= Min(dp[j], ...
- substring,subsequence,charAt执行效率的不同
package com.java.tencent; public class T_2_longestPalindrome { public String test1(String s){ long s ...
- PLSQL怎样导出oracle表结构
tools->export tables 是导出表结构还有数据 tools->export user objects是导出表结构 可以用tools->export tables ...
- [jjzhu学java]之solr4.9同步mysql数据
Solr是一个高性能,採用Java5开发,基于Lucene的全文搜索server.同一时候对其进行了扩展,提供了比Lucene更为丰富的查询语言,同一时候实现了可配置.可扩展并对查询性能进行了优化,而 ...
- C++第4次实验(提高班)—继承和派生1
从项目2和项目3中选1题作为实验.剩下2题写成作业. [项目1 - 龙三] 请在以下程序的横线处填上适当内容,以使程序完整,并使程序的输出为: Name: 龙三 Grade: 19 #include ...
- django数据库同步时报错“Table 'XXX' already exists”
转自:http://blog.csdn.net/huanhuanq1209/article/details/77884014 执行manage.py makemigrations 未提示错误信息, 但 ...
- java和erlang之间的DES加解密
app登录,登录的密码要用DES加密,服务器是用erlang,客户端要同时支持多平台(Android.iOS).首先,Java端的DES加密的实现方式, 少说废话了,直接上代码,如下: public ...
- andeoid硬件解码
Finally, I must say, finally, we get low-level media APIs in Android, the Android hardware decoding ...