L270 运动前要热身
If I'm being really honest, the only time I actually remember to stretch before a workout is when I'm doing yoga. Since the practice is so focused on being present in your body, I always take the extra time to warm up my muscles before settling into a flow. For other kinds of exercise, though, I have to wonder whether I'm doing my body a disservice by not giving myself a chance to ease into the workout. Do you have to warm up before working out? Experts say it really is worth taking a few extra minutes to prepare your body, even if, in the moment, it feels like it doesn't make much of a difference.
For one thing, an effective warm-up can help you prevent a nasty injury, says personal trainer and champion power lifter Robert Herbst. "A warm-up will improve the flexibility of joints and connective tissue, such as tendons, so it will prevent tears," he tells Elite Daily in an email. "Also, muscles contract more efficiently when their core temperature is raised, so there is less chance of a pull or tear," he explains, "and performance will be better and stronger."
Your heart also has a lot to gain from a warm-up, Herbst adds, because sudden cardio can shock your cardiovascular system. A gentle warm-up, on the other hand, can safely dilate your arteries and raise your heart rate to ensure your body can handle the exercise.
As for how long your warm-up should be, Herbst says there's no set length of time you should set aside to get your body ready for exercise. Factors like time of day, the temperature of your environment, your activity level, and any soreness you might already be feeling can all determine how long you'll need to warm up. "One should warm up for as long as it takes to get loose and ready," he tells Elite Daily. "One indicator [that you're warmed up] is if you are about to break a sweat."
One thing to note is that stretching and warming up are not interchangeable. "It's more logical to warm up first and then stretch," says personal trainer instructor and exercise physiologist Joe Cannon, MS, CSCS. For a good warm-up, spend some time doing low-intensity cardio like walking on a treadmill, using the rowing machine, riding a stationary bike, or using an elliptical machine, he suggests. "Also, studies show that stretching after working out is just as effective at improving flexibility as doing it before and after exercise," says Cannon, so you can definitely move your stretching to the end of your session if that works best for you.
According to online fitness coach Emma Green, PhD (c), MSc, BSc, it's best to address three main things in your overall warm-up. "The first of these is getting your heart rate up; something like jogging, jumping jacks, or skipping would work well here," she suggests. "The second stage is exercises relevant to what you're about to do: bodyweight exercises like lunges, squats, and push-ups, etc." Lastly, she tells Elite Daily, try to include a bit of dynamic stretching in your warm-up, which can include movements like leg and arm swings, torso twists, and walking lunges. Overall, says Green, really spend some time feeling out what your body specifically needs. "If [some] areas feel particularly tight or sore, you could spend longer on these areas, potentially including some foam rolling."
At the end of your workout, don't forget the warm-up's counterpart — the cool-down — so your body can gradually begin to relax again, says Armen Ghazarians, certified personal trainer and CEO of Finish Fit. "Static stretches [groin stretch, quad stretch, hamstring stretch, etc. after a workout not only help with overall flexibility, but they also help reduce DOMS (delayed onset muscle soreness)," he tells Elite Daily in an email. Dedicate about 10 minutes after your session to cool down, he suggests, taking time to stretch all of your major muscle groups, and your body will surely thank you.
L270 运动前要热身的更多相关文章
- AI之旅(1):出发前的热身运动
前置知识 无 知识地图 自学就像在海中游泳 当初为什么会想要了解机器学习呢,应该只是纯粹的好奇心吧.AI似乎无处不在,又无迹可循.为什么一个程序能在围棋的领域战胜人类,程序真的有那么聪明吗?如 ...
- Angular12 学习angular2前的热身准备
1 ECMA European Computer Manufactures Association 这个组织的目标是评估,开发和认可电信和计算机标准. 百度百科:点击前往 ECMA65:满足ECMA标 ...
- log4j 和 log4j2 在springboot中的性能对比
文章链接: https://pengcheng.site/2019/11/17/log4j-he-log4j2-zai-springboot-zhong-de-xing-neng-dui-bi/ 前言 ...
- JS运动从入门到兴奋1
hello,我是沐晴,一个充满了才华,却靠了照骗走江湖的前端妹子.在这个充满PS的年代,这你们都信,哈哈,废话不多说,今天要分享的是关注JS运动的知识.楼主一直认为,不管学习什么,核心思想才是王道,掌 ...
- JS运动从入门到精髓!哈哈
首先来看最基础的运动:单个物体向右匀速运动到某一点停止 例子:一个按钮,一个div,点击按钮,让div向右运动到某一个位置暂停 // 原理: 1 获取物体当前的位置 oDiv.offsetl ...
- JS运动---运动基础(匀速运动)
[一]运动基础 (2)基础运动案例 <!DOCTYPE html> <html> <head> <meta charset="utf-8" ...
- day38—JavaScript的运动基础-匀速运动
转行学开发,代码100天——2018-04-23 一.运动基础框架 JavaScript的运动可以广义理解为渐变效果,直接移动效果等,图网页上常见的“分享到”,banner,透明度变化等.其实现的基本 ...
- 漫谈程序员(十二)IT程序猿之猿体是革命的本钱
IT程序猿之猿体是革命的本钱 前言 程序猿的一大特点就是加班.加班.不停地加班.... 为了美好的生活,为了生活的更加美好.我们选择勤勤恳恳,踏踏实实. 但是,工作只是生活的一部分.生命中最重要的莫过 ...
- MTK65XX平台充电调试总结
MTK平台充电调试总结 摘要:调试电池的充放电管理,首先须要深入了解锂电池的电池原理和特点.充放电特性以及主要的电池安全问题.然后须要对MTK的电池管理驱动程序有深入的了解.理解电池充放电算法的基本原 ...
随机推荐
- 3.numpy_array数组
官方文档:www.numpy.org.cn Numpy 数组及其索引 先导入numpy: from numpy import * 产生数组 从列表产生数组: lst = [0, 1, 2, 3] a ...
- 网络基础之socket
socket 我们知道IP层的ip地址可以唯一标示主机,而TCP层协议和端口号可以唯一标示主机的一个进程,这样我们可以利用ip地址+协议+端口号唯一标示网络中的一个进程.能够唯一标示网络中的进程后,它 ...
- 整体二分求动态区间第k大
比树状数组套主席树不知道高到哪里去了,solve(l,r,L,R)就是对于L,R的操作区间的答案都在l,r区间里,然后递归下去 复杂度O(nlognlogn),每个操作会执行logn次就是o(nlog ...
- python-django rest framework框架之视图
视图 :常用 1和4 两种 1. 原始的APIView class IndexView(views.APIView): def get(self, request, *args, **kwargs): ...
- ccf碰撞的小球
之前的代码有人运行不成功,自己又看了一下是输入变量顺序输入错了,现在是正确答案- #include<stdio.h> struct node{ int x; int dir; }; int ...
- hdu-6341-搜索
Problem J. Let Sudoku Rotate Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K ...
- https 不会被中间人攻击——因为中间人即使拿到了数据,也是加密的
只要你登陆了一个使用 HTTPS 数据加密的网站,浏览的页面的内容如果被人中途看见,将会是一团乱码.它也能保证,你浏览的页面就是你想浏览的,不会被黑客在中途修改,网站收到的数据包也是你最初发的那个,不 ...
- Linux确认网口对应配置文件
服务器经常是多网卡多网口,我们在某个网口插上网线后,到/etc/sysconfig/network-scripts/下配置ip时需要确定插上网线的网口对应的是哪个配置文件(比如是eth0还是eth1) ...
- JavaScript应用于asp开发场景
JavaScript应用于asp开发场景 演示代码示例: <%Path="../"%> <!--#include file="../../Inc/Con ...
- ElasticSearch安装部署(Windows)
测试版本:elasticsearch-5.1.1 1.解压elasticsearch-5.1.1.zip. 2.执行elasticsearch.bat启动服务,启动画面如下: 3.访问ElasticS ...