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. Java8 新特性 Optional 类

    Optional 类的简介   Optional类的是来自谷歌Guava的启发,然后就加入到Java8新特性中去了.Optional类主要就是为子决解价值亿万的错误,空指针异常.   Optional ...

  2. c++小学期大作业攻略(二)整体思路+主界面

    写在前面:如果我曾经说过要在第一周之内写完大作业,那……肯定是你听错了.不过如果我在写的时候有攻略看的话应该可以轻松地在4~5天内做完,然后觉得写攻略的人是个小天使吧(疯狂暗示).出于给大家自由发挥的 ...

  3. C# 直接清空缓存方法

    注意要使用 HttpContext.Current.Cache.Remove(cacheKey); 不能使用 HttpRuntime.Cache[cacheKey]=null;

  4. https的原理入门

    现在基本上互联网上访问的地址都是使用HTTPS协议了,只有局域网才会使用HTTP协议,因此了解HTTPS十分重要. HTTP存在的问题 上过网的朋友都知道,网络是非常不安全的.尤其是公共场所有很多免费 ...

  5. WPF DataGrid横向显示

    前言 利用各种变换,将其水平改向至横向显示. 注意的是要固定好单元格的高宽,或者手动编写style 否者在滚动的时候,会有高宽比例不一样的时候 再其次,要注意datagrid的容器或者datagrid ...

  6. asp.net core MVC 入门学习

    前言 .net core 已经更新到2.0以上的版本了,今天才开始正式接触,深为程序员,丢脸了,作为无所不能的IT人,我着手折腾一下这个跨平台的开发框架. (转载自百度百科).NET Core 是.N ...

  7. .net文件上传的坑记录

    传送门:https://www.cnblogs.com/akwwl/p/3573666.html 之前错误:使用layui与web uploader上传文件都报异常,后来终于找到原因是asp.net默 ...

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

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

  9. RFID相关知识总结(超高频UHF)

    RFID标签分类 1.LF(Low frequency) 低频 频段范围: 125 KHz-135KHz(ISO18000-2) 常见应用:该频段特点是具有良好的物体穿透能力.广泛应用于进出管理.门禁 ...

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

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