哈佛大学公开课《Positive Psychology 1504》学习笔记 - Summary (最后一节课)

本文主要是介绍哈佛大学公开课《Positive Psychology 1504》学习笔记 - Summary (最后一节课),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1    TOP Eleven 1504 Tips
1.1    The questions you ask
1    The questions you ask will very often determine the quest that you take.
2    And if we only ask the negative questions such as “Why do so many of these individuals fail?” Then we won’t see the potential for the greatness that exists in each individual. If we only ask “How can my relationship be improved?” Then we will not see all the wonders and the treasures and the miracle that exist in the person next to us.  
3    We also need to ask the positive question. What is good about my relationship? What is great about my partner? What is wonderful about myself? What is meaningful to me? What is pleasurable to me? What am I good at?
4    Questions start a quest. And the kind of the quest we start depends on the quality of the question that we ask.
1.2    Believe—in yourself and others
5    They believed in themselves, they had confidence, they had the self efficacy to succeed and to thrive.
6    How do we improve ourselves? By putting ourselves on the line, by coping , by taking risks, by showing ourselves that we can do it through visualization.
1.3    Learn to fail or fail to learn
7    There are no short cuts to success, learn to fail or fail to learn.
8    There is no other way to learn.
1.4    Give yourself the permission to be human
9    No one experience the constantly high, you are going to continue to have those ups and downs.
10    When you experience a painful emotion, you will look at it and say “oh, I’m human. It hurts. I wish it weren’t that way, but I accept it, just like you accept the law of gravity.
11    Permission to be human.
1.5    Open up (journal and/or person)
12    When we write, when we open up, whether it’s in writing or sharing with a person we care about. It can be our best friend, our partner. When we share, when we open up, we are able to make sense about the experience of our lives and enjoy higher levels of happiness.
1.6    Cultivate the benefit finder (express gratitude)
13    The word appreciate has two meanings. One is to say thank you for something which is a nice thing to do. The second meaning is the good grows. When we appreciate the good in our lives, when we appreciate the good in our relationship, when we appreciate our partner, our friends, our classmates, the good grows.
14    When we don’t appreciate, the good depreciates. The important thing is to focus on what is working. Appreciate it so that it appreciates.
1.7    Simplify
15    There can be too much of a good thing.
16    Simplify, assert your self, say no at times when it’s appropriate. Find out what you really, really want to do with your life and do it.
1.8    Cultivate relationships
17    One of the things that can make us happier.
18    And to cultivate relationship means to invest in them, to put time into them, to share, to open up.
1.9    Remember the mind-body connection
19    When we don’t exercise, we have to fight our nature, it’s very difficult to enhance our levels of well being as is to have to also fight against nature that is incredibly difficult.
20    The wonder drug: Exercise at least four times a week for 30 minutes. If you can, do some formal yoga or mindful meditation, if not, at the very least breathe, breathe deeply a few times a day. Three deep breaths can make a big difference. When possible 8 hours or somewhere around 8 hours a night of sleep. And touch, at least 12 hugs a day.
1.10    Strive to be known rather than validated
21    To be known rather than be validated, expressing rather than impressing.  Whether it’s with our romantic partner, our family, our friends, our colleagues, our class, the foundation of the growth of intimacy and passion in long term relationships.
1.11    Introduce behavioral change NOW
22    Whether the one after taking the class enjoy continuous growth throughout their lives, is whether or not you introduce behavioral changes.
23    Introduce behavioral changes now.
2    Spread happiness
24    The ideas of happiness can change the world for the better. To understand what’s going on in your mind, what’s around you and what is in your heart, and how they are connected, and to share it by being practical idealists.
25    You can make a difference. Because one has incredible power. Happiness is contagious.
26    Remember to take care of yourself. Remember to exercise. Remember to asset yourself and say no when appropriate. Remember to cultivate your relationships. Remember what it is really really important for you in your life.


这篇关于哈佛大学公开课《Positive Psychology 1504》学习笔记 - Summary (最后一节课)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/601625

相关文章

Unity新手入门学习殿堂级知识详细讲解(图文)

《Unity新手入门学习殿堂级知识详细讲解(图文)》Unity是一款跨平台游戏引擎,支持2D/3D及VR/AR开发,核心功能模块包括图形、音频、物理等,通过可视化编辑器与脚本扩展实现开发,项目结构含A... 目录入门概述什么是 UnityUnity引擎基础认知编辑器核心操作Unity 编辑器项目模式分类工程

Python学习笔记之getattr和hasattr用法示例详解

《Python学习笔记之getattr和hasattr用法示例详解》在Python中,hasattr()、getattr()和setattr()是一组内置函数,用于对对象的属性进行操作和查询,这篇文章... 目录1.getattr用法详解1.1 基本作用1.2 示例1.3 原理2.hasattr用法详解2.

Go学习记录之runtime包深入解析

《Go学习记录之runtime包深入解析》Go语言runtime包管理运行时环境,涵盖goroutine调度、内存分配、垃圾回收、类型信息等核心功能,:本文主要介绍Go学习记录之runtime包的... 目录前言:一、runtime包内容学习1、作用:① Goroutine和并发控制:② 垃圾回收:③ 栈和

Android学习总结之Java和kotlin区别超详细分析

《Android学习总结之Java和kotlin区别超详细分析》Java和Kotlin都是用于Android开发的编程语言,它们各自具有独特的特点和优势,:本文主要介绍Android学习总结之Ja... 目录一、空安全机制真题 1:Kotlin 如何解决 Java 的 NullPointerExceptio

重新对Java的类加载器的学习方式

《重新对Java的类加载器的学习方式》:本文主要介绍重新对Java的类加载器的学习方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录1、介绍1.1、简介1.2、符号引用和直接引用1、符号引用2、直接引用3、符号转直接的过程2、加载流程3、类加载的分类3.1、显示

Java学习手册之Filter和Listener使用方法

《Java学习手册之Filter和Listener使用方法》:本文主要介绍Java学习手册之Filter和Listener使用方法的相关资料,Filter是一种拦截器,可以在请求到达Servl... 目录一、Filter(过滤器)1. Filter 的工作原理2. Filter 的配置与使用二、Listen

利用Python快速搭建Markdown笔记发布系统

《利用Python快速搭建Markdown笔记发布系统》这篇文章主要为大家详细介绍了使用Python生态的成熟工具,在30分钟内搭建一个支持Markdown渲染、分类标签、全文搜索的私有化知识发布系统... 目录引言:为什么要自建知识博客一、技术选型:极简主义开发栈二、系统架构设计三、核心代码实现(分步解析

Java进阶学习之如何开启远程调式

《Java进阶学习之如何开启远程调式》Java开发中的远程调试是一项至关重要的技能,特别是在处理生产环境的问题或者协作开发时,:本文主要介绍Java进阶学习之如何开启远程调式的相关资料,需要的朋友... 目录概述Java远程调试的开启与底层原理开启Java远程调试底层原理JVM参数总结&nbsMbKKXJx

Java深度学习库DJL实现Python的NumPy方式

《Java深度学习库DJL实现Python的NumPy方式》本文介绍了DJL库的背景和基本功能,包括NDArray的创建、数学运算、数据获取和设置等,同时,还展示了如何使用NDArray进行数据预处理... 目录1 NDArray 的背景介绍1.1 架构2 JavaDJL使用2.1 安装DJL2.2 基本操

HarmonyOS学习(七)——UI(五)常用布局总结

自适应布局 1.1、线性布局(LinearLayout) 通过线性容器Row和Column实现线性布局。Column容器内的子组件按照垂直方向排列,Row组件中的子组件按照水平方向排列。 属性说明space通过space参数设置主轴上子组件的间距,达到各子组件在排列上的等间距效果alignItems设置子组件在交叉轴上的对齐方式,且在各类尺寸屏幕上表现一致,其中交叉轴为垂直时,取值为Vert