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. git用法

    chapter: 8 add 添加文件内容至索引 用法:git add [选项] [--] ... -n, --dry-run 演习 -v, --verbose 冗长输出 -i, --interact ...

  2. Jsp实现form的file和text传递(multipart/form-data)

    Jsp实现form的file和text传递(multipart/form-data) 首先是form部分,因为要有<input type="file" />的类型,所以 ...

  3. qt 焦点设置策略

    focusPolicy 一个QWidget获得焦点的方式受 focusPolicy 控制 Qt::TabFocus 通过Tab键获得焦点 Qt::ClickFocus 通过被单击获得焦点 Qt::St ...

  4. 解决SQLite数据库中文乱码问题

      关于SQLite中出现中文乱码的分析以及解决方案 我们在使用SQLite数据库时候,可能会发现,向数据库插入数据时候显示的是汉字,但通过SQLite读出来时却显示的乱码,这是因为SQLite数据库 ...

  5. C语言中链表节点的实现,以及如何实现泛型

    1.C语言中的struct是纯粹的结构体,没有访问权限的概念 2.C语言中用void* 来实现泛型编程,也是C++类和模板底层实现的基础,就是用void*来实现的 #include<stdio. ...

  6. Windows桌面开发者的必备软件

    如果你新安装好了一台WindowsXP或者Windows7的机器,作为一个开发人员,我建议安装下面这些软件: 1,WinMerge. http://winmerge.org/ 2, Lua for w ...

  7. PHP图形图像处理之初识GD库

    d=====( ̄▽ ̄*)b 引语 php不仅仅局限于html的输出,还可以创建和操作各种各样的图像文件,如GIF.PNG.JPEG.WBMP.XBM等. php还可以将图像流直接显示在浏览器中. 要处 ...

  8. 不同系统平台下Java默认的安装路径

    下面以Oracle的JDK7update 51为例: • 32-bit JDK on Windows: C:\Program Files (x86)\Java\jdk1.7.0_51 • 64-bit ...

  9. Poj 1255 覆盖的面积 2014-07-28 12:29 116人阅读 评论(0) 收藏

    覆盖的面积 Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Sub ...

  10. Brush Mode --- Nyoj 236 分类: Brush Mode 2014-04-02 06:56 116人阅读 评论(0) 收藏

    心急的C小加 时间限制:1000 ms  |  内存限制:65535 KB 难度:4 描述 C小加有一些木棒,它们的长度和质量都已经知道,需要一个机器处理这些木棒,机器开启的时候需要耗费一个单位的时间 ...