A solution to the never shortened to-do list
I once told my younger sister my learning system, and the basic five doctrines of my methodology. But unfortunately, she found out that the method is no use.
In the book of Think of Time as a Friend, a student asked Xiaolai Li, “Does this method work? Really work?” He replies yes, but the student is still doubted about this method. Li advises that you just use it for a period of time, and it will be batter than doing nothing. I agree with it. And this issue will be discussed at my next article.
But this conversation raises another question. Learn what? How to learn? I have some different opinions comparing to Li’s.
For example, Li talked about the experience about his learning at “Children’s Palace” as an elementary student, but finally used it at the age of 35 when he was writing a vocabulary book.
One has a target. So, what the person chooses to do (include what to learn) should be hooked up with his target. The smart person can differentiate the important things from the others. Otherwise, if one has three or more targets (e.g., learning TOEFL, learning Guitar and practicing workout) at the same time, he or she might not succeed in any one of them.
I quote the Google Officer Miltill, “the to-do list never seems to be shortened by the days”. Luckily, I find myself a person who likes to add items to his to-do list readily. And I finally find a rule of thumb: if one ticks even 0.1% (one-tenth of a percent) of the whole to-do list, then the person is excellent enough to achieve what he wants.
Time is limited; first thing first. This is for all the to-do lists, learning contents and time management.
An example: my classmate Xuan Li tells me, if it does not be examined, she does not learn it.
April 27, 2019
永不缩短的待办事项列表的解决方案
2019年4月27日
我曾经告诉过我的妹妹我的学习系统,以及我方法论的基本五个学说。但不幸的是,她发现这种方法毫无用处。
在“把时间当做朋友”一书中,一位学生问李笑来,“这种方法有用吗?真的有用吗?“他回答是的,但学生仍然对这种方法表示怀疑。李建议你只是使用它一段时间,它会比什么都不做更好。我同意。这个问题将在我的下一篇文章中讨论。
但这种对话提出了另一个问题。学习什么?怎么学?与李的相比,我有一些不同的看法。
例如,Li谈到了他作为一名小学生在“儿童宫”学习的经历,但最终在35岁时使用它来写一本词汇书。
一个人有目标。因此,该人选择做什么(包括学习内容)应该与他的目标联系起来。聪明人可以将重要事物与其他事物区分开来。否则,如果一个人有三个或更多目标(例如,学习托福,学习吉他和练习锻炼),他或她可能不会在其中任何一个中取得成功。
我引用谷歌官员米尔蒂尔的话说,“待办事项清单似乎从未被缩短过”。幸运的是,我发现自己是一个喜欢随意添加物品到他的待办事项清单的人。我终于找到了一个拇指的角色:如果一个人甚至超过整个待办事项列表的0.1%(十分之一个百分点),那么这个人就足以达到他想要的目标。
时间有限;首先要做的事情。这适用于所有待办事项列表,学习内容和时间管理。
一个例子:我的同学Xuan Li告诉我,如果没有检查,她就不会学习它。
A solution to the never shortened to-do list的更多相关文章
- Enterprise Solution 3.1 企业应用开发框架 .NET ERP/CRM/MIS 开发框架,C/S架构,SQL Server + ORM(LLBL Gen Pro) + Infragistics WinForms
行业:基于数据库的制造行业管理软件,包含ERP.MRP.CRM.MIS.MES等企业管理软件 数据库平台:SQL Server 2005或以上 系统架构:C/S 开发技术 序号 领域 技术 1 数据库 ...
- Enterprise Solution 开源项目资源汇总 Visual Studio Online 源代码托管 企业管理软件开发框架
Enterprise Solution 是一套管理软件开发框架,在这个框架基础上开发出一套企业资源计划系统Enterprise Edition. 现将Enterprise Solution开发过程中遇 ...
- Windows 10 部署Enterprise Solution 5.5
Windows 10正式版发布以后,新操作系统带来了许多的变化.现在新购买的电脑安装的系统应该是Windows 10.与当初用户不习惯Windows 7,购买新电脑后第一个想做的事情就是重装成XP,估 ...
- Enterprise Solution 企业资源计划管理软件 C/S架构,支持64位系统,企业全面应用集成,制造业信息化
Enterprise Solution是一套完整的企业资源计划系统,功能符合众多制造业客户要求.系统以.NET Framework技术作为开发架构,完善的功能可有效地帮助企业进行运营策划,减低成本,如 ...
- Dynamics CRM 2015-超大Solution导入问题
我们在将比较大的solution导入CRM的时候,经常会遇到超时的问题,这是因为CRM的本身的优化限制导致的,那么如何解决呢? 官方已经有了解决方案了. 在浏览完两种解决方法之后,我们要知道的是: 1 ...
- WATERHAMMER: A COMPLEX PHENOMENON WITH A SIMPLE SOLUTION
开启阅读模式 WATERHAMMER A COMPLEX PHENOMENON WITH A SIMPLE SOLUTION Waterhammer is an impact load that is ...
- Codility NumberSolitaire Solution
1.题目: A game for one player is played on a board consisting of N consecutive squares, numbered from ...
- codility flags solution
How to solve this HARD issue 1. Problem: A non-empty zero-indexed array A consisting of N integers i ...
- The Solution of UESTC 2016 Summer Training #1 Div.2 Problem C
Link http://acm.hust.edu.cn/vjudge/contest/121539#problem/C Description standard input/output After ...
随机推荐
- jQuery 文本框 光标 移动到 文字最后
方法一:调用办法:setCaretToPos(document.getElementById("YOURINPUT"), 4); function setSelectionRang ...
- [深度学习]TensorFlow安装
virtualenv 可以用来建立一个专属于项目的python环境,保持一个干净的环境.只需要通过命令创建一个虚拟环境,不用的时候通过命令退出,删除.实践证明用虚拟环境能避免很多糟心的事. 下面介绍一 ...
- c++ 广度优先搜索(宽搜)
c++ bfs基本应用 Knight Moves 题目描述 贝茜和她的表妹在玩一个简化版的国际象棋.棋盘如图所示: 贝茜和表妹各有一颗棋子.棋子每次移一步,且棋子只能往如图所示的八个方向移动.比赛的规 ...
- Spring Boot + Elasticsearch实现大批量数据集下中文的精确匹配-案例剖析
缘由 数据存储在MYSQ库中,数据基本维持不变,但数据量又较大(几千万)放在MYSQL中查询效率上较慢,寻求一种简单有效的方式提高查询效率,MYSQL并不擅长大规模数据量下的数据查询. 技术方案 考虑 ...
- Bzoj 1040 [ZJOI2008]骑士 题解
1040: [ZJOI2008]骑士 Time Limit: 10 Sec Memory Limit: 162 MBSubmit: 5368 Solved: 2044[Submit][Status ...
- secureCRT背景颜色
secureCRT是我们常用的linux远程登录软件,某些情况下我们安装的secureCRT工具可能默认背景颜色为白色,使用时很容易造成眼睛的疲劳,网上有些教程也只是修改当前登录窗口背景颜色,新的连接 ...
- 关于Linux服务器配置java环境遇到的问题
关于Linux服务器配置java环境遇到的问题 将下载好的JDK安装包解压到/etc/local/路径下,安装完后用vim/etc/profile文件,在文件末尾添加 export JAVA_HOME ...
- js 使用ES6 实现从json中取值并返回新的数组或者字符串
1.获取的json数据是这样的: data:[ { 'Id': '1', 'Phone': '123456', 'Name': '张三', }, { 'Id': '2', 'Phone': '7894 ...
- youku_androidid
youku_androidid = 1310; imei screenwidth screenhight
- 【Go】类似csv的数据日志组件设计
原文链接:https://blog.thinkeridea.com/201907/go/csv_like_data_logs.html 我们业务每天需要记录大量的日志数据,且这些数据十分重要,它们是公 ...