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代替). 看报错 ...
随机推荐
- vim 学习记录
VIM中PHP代码使用tab键自动完成 更新于 2013-01-18 05:47:55UEANER 目录结构 $ tree -C ~/.vim | grep -v ".cnx" | ...
- js更改input标签的读写属性
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- mysql设置编码
1.修改数据库的编码 将数据库(test)的编码方式修改为utf8,如: ALTER DATABASE `test` DEFAULT CHARACTER SET utf8 COLLATE ut ...
- mouseenter和mouseout中间的时间控制
为了防止鼠标快速滑过div而加的时间限制: 在看延迟绑定时候看到,这也算是延迟绑定了?:(20130909) <!DOCTYPE html> <html lang="en& ...
- 關於my97datepicker
原因的一篇是比較老的版本了 目前使用4.72 目前碰到一種情況就是使用了PopUpForm.js,也就是在頁面中彈出一個框,用來編輯,或者添加數據等功能. 使用知道時間會出現一種情況.時間顯示被ifr ...
- jdbc 配置properties实现
package com.web.study; import java.io.InputStream; import java.sql.Connection; import java.sql.Drive ...
- viewDidLoad && loadView
viewDidLoad 方法在controller加载了相关的views后被调用,而不论这些views存储在nib文件里还是在loadView函数中生成. loadView 方法在控制器的 view ...
- SAP 预制发票时扣除已预制的数据
INCLUDE程序: LMR1MF6S 最后增强: ENHANCEMENT ZMIR7_01. "active version DATA:LS_YDRSEG LIKE LINE OF YDR ...
- HTML5的 2D SVG和SVG DOM的学习笔记(1)
(项目中要使用SVG,只好补充知识了) HTML体系中,最常用的绘制矢量图的技术是SVG和HTML5新增加的canvas元素.这两种技术都支持绘制矢量图和光栅图. 一.SVG概述 可缩放矢量图形(Sc ...
- 使用js给页面显示的图片添加水印效果
功能描述:使用Jquery 给页面的图片添加 版权信息水印. 这里的水印并不是真的把每一张图片上都添加了水印.而是在图片的上方添加了一个层,层中包含了水印图片效果就像是图片上加了水印. 功能原理:1, ...