search
HomeCommon ProblemHow to set goals to improve your learning results?


At the beginning of every year, I believe everyone will set various flags for themselves for the new year. For example, improve your programming skills, learn to write, read 50 books, exercise once a week, etc.

At the end of the year, I took out the list I made at the beginning of the year and found that all the flags were upside down. Is this the case for most people? Anyway, fourth brother is like this, hehe.

Tell you a story.

There were three hunting dogs chasing a woodchuck, and the woodchuck got into a tree hole. This tree hole has only one exit. Suddenly, a rabbit emerged from the tree hole, ran quickly, and climbed up a big tree. The rabbit failed to stand firm on the tree and fell down, knocking out the three hunting dogs who were looking up. Finally, the rabbit escaped.

The story is over. After listening to it, do you have any questions?

Some people say: Rabbits can’t climb trees! Some people say: It is impossible for a rabbit to knock out three hunting dogs at the same time. All good questions. But, have you ever noticed: Where are the groundhogs?

The groundhog is your target.

We face complex environments, and over time, we often lose sight of our goals.

The problem is actually not with your own wishes, but with setting goals.

Teacher Tuobuhua mentioned in "How to Become an Efficient Learner" that a reasonable learning goal needs to meet at least four conditions:

  1. There is a scene;
  2. There is a distance;
  3. There is a handhold;
  4. There are stairs;

Let’s talk about these four conditions respectively:

There are scenarios

There are scenarios. This is easy to understand. That is, if we achieve the goal, we need somewhere to verify it; we have learned the same Something that can be used in at least one place.

Having scene verification means applying what we have learned, so that we can learn faster and master it more firmly.

For example, if we newly learn the Go language, if we don’t use it in the company and just learn it in private, we will definitely not have a deep grasp of it. If one day the company asks you to start developing business using Go language, then I am sure that your personal practice in this month will definitely gain more and knowledge points will be more solid than what you learned in the previous months.

In fact, everyone will have this experience more or less.

This is the value of the scene.

There is a distance

There is a distance, which means there must be a slight gap between your goals and your current situation.

For example, if your current annual income is 100W, and the income target you set for yourself in the new year is 101W, you can achieve this goal with a little effort, because the goal is too close to the current situation, and it is difficult to see the effect. You also lack the motivation to fight.

So a good goal should be at a certain distance from your current situation, and it can only be achieved by jumping.

Have a starting point

The so-called having a starting point means "there must be a starting point for implementation", that is, there must be a specific starting point Where to start.

Many people set goals without focusing on the details. For example, the goal is to read 50 books a year. But where to start? What kind of books do you read? How far have you read? There are no concrete plans. The high probability is that as time goes by, this goal will be lost.

So when setting a goal, you can at least clarify the following points:

  1. Start and end time;
  2. Specific execution action, for example, you say I want to read 50 books, this is an abstract action, and if You said you want to read for half an hour at noon every day. This is the specific action;
  3. The number of actions performed, for example, reading 30 pages of books every day, can be quantified;
  4. The degree of completion of an action needs to be clarified from the beginning. To what extent is this action truly completed? To avoid confusing yourself, for example, to what extent is it considered completed after reading a book and can I write reading notes? Or can you explain the concepts in the book clearly so that others can understand them?

These specific points are the "hands". Only when the "hands" are clear can all our strength and passion be released.

There are ladders

There are ladders, which are actually setting up ladder goals to achieve the ultimate goal.

When most of us set goals for ourselves, we especially like to set an ultimate goal for ourselves at the beginning, and then divide it evenly according to time. For example, if we plan to read 50 books this year, then it will probably Just read one book a week. In fact, this is unreasonable.

The process of achieving a good goal must have steps. For example, what is the first step and what is the second step? They must be different and progressive.

Let’s use reading as an analogy. I don’t have any experience or skills in reading at the beginning. It may be difficult to read one book every week; but if you can persist in reading, as your reading experience accumulates, you can read every week. After reading 2 to 3 books, and still mastering it well, you should timely raise the goals for the next stage at this time, so that you can achieve your goals step by step.

In this way, each level of the ladder is a new challenge, and different learning and training methods must be used to stimulate one's own spirit of exploration, instead of just repeating it every day like before. It's not learning, it's consuming your own willpower.

Now we know that a good goal should have four characteristics: scene, distance, grip, and ladder. Interested students may wish to try to set their own goals from these perspectives, or you can If you have any other good ideas, please leave a message to share!


"You have an apple, I have an apple, and we exchange each other, then you and I still have an apple each. But if you have a thought and I have a thought, We exchange with each other, then each of us will have two thoughts.”

The above is the detailed content of How to set goals to improve your learning results?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Golang菜鸟. If there is any infringement, please contact admin@php.cn delete
如何通过编写代码来学习 PHP8 中的文件操作技巧如何通过编写代码来学习 PHP8 中的文件操作技巧Sep 12, 2023 pm 04:25 PM

如何通过编写代码来学习PHP8中的文件操作技巧PHP是一种广泛应用于Web开发的脚本语言,能够方便地对文件进行操作,如读写文件、创建目录等。掌握PHP的文件操作技巧对于开发人员来说是非常重要的。本文将介绍如何通过编写代码来学习PHP8中的文件操作技巧。第一步:搭建PHP开发环境在学习PHP的文件操作技巧之前,我们首先需要搭建一个P

从零开始学Spring Cloud从零开始学Spring CloudJun 22, 2023 am 08:11 AM

作为一名Java开发者,学习和使用Spring框架已经是一项必不可少的技能。而随着云计算和微服务的盛行,学习和使用SpringCloud成为了另一个必须要掌握的技能。SpringCloud是一个基于SpringBoot的用于快速构建分布式系统的开发工具集。它为开发者提供了一系列的组件,包括服务注册与发现、配置中心、负载均衡和断路器等,使得开发者在构建微

从零开始学习Django框架:实用教程和示例从零开始学习Django框架:实用教程和示例Sep 28, 2023 am 08:42 AM

从零开始学习Django框架:实用教程和示例Django是一种流行的PythonWeb应用程序框架,它简化了网站的开发过程。它提供了一套强大的工具和库,帮助开发者构建高效、可扩展和安全的Web应用程序。对于初学者来说,学习Django可能会有些困难,但是通过一些实用的教程和示例,你可以快速上手并了解这个框架的核心概念和用法。本文将带你逐步学习Django框

轻松学会win7怎么还原系统轻松学会win7怎么还原系统Jul 09, 2023 pm 07:25 PM

win7系统自带有备份还原系统的功能,如果之前有给win7系统备份的话,当电脑出现系统故障的时候,我们可以尝试通过win7还原系统修复。那么win7怎么还原系统呢?下面小编就教下大家如何还原win7系统。具体的步骤如下:1、开机在进入Windows系统启动画面之前按下F8键,然后出现系统启动菜单,选择安全模式登陆即可进入。2、进入安全模式之后,点击“开始”→“所有程序”→“附件”→“系统工具”→“系统还原”。3、最后只要选择最近手动设置过的还原点以及其他自动的还原点都可以,但是最好下一步之前点击

学习PHP中的PHPUNIT框架学习PHP中的PHPUNIT框架Jun 22, 2023 am 09:48 AM

随着Web应用程序的需求越来越高,PHP技术在开发领域中变得越来越重要。在PHP开发方面,测试是一个必要的步骤,它可以帮助开发者确保他们创建的代码在各种情况下都可靠和实用。在PHP中,一个流行的测试框架是PHPUnit。PHPUnit是一个基于Junit的测试框架,其目的是创建高质量、可维护和可重复的代码。下面是一些学习使用PHPUnit框架的基础知识和步骤

分割后门训练的后门防御方法:DBD分割后门训练的后门防御方法:DBDApr 25, 2023 pm 11:16 PM

香港中文大学(深圳)吴保元教授课题组和浙江大学秦湛教授课题组联合发表了一篇后门防御领域的文章,已顺利被ICLR2022接收。近年来,后门问题受到人们的广泛关注。随着后门攻击的不断提出,提出针对一般化后门攻击的防御方法变得愈加困难。该论文提出了一个基于分割后门训练过程的后门防御方法。本文揭示了后门攻击就是一个将后门投影到特征空间的端到端监督训练方法。在此基础上,本文分割训练过程来避免后门攻击。该方法与其他后门防御方法进行了对比实验,证明了该方法的有效性。收录会议:ICLR2022文章链接:http

轻松学会win7如何升级win10系统轻松学会win7如何升级win10系统Jul 15, 2023 am 09:37 AM

随着win10系统的成熟,微软停止win7的更新和支持,越来越多人选择win10系统使用,打算将自己的win7升级win10系统。不过很多小伙伴不知道win7如何升级win10系统,找不到升级的按键。下面小编教大家一个简单的win7升级win10系统的方法。我们可以借助工具轻松实现win7升级安装win10的方法,具体的操作步骤如下:1、先在电脑上下载安装小鱼一键重装系统工具并打开,关闭电脑的杀毒软件,备份c盘重要资料。然后选择需要安装的win10系统点击安装此系统。2、这个界面选择想要安装的软

我能学习Selenium而不了解Java吗?我能学习Selenium而不了解Java吗?Sep 11, 2023 pm 07:09 PM

这个问题涉及到许多实际上并不了解核心技术并希望在SeleniumAutomation领域发展职业生涯的专业人士。编码这个术语让非程序员有点害怕,甚至不敢从自动化之类的东西开始。人们认为非程序员无法在自动化方面表现出色,但这只是在头脑中。许多值得和有能力的手动测试人员回避Selenium,只是认为它需要一些特殊技能。Selenium脚本是用多种语言设计的,例如Python、Ruby、C#、JavaScript和Java就是其中之一他们当中就有这样的人。了解了Java的受欢迎程度和未来前景,现在更倾

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools