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. 2017年7月Web服务器调查报告

    在2017年7月的调查中,我们收到了来自1,767,964,429个网站和6,593,508个面向web的计算机的反馈.这是一个小小的进步,网站的数量增加了100万个(+0.06%),面向web的计算 ...

  2. HDU 6040---Hints of sd0061(STL)

    题目链接 Problem Description sd0061, the legend of Beihang University ACM-ICPC Team, retired last year l ...

  3. 【javascript】回调函数

    1. 定义 回调函数,即当条件满足时执行的函数.有三种方法实现调用回调函数 call 1)call 用法:call(thisObj, Obj) 主要区别:call 方法会将函数对象上下文修改为this ...

  4. ps-ef|grep-vgrep|grepsep|awk'{print"kill-9"$2}'|sh 这个表达式到底是什么意思啊?

    最佳答案   kill 掉sep这个程序ps -ef | 获取当前服务器所有进程grep -v grep 相当于grep自己吧自己过滤掉,就是不显示grepgrep seq 过滤出seqawk 截取 ...

  5. react-router 离开路由前确认

    react路由在做离开前确认时,有两种方法 第一种是我们写的是动态路由,可以做一个简单的离开前确认 path: '/association/administration', component: Ad ...

  6. attr(),addClass()使用方法练习

    这次我主要是想要完成2个li之间样式的变化.方法比较傻,如果有人有更好的办法或者有别问题,希望可以不吝指教. <!DOCTYPE html><html> <head> ...

  7. ABP+AdminLTE+Bootstrap Table权限管理系统一期

       学而时习之,不亦说乎,温顾温知新,可以为师矣. 这也是算是一种学习的方法和态度吧,经常去学习和总结,在博客园看了很多大神的文章,写下一点对于ABP(ABP是“ASP.NET Boilerplat ...

  8. python基础===随机打印txt文件中的某一行

    def find(): txt = open(r'F:\send1.txt','rb') data = txt.read().decode('utf-8') #python3一定要加上这句不然会编码报 ...

  9. android学习笔记Fragment的使用

    Fragment的内容感觉好多啊,主要需要掌握Fragment静态加载,Fragment动态加载,Fragment的生命周期,Fragment与Activity的交互 1,Fragment的静态加载 ...

  10. 使用Maven来创建WEB项目

    IDE: Eclipse Tool:Maven 1. 下载JDK,配置java环境变量 2.下载Maven,配置Maven环境变量 3. 利用Maven来创建WEB项目 (1)按照下面的截图流程创建m ...