L322
As a nutritionist helping people shed pounds, I often recommend incorporating portion-controlled desserts and treats into your diet. My book "Strong, Slim, and 30!" even includes categories of "A," "B" and "C" snacks: "A" for anti-aging, "B" for bone-building and "C" for comfort snacks. Low-fat ice cream, Hershey's Kisses and other portion-controlled indulgences are not only allowed, they're encouraged, so one's diet plan becomes more of a weight-management lifestyle that sidesteps deprivation and can last many years.
Most of my colleagues I have spoken to on this topic agree: Whether you call it an "intentional indulgence" or a "cheat meal," enjoying dessert can help you attain your long-term weight and health goals, as long as you don't go overboard.
As with most goal-seeking plans, it's necessary to have strategies in place. For example, you might choose to carefully limit dessert to 100- or 150-calorie treats on a daily basis in order to help meet your goals. Alternatively, you might avoid dessert entirely during weekdays and save up for, say, a slice of chocolate cake or tiramisu or pie a la mode during a weekend night out. In some cases, choosing between alcohol and dessert or adding exercise makes sense in order to balance your desires with calorie reality.
These approaches don't work for everyone, however. For some, avoiding dessert entirely in the beginning stages of a weight loss diet makes the most sense. It may be because dessert is simply not a priority. (Why waste calories on dessert if you don't have a sweet tooth in the first place?) Or, as is often the case, even small bites of treats can trigger more and more cravings, ultimately causing one to binge and "fall off the wagon."
"If someone could have a forkful of dessert every night, that's fine. But for others, I honestly believe it sets them off," said Martha McKittrick, a registered dietitian and health and wellness coach.
Only when an initial goal is met -- say, losing 10 pounds -- might one consider slowly adding treats of those foods they can't live without. These individuals may require constant self-monitoring to make sure they keep their cravings in check.
So it's important to know what strategy will work best for your personality and lifestyle. That's where a professional like a registered dietitian nutritionist can help. He or she can personalize a plan that can include dessert if you wish to enjoy it but still want to shed pounds.
If you decide that having daily portion-controlled desserts is a way to "have your cake and eat it too" while losing weight, here are some of my suggested "C" comfort snacks from "Strong, Slim and 30!"
Each comfort snack contains approximately 100 to 150 calories; read food labels for the most accurate calorie information.
L322的更多相关文章
- A20 烧录和启动 log
用 LiveSuit 烧写了一个 lubuntu 的映像文件到板子上, 同时接了串口观察烧录过程的串口打印信息, 如下 ES: FES:Fes Ver: 098 FES:=============== ...
随机推荐
- vue methods computed watch区别
一.methods和computed computed是计算属性,methods是方法. html: <p>Reversed message: "{{ reversedMessa ...
- SpringBoot项目Shiro的实现(二)
在看此小节前,您可能需要先看:http://www.cnblogs.com/conswin/p/7478557.html 紧接上一篇,在上一篇我们简单实现了一个Springboot的小程序,但我们发现 ...
- hdu-3671-tarjin/割点方案
http://acm.hdu.edu.cn/showproblem.php?pid=3671 给出一幅无向图,询问有多少种移除点对的方案使得剩下的连通分量个数大于1. 和上一题差不多的思路直接做n次t ...
- maven生命周期绑定要点
生命周期不执行任何操作,都是抱插件大腿 maven-core-3.3.9-sources.jar下META-INF/plexus/components.xml的定义了三个生命周期的插件绑定 参考:ht ...
- spring自定义xml标签&自定义注解
public class YafBeanDefinitionParser implements BeanDefinitionParser { private BeanDefinitionRegistr ...
- jsp 内置对象(五)
1.Request对象 该对象封装了用户提交的信息,通过调用该对象相应的方法可以获取封装的信息,即使用该对象可以 获取用户提交的信息. 当Request对象获取客户提交的汉字字符时,会出现乱码问题,必 ...
- windows 文件/文件夹操作
move命令 命令作用:移动某个文件到指定的文件夹下 将D:\file\abc.zip 移动到 E:\test\文件夹下 move d:\file\abc.zip e:\test\ 移动之后再原来的文 ...
- .NetCore发布到Centos docker
将.netcore mvc项目发布到centos7的docker中.环境 vmware14+Centos7+docker-ce 1.使用vs将.netcoremvc项目发布到本地,修改发布后的目录 名 ...
- Android 音视频深入 二 AudioTrack播放pcm(附源码下载)
本篇项目地址,名字是录音和播放PCM,求starhttps://github.com/979451341/Audio-and-video-learning-materials 1.AudioTrack ...
- css3 前端开发
一.前缀: -moz(例如 -moz-border-radius)用于Firefox -webkit(例如:-webkit-border-radius)用于Safari和Chrome. 二.CSS3圆 ...