1. This moment will nap, you will have a dream; but this moment study, you will interpret a dream.
此刻打盹,你将做梦;而此刻学习,你将圆梦。
2. I leave uncultivated today, was precisely yesterday perishes tomorrow which person of the body implored.
我荒废的今日,正是昨日殒身之人祈求的明日。
3. Thought is already is late, exactly is the earliest time.
觉得为时已晚的时候,恰恰是最早的时候。
4. Not matter of the today will drag tomorrow.
勿将今日之事拖到明日。
5. Time the study pain is temporary, has not learned the pain is life-long.
学习时的苦痛是暂时的,未学到的痛苦是终生的。
6. Studies this matter, lacks the time, but is lacks diligently.
学习这件事,不是缺乏时间,而是缺乏努力。
7. Perhaps happiness does not arrange the position, but succeeds must arrange the position.
幸福或许不排名次,但成功必排名次。
8. The study certainly is not the life complete. But, since continually life part of - studies also are unable to conquer, what but also can make?
学习并不是人生的全部。但,既然连人生的一部分——学习也无法征服,还能做什么呢?
9. Please enjoy the pain which is unable to avoid.
请享受无法回避的痛苦。
10. Only has compared to the others early, diligently, can feel the successful taste.
只有比别人更早、更勤奋地努力,才能尝到成功的滋味。
11. Nobody can casually succeed; it comes from the thorough self-control and the will.
谁也不能随随便便成功,它来自彻底的自我管理和毅力。
12. The time is passing.
时间在流逝。
13. Now drips the saliva, will become tomorrow the tear.
现在淌的哈喇子,将成为明天的眼泪。
14. The dog equally study, the gentleman equally plays.
狗一样地学,绅士一样地玩。
15. Today does not walk, will have to run tomorrow.
今天不走,明天要跑。
16. The investment future person will be, will be loyal to the reality person.
投资未来的人是忠于现实的人。
17. The education level represents the income.
教育程度代表收入。
18. One day, has not been able again to come.
一天过完,不会再来。
19. Even if the present, the match does not stop changes the page.
即使现在,对手也不停地翻动书页。
20. Has not been difficult, then does not have attains
没有艰辛,便无所获。

随机推荐

  1. (转)MySQL中char(36)被认为是GUID导致的BUG及解决方案

    有时候在使用Toad或在程序中,偶尔会遇到如下的错误: System.FormatExceptionGUID 应包含带 4 个短划线的 32 位数(xxxxxxxx-xxxx-xxxx-xxxx-xx ...

  2. 03、装饰模式(Decorator)

    一.概念: 动态的给一个对象添加一些额外的职责,就增加的功能来说,装饰模式比生成子类更为灵活.[DP] 二.通俗的理解: 装饰模式是利用其中的方法为来对对象进行包装的,这样每个包装对象的事项就和如何使 ...

  3. Python程序调试工具Py-Spy

    序言 如果你是从Java语言开发转Python开发,可能在庆幸自己的开发效率提高了很多,但是也有痛苦的时候,比如你会怀念jstack,jmap, 等各种工具在生产环境做perfomance tunin ...

  4. 【git】【Idea】git刷新获取远程分支列表,可以在idea上看到最新的远程分支列表

    [前提:本地项目是从GitLab或gitHub这些远程仓库上拉下来的 ,并且本地安装了git] ==================================================== ...

  5. WPF 高级篇 MVVM (MVVMlight) 依赖注入使用Messagebox

    原文:WPF 高级篇 MVVM (MVVMlight) 依赖注入使用Messagebox MVVMlight 实现依赖注入 把弹框功能 和接口功能注入到各个插件中 使用依赖注入 先把所有的ViewMo ...

  6. sql中别名加as和不加as的区别

    select UserName as 用户名,PassWord as 密码 from user 与 select UserName 用户名,PassWord 密码 from user 中as用于不用的 ...

  7. SVN服务端安装和仓库的创建

    1.安装SVN服务端 双击运行: 点击[next] 勾上复选框,点击[next] 使用默认选项,点击[next] 点击[Standard Edition]建议端口号不用443,因为Vmware占用了, ...

  8. Python - 基本数据类型 - 第二天

    Python3 基本数据类型 Python 中的变量不需要声明.每个变量在使用前都必须赋值,变量赋值以后该变量才会被创建. 在 Python 中,变量就是变量,它没有类型,我们所说的"类型& ...

  9. Java面试必问通信框架NIO,原理详解

    NIO 流与块 通道与缓冲区 缓冲区状态变量 文件 NIO 实例 选择器 套接字 NIO 实例 内存映射文件 NIO与IO对比 Path Files NIO 新的输入/输出 (NIO) 库是在 JDK ...

  10. Python中itertools.groupby分组的使用

    Python中itertools.groupby分组的使用 有时候我们需要给一个列表按照某个属性分组,可以借助groupby来实现. 比如:一下列表我想以严重程度给它分组,并求出每组的元素个数. fr ...