I want a wife who will take care of my physical needs.

I want a wife who will keep my house clean.

A wife who will pick up after my children, a wife who will pick up after me.

I want a wife who will keep my clothes clean, ironed, mended, replaced when need be, and who will see to it that my personal things are kept in their proper place so that I can find what I need the minute I need it.

I want a wife who cooks the meals, a wife who is a good cook.

I want a wife who will plan the menus, do the necessary grocery shopping, prepare the meals, serve them pleasantly, and then do the cleaning up while I do my studying.

I want a wife who will care for me when I am sick and sympathize with my pain and loss of time from school.

I want a wife to go along when our family takes a vacation so that somesone can aomtinue to care for me and my children when I need a rest and change of scene.

I want a wife who will not bother me with rambling complaints about a wife's duties.

But I want a wife who will listen to me when I feel the need to explain a rather difficult point I have come across in my course of studies.

And I want a wife who type my papers for me when I have written them.

I want a wife who will take care of the details of my social life.

When my wife and I are invited out by my friends, I want a wife who will take care of the babysitting arrangements.

When I meet people at school that I like who will have the house clean, will prepare a special meal, serve it to me and my friends, and not interrupt when I talk about things that interest me and my friends.

I want a wife who will have arranged that the children are fed and ready for bed before my guests arrive so that the children do not bother us.

I want a wife who takes care of the needs of my guests so that they feel comfortable, who makes sure that they have an sahtray, that they are offered a second helping of the food, that their wine glasses are replenished when necessary, that their coffee is served to them as they like it.

And I want a wife who knows that sometimes I need a night out by myself.

I want a wife who is sensitive to my sexual needs, a wife who makes love passionately and eagerly when I feel like it, a wife who makes sure that I am satisfied.

And, of course, I want a wife who will not demand sexual attention when I am not in the mood for it.

I want a wife who assumes the complete responsibility for birth control, because I do not want more children.

I want a wife who will remain sexually faithful to me so that I do not have to clutter up my intellectual life with jealousies.

And I want a wife who understands that my sexual needs may entail more than strict adherence to monogamy.

I must, after all, be able to relate to people as fully as possible.

If, by chance, I find another person more suitable as a wife than the wife I already have, I have the liberty to replace my present wife with another one.

Naturally, I will expect a fresh, new life; my wife will take the children and be solely responsible for them so that I am left free.

When I am through with school and have a job, I want my wife to quit working and remain at home so that my wife can more fully and completely take care of a wife's duties.

My God, who wouldn't want a wife?

Why I Want A Wife的更多相关文章

  1. wife信号如何传播

    方法一:像哈利波特一样穿墙而出 无论是wife信号还是广播信号本质上都属于电磁波.x光穿透力强所以可以穿透人体给体内照相,但是wife信号作为电磁波虽然也可以穿透墙而过,但是他的穿透能力实在是太弱了. ...

  2. How I explained OOD to my wife(转)

    How I explained OOD to my wife Learning Object Oriented Design principles through interesting conver ...

  3. 【The Time Traveller's Wife】

    After reading The Time Traveller's Wife:      It's a tragedy,I think.But it's mixed with hope.Henry ...

  4. 傲骨贤妻第一季/全集The Good Wife迅雷下载

    第一季 The Good Wife Season 1 (2009)看点:在经受丈夫Peter的背叛以及因此而带来的公众羞辱后,Alicia Florrick选择重新继续自己原来的事业,一名辩护律师,以 ...

  5. How I explained Design Patterns to my wife: Part 1

    Introduction Me and my wife had some interesting conversations on Object Oriented Design principles. ...

  6. How I explained OOD to my wife

    Introduction My wife Farhana wants to resume her career as a software developer (she started her car ...

  7. PKU campus 2018 A Wife——差分约束?/dp

    题目:http://poj.openjudge.cn/campus2018/A 有正规的差分约束做法,用到矩阵转置等等. 但也有简单(?)的dp做法. 有一个结论(?):一定要么在一天一点也不选,要么 ...

  8. PKU_campus_2018_A Wife

    思路: 题目链接http://poj.openjudge.cn/practice/C18A/ 先说一个结论,每一天要么7要么0,由此提供一种状态压缩dp的解法. 实现: #include <bi ...

  9. PKUACM2018 A Wife——DP

    题目:http://poj.openjudge.cn/practice/C18A/ 据说正解是差分约束,转化的过程还要用到标准型.对偶型什么的知识,暂时还不太懂... 但也有贪心DP做法,有个结论:一 ...

随机推荐

  1. triton,docker,mesos

    triton user: jill /root/.sdc/docker/jill 下 root@1f6af9d8-8ed9-e940-9c6c-d9505ca25896:~/.sdc/docker/j ...

  2. jQuery实现锚点滑动定位

    go=function(index){ var top = $('#caseNewGuide' + index).offset().top; $('html, body').animate({ scr ...

  3. 兼容谷歌、火狐、IE7.0以上浏览器div+css实现的带有蒙版的半透明弹窗效果[xyytit]

    整个页面变暗的蒙版效果,带有半透明边框的弹窗,用在网站里一定很酷. 最初见与奢饰品购物网站YMALL,后边研究了下,自己做了这个实例. 技术要点:css中几种透明样式的使用.不同的样式在不同的浏览器中 ...

  4. nginx 的 upstream timed out 问题

    nginx 作为负载服务,表现为网站访问很慢,有些文件或页面要等待到60s才会返回,我注意到60s就是超时时间,但是超时后返回状态是正常值200,网站可以正常打开,就是会一直等待到超时才打开,而且问题 ...

  5. Intellij IDEA 热部署处理

     1. 首先参考IDEA热部署同行经验分享:  Intellij IDEA 4种配置热部署的方法 2. IDEA 热部署实战: springboot项目: 不要引入热部署工具包spring-boot- ...

  6. php.ini memory_limit引起的问题

    故障现象    在运行PHP程序,通常会遇到“Fatal Error: Allowed memory size of xxxxxx bytes exhausted”的错误, 这个意味着PHP脚本使用了 ...

  7. 坑爹的HP

    昨天晚上帮人远程修理电脑,情况是这样的: HP CQ45笔记本, 比较老的机器, win32 xp sp3 系统, 突然发现没有声音了,而且右下角也没有出现小喇叭图标. 处理过程: 1.先查看了控制面 ...

  8. php 的 PHPExcel1.8.0 使用教程

    PHPExcel是用来操作Office Excel文档的一个PHP类库,它基于微软的OpenXML标准和PHP语言.可以使用它来读取.写入不同格式的电子表格.   一.下载PHPExcel http: ...

  9. Nmap参数说明

    Nmap(Network Mapper)是一款开放源代码的网络探测和安全审核工具.它的设计目标是快速地扫描大型网络,不适应于单一主机.Nmap使用检测IP数据包来确定访问的主机.提供的服务.数据包的类 ...

  10. laravel使用$errors提取错误信息

    1.控制器 2.模板