How a woman's glance can tell a man if she's interested
揭秘:女人是否喜欢你?看眼神就知道
The female mind has always been a complete mystery to most men and their enigmatic thoughts and actions almost impossible to decode - until now.

女人的心思对大多数男人而言总是那么深不可测,直到现在女人们谜一般的想法和行为还是令人费解。

Finally the closely-held secret of whether a woman fancies someone has been exposed and experts have found it is all in the eyes.

终于,专家发现了女人芳心暗藏之秘所,原来是在眼神之中。

A new study looked at how and where women glance after a man makes initial eye contact and found this shows him all he needs to know about his chances of romance.

一项新研究观察了女人在和男人初次目光接触后眼神如何变化,以及把目光投向何处,发现男人可以从中得知他所要知道的一切——有戏还是没戏。

What happens in the 45 seconds after meeting makes it crystal clear if love is in the air or whether the hapless male suitor will get the cold shoulder, experts have said.

专家说,是爱情即将降临,还是不走运的男性追求者就要被拒绝,见面45秒后结果就清晰可见。

Life coach Ali Campbell says in his book 'More than Just Sex' that the look men want to see is her looking down and then moving her eyes in a sweeping motion across the floor because it almost certainly means that she is attracted to you.

生活教练阿里•坎贝尔在他的书《不只是性》中写道,男人想看到的“动心”表现是女人往下看,然后视线在地上扫来扫去,因为这基本上表示女人对你有意思。

This glance means that she is checking her internal emotions, in short, she likes you but is working out how much.

这种扫视意味着她在审视内心的情感,简而言之,她喜欢你,但正在掂量有多喜欢你。

And in a complete reversal the disinterested, shy or bashful look sideways a woman often gives is not the brush-off most men thought it was.

女人经常会漠然或害羞地看向一边,这根本不是大多数男人以为的在表示拒绝。

It is in fact the opposite.

事实上,正好相反。

If a woman looks away for up to 45 seconds and then stares you straight in the eye it is another sure sign that she is interested because she is thinking hard about whether you are a suitable partner.

如果一个女人向一边看了45秒,然后又直直地正视你的眼睛,这确定无疑地表示她对你感兴趣,因为她正在努力思考你是不是一个合适的伴侣。

If after the man makes eye contact she instantly looks over his head or stares straight back at him it is almost certainly curtains .

如果在男人和她目光接触后,她立刻把视线移到他头顶,或直直地盯着他,这基本上就可以确定没戏了。

Also if she touches her hair she is attracted to you and if she twirls the ends then she really likes you.

此外,如果她摸她的头发,她被吸引到你,如果她萦绕的两端,然后她真的喜欢你。

How a woman's glance can tell a man if she's interested的更多相关文章

  1. 理解 Glance - 每天5分钟玩转 OpenStack(20)

    OpenStack 由 Glance 提供 Image 服务. 理解 Image 要理解 Image Service 先得搞清楚什么是 Image 以及为什么要用 Image? 在传统 IT 环境下, ...

  2. 解决在CentOS6.5下安装OpenStack(Icehouse版本 )出现的glance服务无法正常工作的问题

    最近一直在用Juno版本,因为项目需要,今天在虚拟机里安装了Icehouse版,其中glance组件在执行安装的过程后,出现启动失败的现象,幸好以前排查过此类错误,遂记录如下: 在官方文档(Iceho ...

  3. 4.openstack之mitaka搭建glance镜像服务

    部署镜像服务 一:安装和配置服务 1.建库建用户 mysql -u root -p CREATE DATABASE glance; GRANT ALL PRIVILEGES ON glance.* T ...

  4. Ceph与OpenStack的Glance相结合

    http://docs.ceph.com/docs/master/rbd/rbd-openstack/?highlight=nova#kilo 在Ceoh的admin-node上进行如下操作: 1. ...

  5. 探索 OpenStack 之(10):深入镜像服务Glance

    本篇博文来探讨下镜像服务Glance. 0.  基本概念 0.1 基本功能 Glance提供REST API来支持以下镜像操作: 查询 注册 上传 获取 删除 访问权限管理 0.2 Glance RE ...

  6. 【OpenStack】OpenStack系列4之Glance详解

    下载安装 参考:http://www.linuxidc.com/Linux/2012-08/68964.htm http://www.it165.net/os/html/201402/7246.htm ...

  7. 这个Glance的界面该怎么看出问题,为什么状态是SOCKT?

    这个glance的状态图有问题吗?

  8. Centos7 install Openstack - (第三节)添加镜像服务(Glance)

    Centos7 install Openstack - (第三节)添加镜像服务(Glance) 我的blog地址:http://www.cnblogs.com/caoguo 该文根据openstack ...

  9. OpenStack:安装Glance

    >安装Glance1. 安装# apt-get install glance python-glanceclient删除sqlite文件rm -f /var/lib/glance/glance. ...

随机推荐

  1. [转]ubuntu server上网配置

    [转]ubuntu server上网配置 http://blog.sina.com.cn/s/blog_6c9d65a101011pyt.html 今天我的ubuntu server上不去网了,所以重 ...

  2. .gitignore无效,不能过滤某些文件

    利用.gitignore过滤文件,如编译过程中的中间文件,等等,这些文件不需要被追踪管理. 现象: 在.gitignore添加file1文件,以过滤该文件,但是通过git status查看仍显示fil ...

  3. 如何向VS2010中插入ActiveX控件并且附带相应的类

    上两篇文章中我们已经讲述了ActiveX控件的一些相关知识,本文中,简单说明一下如何在我们自己的程序中使用ActiveX控件.(仍以我们上节课的例子为例) 我们打开VS2010编辑器,新建一个基于对话 ...

  4. Google Guava学习笔记——基础工具类Preconditions类的使用

    Preconditions类是一组静态方法用来验证我们代码的状态.Preconditons类很重要,它能保证我们的代码按照我们期望的执行,如果不是我们期望的,我们会立即得到反馈是哪里出来问题,现在我们 ...

  5. 在ubuntu上搭建reviewboard

    review board 2.0.5 ubuntu ubuntu-12.04.1-desktop-amd64 基本上基于这个教程:http://alephnullplex.appspot.com/bl ...

  6. Dijkstra--POJ 2502 Subway(求出所有路径再求最短路径)

    题意: 你从家往学校赶,可以用步行和乘坐地铁这两种方式,步行速度为10km/h,乘坐地铁的速度为40KM/h.输入数据的第一行数据会给你起点和终点的x和y的坐标.然后会给你数目不超过200的双向地铁线 ...

  7. Codeforces Round #278 (Div. 2)

    题目链接:http://codeforces.com/contest/488 A. Giga Tower Giga Tower is the tallest and deepest building ...

  8. 先进的自动布局工具箱(autolayout)

    原文:Advanced Auto Layout Toolbox 这篇文章并没有具体介绍自动布局的一些基本概念,主要讲解了一些高级的使用方法和调试技巧,文中有的句子比较长,意思也有点难懂,所以需要静下心 ...

  9. ```````````````辐射度 Radiometry

    solid angel --立体角 单位 sr  球面度 dω就是对solid angel的微分 4π代表一个球 我发现dω就是对半径为1的球的表面积的微分 所以4π代表一个球  这就是球的表面积.. ...

  10. PHP:汉字转拼音类(全拼与首字母)

    [php] <?php class GetPingYing { private $pylist = array( 'a'=>-20319,'ai'=>-20317,'an'=> ...