Just for today I will try to live through this day only and not tackle my whole life problem at once.I can do something for twelve hours that would appall me if I had to keep it up for a lifetime.

  Just for today I will be happy.This assumes to be true as Abraham Lincoln said,"Most folks are as happy as they make up their minds to be."

  Just for today I will adjust myself to what it is,and not try to adjust everything to my own desires.I will take my"luck"as it comes.

  Just for today I will try to strengthen my mind.I will study.I will learn something userful.I will not be a mental loafer.I will read something that requires effort,thought and concentration.

  Just for today I will exercise my soul in three ways.I will do somebody a good turn and not get found out;if anybody knows of it,it will not count.I will do at least two things I don't want to do just for exercise.I will not show anyone that my feelings are hurt:they may be hurt,but today I will not show them.

  Just for today I will be agreeable.I will look as well as I can,dress becomingly,talk low,act courteously,criticize not one bit,and try not to improve or regulate anybody but myself.

  Just for today I will have a program.I may not follow it exactly,but I will have it.I will save myself from two pests:hurry and indecision.

  Just for today I will have a quiet half hour all by myself and relax.During this half hour,sometime,I will try to get a better perspective of my life.

  Just for today I will be unafraid.Especially I will not be afraid to enjoy what is beautiful,and to believe that as I give to the world,the world will give to me.

随机推荐

  1. Spring定时器实现(二)

    Spring结合quarzt可以实现更复杂的定时器,现做简单介绍相关配置: <?xml version="1.0" encoding="UTF-8"?&g ...

  2. vue-cli的webpack模板项目配置文件分析

    由于最近在vue-cli生成的webpack模板项目的基础上写一个小东西,开发过程中需要改动到build和config里面一些相关的配置,所以刚好趁此机会将所有配置文件看一遍,理一理思路,也便于以后修 ...

  3. UE4 C++BeginPlay And BlueprintBeginPlay

    今天遇到了一个诡异的问题,经过几个小时的煎熬终于找到了原因.mmmp 如果有一个类AActorChild,这个AActorChild继承自AActor,再有一个蓝图类BPAActorChild. 蓝图 ...

  4. 数据结构与算法--KMP算法查找子字符串

    数据结构与算法--KMP算法查找子字符串 部分内容和图片来自这三篇文章: 这篇文章.这篇文章.还有这篇他们写得非常棒.结合他们的解释和自己的理解,完成了本文. 上一节介绍了暴力法查找子字符串,同时也发 ...

  5. POJ 2524 Ubiquitous Religions 解题报告

    Ubiquitous Religions Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 34122   Accepted:  ...

  6. POJ 1308 Is It A Tree? 解题报告

    Is It A Tree? Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 32052   Accepted: 10876 D ...

  7. python 在大文件里面删除某一行,比较有效率的方法

    用 python 处理一个文本时,想要删除其中中某一行,常规的思路是先把文件读入内存,在内存中修改后再写入源文件. 但如果要处理一个很大的文本,比如GB级别的文本时,这种方法不仅需要占用很大内存,而且 ...

  8. leetcode——262. Trips and Users

    The Trips table holds all taxi trips. Each trip has a unique Id, while Client_Id and Driver_Id are b ...

  9. iOS之网络请求NSURLSession剖析

    2013年的WWDC大会上,苹果推出了NSURLSession,对Foundation URL加载系统进行了彻底的重构,提供了更丰富的API来处理网络请求,如:支持http2.0协议.直接把数据下载到 ...

  10. 【Java学习笔记之二十一】抽象类在Java继承中的用法小结

    一.抽象类的基本概念 普通类是一个完善的功能类,可以直接产生实例化对象,并且在普通类中可以包含有构造方法.普通方法.static方法.常量和变量等内容.而抽象类是指在普通类的结构里面增加抽象方法的组成 ...