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?的更多相关文章

  1. error C4430:missing type specifier 解决错误

    错误    3    error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ...

  2. Missing Push Notification Entitlement 问题

    最近打包上传是遇到一个问题: 描述: Missing Push Notification Entitlement - Your app includes an API for Apple's Push ...

  3. PHPmailer关于Extension missing: openssl报错的解决

    最近在写一个网页的时候,需要用到PHPmailer来发送邮件,按照官网上给出的demo写出一个例子,却报错Extension missing: openssl 最后发现需要修改php.ini中的配置: ...

  4. [LeetCode] Missing Number 丢失的数字

    Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missin ...

  5. [LeetCode] Missing Ranges 缺失区间

    Given a sorted integer array where the range of elements are [0, 99] inclusive, return its missing r ...

  6. [LeetCode] First Missing Positive 首个缺失的正数

    Given an unsorted integer array, find the first missing positive integer. For example,Given [1,2,0]  ...

  7. 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 ...

  8. Maven的Missing artifact问题解决

     Maven的Missing artifact问题解决   今天在创建一个新的Maven项目时,在其中添加了很多依赖.刚开始为了避免错误就每添加一次,保存一下,Eclipse就会下载相应的包.最后为了 ...

  9. iOS 之 SVN提交错误:"XXX" is scheduled for addition, but is missing

    今天使用SVN提交项目时,出现了这样的提示:"XXX" is scheduled for addition, but is missing.(无关紧要的东西用XXX代替). 看报错 ...

随机推荐

  1. linux runlevel

    Linux系统有7个运行级别(runlevel)运行级别0:系统停机状态,系统默认运行级别不能设为0,否则不能正常启动运行级别1:单用户工作状态,root权限,用于系统维护,禁止远程登陆运行级别2:多 ...

  2. json方法

    http://penghuaiyi.iteye.com/blog/1922632 package com.yd.web.util; import java.lang.reflect.Type; imp ...

  3. git 10.8

    git clone xxxx.git生成一个本地的文件夹acd agit checkout -b abcgit checkout mastergit pull然后数据全部由更新 但是是远程的更新 不能 ...

  4. 大S《美容大王》内容80%都是没用的东西

    揭20位明星真实人品 我在她大陆的企划公司工作过,见过她N次了,对人态度蛮不错的,而且很爱开玩笑,但感觉很假很抠门.只要一回公司她就黏着请她吃饭.她很主动很霸道,她和周渝民交往,原因之一就是周什么都听 ...

  5. mismatch位置(MD tag)- sam/bam格式解读进阶

    这算是第二讲了,前面一讲是:Edit Distance编辑距离(NM tag)- sam/bam格式解读进阶 MD是mismatch位置的字符串的表示形式,貌似在call SNP和indel的时候会用 ...

  6. webpages框架中使用Html.TextArea()在前台显示多行信息时,如何进行大小、样式的设置

    环境:vs2015 webpages框架+razor语法: 目的:服务器进行数据更新操作后,在前台显示更新的相关信息: 后台代码:将更新条数等相关信息存储在一个变量中: @{ var serverIn ...

  7. 【转】 C++ vector用法

    在c++中,vector是一个十分有用的容器,下面对这个容器做一下总结. 1 基本操作 (1)头文件#include<vector>. (2)创建vector对象,vector<in ...

  8. JBPM工作流入门总结

    关于JBPM工作流 1.工作流 工作流是一项分离业务操作和系统流程的技术.工作流由实体(Entity).参与者(Participant).流程定义(Flow Definition).工作流引擎(Eng ...

  9. WinForm应用程序之注册模块的设计与实现

    Posted on 2012-11-13 10:21 星星之火116 阅读(3260) 评论(4) 编辑 收藏 我们在安装一些桌面应用程序的时候,往往在会有提示当前用户使用的是试用版,要进行注册.刚好 ...

  10. [转载]SoapUI 参数化&数据库连接

    引用自 : http://www.cnblogs.com/liulinghua90/p/4954045.html 如果是没有代码能力的小白,要利用工具进行接口测试的时候,经常会遇到接口地址 或者接口参 ...