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. 决策树(C4.5)原理

    决策树c4.5算法是在决策树ID3上面演变而来. 在ID3中: 信息增益 按属性A划分数据集S的信息增益Gain(S,A)为样本集S的熵减去按属性A划分S后的样本子集的熵,即 在此基础上,C4.5计算 ...

  2. select可选择、同时可自行输入

    HTML部分: <li class="bl-form-group"> <label>诊断医生</label> <div class=&qu ...

  3. 【Django】中间件

    Middleware 这个地方把所有Request 拦截住,用我们自己的方式完成处理以后直接返回 Response.因此了解中间件的构成是非常必要的. Initializer: __init__(se ...

  4. 机器学习(3)-Tensorflow安装与测试

    安装.# Ubuntu/Linux 64-bit $ sudo apt-get install python-pip python-dev # Ubuntu/Linux 64-bit, CPU onl ...

  5. Android APP 内部捐赠实现(支付宝&微信)

    Android APP 内部捐赠实现(支付宝&微信) 目前支持 支付宝和 微信. 项目地址:https://github.com/didikee/AndroidDonate https://p ...

  6. Mac下安装 MongoDB

    Mac 下安装 MongoDB 一般有两种方法,一种是通过源码安装,一种是直接使用 homebrew ,个人推荐使用 homebrew ,简单粗暴. 1.安装 homebrew : /usr/bin/ ...

  7. 计时器C#

    用于测某一方法执行所用的时间: Stopwatch sw = new Stopwatch(); sw.Start(); //功能代码块 sw.Stop(); long totalTime = sw.E ...

  8. year:2017 month:7 day:17

    2017-07-17 JavaScript 1.javascript 中的运算符 (1)算数运算符:+ ,- ,* ,/ ,% (2)位运算符:& ,| ,~  ,^ ,<< (左 ...

  9. VM虚拟机中安装Linux操作系统

    本文操作步骤,笔者已实验成功 (前提:正确安装VM并激活) 1,点击新建虚拟机,在页面上选择"自定义",点击下一步 2,进入选择虚拟机硬件兼容页面,这里一般不用操作,直接点击下一步 ...

  10. 调皮的QQ音乐API:修复无法获取歌单

    上一篇完整版:http://www.cnblogs.com/TwilightLemon/p/7076938.html QQ音乐的API真是太调皮了,获取歌单的API又更换了好多次,喵喵喵 旧版API( ...