L201
The American public’s obsession with dieting has led to one of the most dangerous health
misconceptions of all times. Many television ads, movies, magazine articles, and diet-food product labels
would have consumers believe that carbohydrates(碳水化合物)are bad for the human body and that those
who eat them will quickly become overweight. We are advised to avoid food a such as potatoes, rice and
white bread and opt for meats and vegetables instead. Some companies promote this idea to encourage
consumer to buy their “carb-free”(are not telling the truth) food products. But the truth is, the human body needs carbohydrates to function properly, and a body that relies on carbohydrates but is exhausted(deprived)of this dietary element is not in good shape after all.
Most foods that wo consume on a daily basis like potatoes and rice are loaded with carbohydrates.
Contrary to popular belief, carbohydrates have many health benefits; some fight diseases such as high
blood pressure and heart disease, and others help to prevent cancer and stroke. Cutting these foods out of
your diet may deprive your body of the many health benefits of carbohydrates.
One of the best benefits of carbohydrates is their ability to help to maintain the health of our organs,
tissues, and cells. Scientific studies have shown that one type of carbohydrate called fiber reduces the risk
of heart disease. Carbohydrates also contain antioxidants(抗氧化剂),which protect the body’s cells from
harmful particles with the potential to cause cancer.
This does not mean that the human body can survive on a diet composed entirely of carbohydrates. We
also need certain percentages of proteins and fats to maintain healthy bodies. But carbohydrates certainly
should not be avoided altogether. In fact, the food pyramid, the recommended basis of a healthy diet, shows
that a person should consume six to eleven servings of breads and grains, as well as three to four servings
each of fruits and vegetables—all carbohydrate-containing foods. It is easy to see why cutting
carbohydrates out of a person’s diet is not a good idea.
The only way to know what is truly healthy for your own body is to talk to a nutritionist or dietician,
who can help you choose foods that are right for you as well as guide you toward a proper exercise
program for weight loss, or muscle gain. These professionals will never tell you to cut out carbohydrates
entirely! The bottom line: listen to experts, not the advertisers!
L201的更多相关文章
- 爱普生L201
http://tech.sina.com.cn/b/2011-03-29/05481698131.shtml
随机推荐
- mysql 数据操作 单表查询 group by 练习
小练习: 1. 查询岗位名以及岗位包含的所有员工名字 mysql> select post,group_concat(name) from employee group by post ; +- ...
- IOS 自己定义UITableView
依据不同须要,须要使用tableview的结构,可是里面每个cell,又须要自己的样式.所以学习了一下如何把自定义的cell加到tableview里面 首先要自己创建一个类,继承UITableView ...
- loadrunner11的移动端性能测试之场景设计
测试步骤之场景设计(Controller) 进入手工场景 准备好脚本后就可以进行场景设计和执行场景了,从VuGen中进入,见下图: 进入后第一个为目标场景,选择第二个更灵活的手工场景,我的目标人数20 ...
- hdu 5187 快速幂 + 快速乘 值得学习
就是以那个ai为分水岭,左边和右边都分别是单调增或单调减如图 就这四种情况,其中头两种总共就是两个序列,也就是从头到尾递增和从头到尾递减. 后两种方式就是把序列中德数分 ...
- MFC中Doc类获取View类的方法(SDI)
从view类中获取Doc的方法如下: CYourDoc* pDoc = GetDocument(); 这个函数已经写好,所以无需自己添加,使用时直接利用pDoc即可. 若反过来,从Doc中获取View ...
- python2.7无法安装python-ldap、django-auth-ldap
1.安装报错信息: error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27 或者fatal ...
- Android项目开发第四周学习总结
Android项目开发实战第四周 在本周,我们进行了Android项目第四周的项目开发,在本周,我们对原有的项目进行改进,我们的想法是使项目在原有的基础上增加一些新的功能,使得txt阅读器可以更加先进 ...
- UVA 12338 Anti-Rhyme Pairs(hash + 二分)题解
题意:给出两个字符串的最大相同前缀. 思路:hash是要hash,不hash是不可能的.hash完之后从头遍历判断超时然后陷入沉默,然后告诉我这能二分orz,二分完就过了,写二分条件写了半天.不要用数 ...
- git status出现 fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git 提示说没有.git这样一个目录,解决办法如下: git ini ...
- cocos2d-js入门二 环境搭建二
电脑升级到WIN10后,cocos code IDE安装不成功. 于是搭建新的环境JetBrainsWebStorm+chrome+JetBrains IDE Support,其中JetBrains ...