How a woman's glance can tell a man if she's interested
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的更多相关文章
- 理解 Glance - 每天5分钟玩转 OpenStack(20)
OpenStack 由 Glance 提供 Image 服务. 理解 Image 要理解 Image Service 先得搞清楚什么是 Image 以及为什么要用 Image? 在传统 IT 环境下, ...
- 解决在CentOS6.5下安装OpenStack(Icehouse版本 )出现的glance服务无法正常工作的问题
最近一直在用Juno版本,因为项目需要,今天在虚拟机里安装了Icehouse版,其中glance组件在执行安装的过程后,出现启动失败的现象,幸好以前排查过此类错误,遂记录如下: 在官方文档(Iceho ...
- 4.openstack之mitaka搭建glance镜像服务
部署镜像服务 一:安装和配置服务 1.建库建用户 mysql -u root -p CREATE DATABASE glance; GRANT ALL PRIVILEGES ON glance.* T ...
- Ceph与OpenStack的Glance相结合
http://docs.ceph.com/docs/master/rbd/rbd-openstack/?highlight=nova#kilo 在Ceoh的admin-node上进行如下操作: 1. ...
- 探索 OpenStack 之(10):深入镜像服务Glance
本篇博文来探讨下镜像服务Glance. 0. 基本概念 0.1 基本功能 Glance提供REST API来支持以下镜像操作: 查询 注册 上传 获取 删除 访问权限管理 0.2 Glance RE ...
- 【OpenStack】OpenStack系列4之Glance详解
下载安装 参考:http://www.linuxidc.com/Linux/2012-08/68964.htm http://www.it165.net/os/html/201402/7246.htm ...
- 这个Glance的界面该怎么看出问题,为什么状态是SOCKT?
这个glance的状态图有问题吗?
- Centos7 install Openstack - (第三节)添加镜像服务(Glance)
Centos7 install Openstack - (第三节)添加镜像服务(Glance) 我的blog地址:http://www.cnblogs.com/caoguo 该文根据openstack ...
- OpenStack:安装Glance
>安装Glance1. 安装# apt-get install glance python-glanceclient删除sqlite文件rm -f /var/lib/glance/glance. ...
随机推荐
- Android Jni变量对照表
字符 Java类型 C类型 V void void Z jboolean boolean I jint in ...
- mini2440 linuxi2c驱动
#include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> #inclu ...
- [shell基础]——sed命令
关于sed sed 是一种在线编辑器,它一次处理一行内容.处理时,把当前处理的行存储在临时缓冲区中,称为“模式空间”(pattern space),接着用sed命令处理缓冲区中的内容,处理完成后,把缓 ...
- Sprint计划会议1
会议时间:4.15.晚9点 会议地点:学一食堂2楼 会议进程 • 首先我们讨论了实验第一个Sprint1要实现的功能(用户登录及信息录入).• 之后对任务进行了认领.• 最后每个人对自己的任务进行 ...
- jQuery插件开发总结
jQuery插件的开发包括两种: 一种是类级别的插件开发$.extend,即给jQuery添加新的全局函数,相当于给jQuery类本身添加方法,比如:$.ajax, $.getJSON等.jQuery ...
- 用setTimeout 代替 setInterval实时拉取数据
在开发中,我们常常碰到需要定时拉取网站数据,如: setInterval(function(){ $.ajax({ url: 'xx', success: function( response ){ ...
- ios读取通讯录信息
ios读取通讯录信息 (2012-05-22 14:07:11) 标签: ios读取通讯录 it iphone如许app读取通讯录信息,读取通讯录信息时需要加载AddressBookUI 和Add ...
- aspx页面生成html
/// <summary> /// aspx生成Html /// </summary> /// <pa ...
- html5 webApp常用Meta标签
Html5 webApp常用Meta标签 <meta charset="UTF-8"> <meta name="viewport" conte ...
- Python中的正则表达式regular expression
1 match = re.search(pat,str) If the search is successful, search() returns a match object or None o ...