Nothing to say
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
没有艰辛,便无所获。
随机推荐
- python多条插入问题
多条插入用excutemany(listtuple) #coding=utf-8 import MySQLdb import traceback sqlstr= "insert into t ...
- Redis(四)Pub/Sub
发布与订阅 Pub/Sub模式应该非常熟悉,在现实应用中被广泛的使用.如:微博中关注某个号,这个号有发新博时,关注的都会收到:github上watch了某个项目,当有issue时,就会发邮件. Red ...
- 后台数据转换成Excel,前台下载
<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactI ...
- table中td文字超出长度用省略号隐藏超出内容,鼠标点击内容全部显示
1,设置css样式 <style>table {width: 100%;float: left;table-layout:fixed;width:600px;border:1px soli ...
- ImageUtility辅助类
public class ImageUtility { #region 合并用户QR图片和用户头像 /// <summary> /// 合并用户QR图片和用户头像 /// </sum ...
- C# vb .NET读取识别条形码线性条码UPC-A
UPC-A是比较常见的条形码编码规则类型的一种.如何在C#,vb等.NET平台语言里实现快速准确读取该类型条形码呢?答案是使用SharpBarcode! SharpBarcode是C#快速高效.准确的 ...
- poj3045 Cow Acrobats (思维,贪心)
题目: poj3045 Cow Acrobats 解析: 贪心题,类似于国王游戏 考虑两个相邻的牛\(i\),\(j\) 设他们上面的牛的重量一共为\(sum\) 把\(i\)放在上面,危险值分别为\ ...
- SpringBoot2.0整合fastjson的正确姿势
SpringBoot2.0如何集成fastjson?在网上查了一堆资料,但是各文章的说法不一,有些还是错的,可能只是简单测试一下就认为ok了,最后有没生效都不知道.恰逢公司项目需要将J ...
- 在dockers中调试dump的dotnet程序
其他调试参考文章 centos7使用lldb调试netcore应用转储dump文件 centos7 lldb 调试netcore应用的内存泄漏和死循环示例(dump文件调试) 生成dump文件 如何在 ...
- Spark GraphX图计算核心算子实战【AggreagteMessage】
一.简介 参考博客:https://www.cnblogs.com/yszd/p/10186556.html 二.代码实现 package graphx import org.apache.log4j ...