What am I missing out in life if I don't have a girlfriend?
http://www.quora.com/What-am-I-missing-out-in-life-if-I-dont-have-a-girlfriend/answer/Kelly-Erickson#
Depends entirely on the girlfriend. Some things you might be missing out on:
- Soft smells from her hair, her skin, her extra set of clothes that she leaves in your closet
- Hugs, peekaboo-guess-who, kisses on the back of your neck when you're hard at work and forgot about the world around you for too long
- Good cooking, or maybe good-morning coffee, or good takeout
- Inspiration, shared jokes, mind-bending middle-of-the-night discussions
- A buddy who'll hand you a tissue during the sad parts of your favorite movies... you know when Bruce Willis died in that one, you got all choked up, didn't ya
- An enthusiastic fan of your career, your writing, your sense of humor, your (terrible) saxophone playing, your pickup games of basketball on Saturday mornings
- A convert to your football team... at least on the weeks when her fav team isn't playing yours
- New music you didn't know about
- Someone to tell about that new song you just heard... even if it's kinda cheesy she'll probably give it a try
- Stories of her life before you
- Someone to brag to, who loves listening to you brag
- Whispered sweet nothings
- A helper when you need a hand
- Someone to help—who shows her appreciation in wild and wonderful ways, like cake when it's not your birthday
- Tons of new experiences, new places to go, new foods to try, new friends to learn about, new authors and artists to consider, new lingerie to appreciate
- Someone to grow into and grow comfortable with
- Someone to tell secrets to... good ones and bad ones... without judgement
- Tickling
- Teasing
- Phone calls when your boss isn't within earshot
- Texts when ur boss isn't looking
- A hand to hold, and arms to hold you, when times are tough and you're not sure you can support your own weight any more
- A perspective very different from your own, but meltingly familiar
- Butterflies in your stomach
- The gentle jealousy of being in a secure relationship with someone who's a "catch" in your eyes—yet your eyes are the only ones that count to her
- Massages
- Caressing
- French kisses
- Spooning
- Someone to be insanely, animalistically, proud of at all times
- Someone to be insanely, animalistically, protective of at all times
- Someone to be insane and animalistic with. At any time. ;)
What am I missing out in life if I don't have a girlfriend?的更多相关文章
- error C4430:missing type specifier 解决错误
错误 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ...
- Missing Push Notification Entitlement 问题
最近打包上传是遇到一个问题: 描述: Missing Push Notification Entitlement - Your app includes an API for Apple's Push ...
- PHPmailer关于Extension missing: openssl报错的解决
最近在写一个网页的时候,需要用到PHPmailer来发送邮件,按照官网上给出的demo写出一个例子,却报错Extension missing: openssl 最后发现需要修改php.ini中的配置: ...
- [LeetCode] Missing Number 丢失的数字
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missin ...
- [LeetCode] Missing Ranges 缺失区间
Given a sorted integer array where the range of elements are [0, 99] inclusive, return its missing r ...
- [LeetCode] First Missing Positive 首个缺失的正数
Given an unsorted integer array, find the first missing positive integer. For example,Given [1,2,0] ...
- maven 加入json-lib.jar 报错 Missing artifact net.sf.json-lib:json-lib:jar:2.4:compile
<dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</art ...
- Maven的Missing artifact问题解决
Maven的Missing artifact问题解决 今天在创建一个新的Maven项目时,在其中添加了很多依赖.刚开始为了避免错误就每添加一次,保存一下,Eclipse就会下载相应的包.最后为了 ...
- iOS 之 SVN提交错误:"XXX" is scheduled for addition, but is missing
今天使用SVN提交项目时,出现了这样的提示:"XXX" is scheduled for addition, but is missing.(无关紧要的东西用XXX代替). 看报错 ...
随机推荐
- LinuxShell脚本攻略--第九章 管理重任
收集进程信息 $ ps PID TTY TIME CMD pts/ :: bash pts/ :: ps$ ps -f #-f 显示更详细的信息UID PID PPID C STIME TTY TI ...
- Linux 命令速查
学生信,Linux是最最基本的技能,要尽量将自己的工作平台转移到Linux,编程写脚本,这样会极大的提升工作效率,找工作时也不会太怂.Linux所有的任务都是通过命令来完成的,具有高度的统一性.Lin ...
- WebDriver - 添加失败截图
WebDriver失败截图可以通过两种方式实现: 1. Use WebdriverEventListener 第一步:创建自己的WebDriverEventListener 创建自己的WebDrive ...
- 项目解析- JspLibrary - part2
banner.jsp 验证用户是否登录 <%String manager=(String)session.getAttribute("manager"); //验证用户是否登 ...
- Unity5.3官方VR教程-系列1
如果你不是VR游戏或应用的开发者,可以选择无视下面的内容,这不是给普通用户看的~ 如果你之前曾经为Oculus Rift DK2或者Gear VR开发过,那么心里面一定曾经有千万个草泥马来回奔跑过.虽 ...
- 【bzoj1018】堵塞的交通
[bzoj1018]堵塞的交通 题意 一个\(2*n\)的格子,相邻格子之间有一条道路.初始时道路是不通的. \(C\)个操作,每个操作为三种中的一种:(1)某条道路连起来:(2)某条道路断开:(3) ...
- 学习ASP.NET之前,先了解它
ASP.NET是一个使用HTML,CSS,JavaScript和服务器脚本构建的网页和网站的开发框架,不是一门编程语言. ASP.NET支持三种不同的开发模式:Web Pages(Web页面),MVC ...
- Qt之QRoundProgressBar(圆形进度条)
简述 QRoundProgressBar类能够实现一个圆形进度条,继承自QWidget,并且有和QProgressBar类似的API接口. 简述 详细说明 风格 颜色 字体 共有函数 共有槽函数 详细 ...
- BT5更新源
感谢http://blog.csdn.net/seaos/article/details/7064136终于找到更新成功的源了 下面简单介绍步骤吧 gedit /etc/apt/sources.lis ...
- 杂谈:Servlet(2)
Servlet的方法剖析: 1.service()方法里面做了什么? 2.doGet()与doPost()做了什么?应该怎么写? 回答 1.service()方法里面做了什么? 如果你的service ...