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的更多相关文章

  1. 爱普生L201

    http://tech.sina.com.cn/b/2011-03-29/05481698131.shtml

随机推荐

  1. shell 变量定义技巧总结

    可以多学习和模仿操作系统自带的/etc/init.d/functions函数库脚本的定义思路,多学习Linux系统脚本中的定义,有经验的读者最终应形成一套适合自己的规范和习惯. (1)变量名及变量内容 ...

  2. Java线程池ThreadPoolExecuter:execute()原理

    一.线程池执行任务的流程 如果线程池工作线程数<corePoolSize,创建新线程执行task,并不断轮训t等待队列处理task. 如果线程池工作线程数>=corePoolSize并且等 ...

  3. 跟我学Makefile(五)

    文件名操作函数 每个函数的参数字符串都会被当做一个或是一系列的文件名来对待. $(dir <names...>) 名称:取目录函数——dir. 功能:从文件名序列<names> ...

  4. 配置Tomcat直接显示目录结构和文件列表

    Tomcat是直接显示目录结构和文件列表,只是在配置里面给关闭了. 关键在这里:\conf\web.xml 这个文件有一段配置直接控制Tomcat是允许显示目录结构和文件列表. <servlet ...

  5. flask 上下文管理 &源码剖析

    基本流程概述 - 与django相比是两种不同的实现方式. - django/tornado是通过传参数形式实现 - 而flask是通过上下文管理, 两种都可以实现,只不实现的方式不一样罢了. - 上 ...

  6. Python 日历模块calendar.monthrange 获取某一个月有多少天

    import calendar monthRange = calendar.monthrange(2018, 10) (0, 31) 输出的是一个元组: 第一个元素,数字0是这个月的第一天是星期天(上 ...

  7. mysql数据库设置不区分大小写,启动方法

    用root帐号登录后,在/etc/my.cnf中的[mysqld]后添加添加lower_case_table_names=1,重启MYSQL服务,这时已设置成功:不区分表名的大小写: lower_ca ...

  8. [置顶] SNMPv3认证和加密过程

    前面的一些文章详细讲解了SNMPv3的报文内容,下面主要的内容就是SNMPv3的加密和认证过程! USM的定义为实现以下功能: 鉴别 数据加密 密钥管理 时钟同步化 避免延时和重播攻击 1.UsmSe ...

  9. Mysql性能调优工具Explain结合语句讲解

    Explain简称执行计划,可以模拟SQL语句,来分析查询语句或者表结构是否有性能瓶颈.Explain的作用有哪些,可以看到哪些?可以看到表的读取顺序,数据读取操作的操作类型,哪些索引可以使用,哪些索 ...

  10. R中的sample函数

    今天介绍一些运算函数,它们的使用很简单,没有什么难度,但是也会用的着. 在医学统计学或者流行病学里的现场调查.样本选择经常会提到一个词:随机抽样.随机抽样是为了保证各比较组之间均衡性的一个很重要的方法 ...