Why I Want A Wife
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的更多相关文章
- wife信号如何传播
方法一:像哈利波特一样穿墙而出 无论是wife信号还是广播信号本质上都属于电磁波.x光穿透力强所以可以穿透人体给体内照相,但是wife信号作为电磁波虽然也可以穿透墙而过,但是他的穿透能力实在是太弱了. ...
- How I explained OOD to my wife(转)
How I explained OOD to my wife Learning Object Oriented Design principles through interesting conver ...
- 【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 ...
- 傲骨贤妻第一季/全集The Good Wife迅雷下载
第一季 The Good Wife Season 1 (2009)看点:在经受丈夫Peter的背叛以及因此而带来的公众羞辱后,Alicia Florrick选择重新继续自己原来的事业,一名辩护律师,以 ...
- How I explained Design Patterns to my wife: Part 1
Introduction Me and my wife had some interesting conversations on Object Oriented Design principles. ...
- How I explained OOD to my wife
Introduction My wife Farhana wants to resume her career as a software developer (she started her car ...
- PKU campus 2018 A Wife——差分约束?/dp
题目:http://poj.openjudge.cn/campus2018/A 有正规的差分约束做法,用到矩阵转置等等. 但也有简单(?)的dp做法. 有一个结论(?):一定要么在一天一点也不选,要么 ...
- PKU_campus_2018_A Wife
思路: 题目链接http://poj.openjudge.cn/practice/C18A/ 先说一个结论,每一天要么7要么0,由此提供一种状态压缩dp的解法. 实现: #include <bi ...
- PKUACM2018 A Wife——DP
题目:http://poj.openjudge.cn/practice/C18A/ 据说正解是差分约束,转化的过程还要用到标准型.对偶型什么的知识,暂时还不太懂... 但也有贪心DP做法,有个结论:一 ...
随机推荐
- python mysql connector
install pip install mysql-connector-python-rf 报错 从https://dev.mysql.com/downloads/connector/python ...
- Mysql 中json 相关函数的使用
1.JSON_LENGTH: select content from test1 ["1","2","3","4",&q ...
- 常用mysql text 类型,varchar最大长度
MySQL 3种text类型的最大长度如下: TEXT 65,535 bytes ~64kb MEDIUMTEXT 16,777,215 bytes ~16Mb LONGTEXT 4,294,967, ...
- SpringBoot配置文件YML 注意事项
YML读取注意事项 使用YML时遇到的坑: 最近在做项目时,遇到了一些在读取YML配置时发生的问题,在这里写一并写下来,希望给自己以及大家一个提示,能尽量避免在读取配置文件时发生这些错误,给开发带来不 ...
- Cannot create inner bean '(inner bean)#67f903b5' of typ
严重: Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error crea ...
- clear(), evict(), flush()三种方法的用法实例
先贴代码: @Before public void init() { System.out.println("Test开始之前执行"); Configuration configu ...
- 'org.hibernate.SQLQuery' is deprecated
'org.hibernate.SQLQuery' is deprecated 在Hibernate5.2之后,SQLQuery已经被摒弃,改用NativeQuery代替了. 在Hibernate中使用 ...
- Marriage Match II(二分+并查集+最大流,好题)
Marriage Match II http://acm.hdu.edu.cn/showproblem.php?pid=3081 Time Limit: 2000/1000 MS (Java/Othe ...
- 利用python实现冒泡排序
1.先生存一个随机数组成的list 2.然后进行排序,把大的元素放在后面,小的元素放在前面,最终实现从小到大排列 首先生存一个随机数组成的list import random # print(sys. ...
- css菜鸟学习之text-align属性,行内元素,块级元素居中详解
一.text-align属性 1.text-align用来设置元素中的的文本对齐方式,例如:如果需要设置图片的对齐方式,需要设置图片的父元素的text-align属性: 2.text-align只对文 ...