L451 How to Cool down After Exercise

We are taught from childhood that warming up is a must in preparation for any exercise. It allows us to gear our muscles up for the strain we are about to place on them and prevent injury. More importantly, it steadily increases the heart rate and circulation, which loosens joints and increases blood flow to the muscles. These all help towards an effective workout.
我们从小就被教导,热身是准备任何运动的必要条件。它能让我们的肌肉为我们即将施加的压力做好准备,防止受伤。更重要的是,它稳定地增加心率和循环,放松关节,增加肌肉的血流量。这些都有助于有效的锻炼。

But cooling down is as important as warming up. It prevents dizziness, helps return the heart rate back to normal and prevents chronic venous insufficiency (CVI). Also known as “blood pooling”, CVI occurs when the blood in blood vessels expands during prolonged exercise, making it difficult for it to return to the heart from the legs.
但冷却下来和热身同样重要。它会防止迷糊,帮助心率回归正常并且防止下肢慢性静脉功能不全(CVI)。也被叫做贫血,CVI是发生在当长期的锻炼时血液在血管迅速扩张,使血液很难从腿部快速回到心脏。

According to many health and fitness instructors, the total cool-down period should last three to 10 minutes, or until you are ready to stop. Areas to target depend on which part of the body you trained. For example, if you have been working your legs, you will need to do lower body stretches or a slow walk. There are many helpful tutorials online.
根据许多健康和健身教练的说法,总冷静期应该持续三到十分钟,或者直到你准备好停下来为止。目标区域取决于你训练的身体的哪一部分。例如,如果你一直在练习你的腿,你将需要做下半身伸展或慢走。网上有很多有用的教程

The best way to measure whether you have cooled down effectively is purely based on common sense – if you feel your heart rate has reduced, that’s enough. If you wear a heart rate monitor, that will also tell you once your heart rate has returned to normal. There is no research to prove stretching after a session will help reduce soreness, but if you feel it helps, there is no harm in it, do so – it is down to personal preference. Cooling down methods, including foam rollers, a sports massage or dry needling are worth investigating. If you experience any pain when stretching, stop, and consult your doctor or a physio if the pain is there the next day, and, more importantly, warm up more thoroughly next time.
衡量你是否已经有效地放松的最好方法是完全基于常识-如果你觉得你的心率降低了,那就足够了。如果你戴了心率监视器,这也会告诉你,一旦你的心率恢复正常。没有研究可以证明,在一段时间后伸展身体有助于减少疼痛,但如果你觉得这有帮助,那就没有坏处,那么就去做吧-这取决于个人的喜好。放松方法,包括泡沫滚筒,运动按摩或干针是值得研究的。如果你在伸展时有任何疼痛,停止,并咨询你的医生或理疗,如果第二天有疼痛,更重要的是,更彻底地热身下次。

原文地址:https://www.cnblogs.com/huangbaobaoi/p/11450888.html

时间: 2024-08-01 06:50:20

L451 How to Cool down After Exercise的相关文章

Exercise: Maps (单词统计)

A Tour of Go Exercise: Maps https://tour.golang.org/moretypes/23 WordCount (单词统计) 是一个很经典的小程序了,在很多编程入门教程中都会出现. 这道题比较简单,但也有一些知识点值得一提. 上面这个答案我是参考了网上别人写的.但在参考别人之前我也自己解题了,其中,唯一不同之处是这一句: m[word]++ 我本来写的是: _, ok := m[word] if ok { m[word]++ } else { m[word]

Exercise: Slices (画图)

A Tour of Go Exercise: Slices https://tour.golang.org/moretypes/18 这道题目,提供了一个画图函数 (pic.Show), 可以生成图片. 这个函数,即 pic.Show(f func(int, int) [][]uint8), 可见,它接受一个函数做参数,题目要求的正是编写这个参数.答案如下: 这里面,依赖一个 package, 即 "golang.org/x/tour/pic" 我上 https://github.co

Stanford coursera Andrew Ng 机器学习课程编程作业(Exercise 2)及总结

Exercise 1:Linear Regression---实现一个线性回归 关于如何实现一个线性回归,请参考:http://www.cnblogs.com/hapjin/p/6079012.html Exercise 2:Logistic Regression---实现一个逻辑回归 问题描述:用逻辑回归根据学生的考试成绩来判断该学生是否可以入学. 这里的训练数据(training instance)是学生的两次考试成绩,以及TA是否能够入学的决定(y=0表示成绩不合格,不予录取:y=1表示录

【DeepLearning】Exercise:PCA in 2D

Exercise:PCA in 2D 习题的链接:Exercise:PCA in 2D pca_2d.m close all %%================================================================ %% Step 0: Load data % We have provided the code to load data from pcaData.txt into x. % x is a 2 * 45 matrix, where the

kk Exercise 6.1 Convert an integer to words

Exercise 6-1. write a program that will prompt for and read a positive integer less than1,000 from the keyboard, and then create and output a string that is the value of theinteger in words. For example, if 941 is entered, the program will create the

Exercise 3.3 Calculate a discounted price

Exercise 3-3. Write a program that will calculate the price for a quantity entered from the keyboard, given that the unit price is $5 and there is a discount of 10 percent for quantities over 30 and a 15 percent discount for quantities over 50. 1 //

[Usaco2010 Dec]Exercise 奶牛健美操

[Usaco2010 Dec]Exercise 奶牛健美操 题目 Farmer John为了保持奶牛们的健康,让可怜的奶牛们不停在牧场之间 的小路上奔跑.这些奶牛的路径集合可以被表示成一个点集和一些连接 两个顶点的双向路,使得每对点之间恰好有一条简单路径.简单的说来, 这些点的布局就是一棵树,且每条边等长,都为1. 对于给定的一个奶牛路径集合,精明的奶牛们会计算出任意点对路径的最大值, 我们称之为这个路径集合的直径.如果直径太大,奶牛们就会拒绝锻炼. Farmer John把每个点标记为1..V

Exercise 2.3 Calculating volume price of alternative products

// Exercise 2.3 Calculating volume price of alternative products // The only problem here is to devise a way to determine the price // for the product type. Here I used the product type value to do this. #include <stdio.h> int main(void) { double to

Exercise 2.1 Convert inches to yards, feet, and inches

Exercise 2-1. Write a program that prompts the user to enter a distance in inches andthen outputs that distance in yards, feet, and inches. (For those unfamiliar with imperialunits, there are 12 inches in a foot and 3 feet in a yard.) #include <stdio