L259
Few things can feel as crushing as being rejected by someone who you're either dating or romantically interested in. No matter what stage of a relationship you're at, no one enjoys finding out that the person they love doesn't feel the same way. Knowing how to handle rejection in the best way possible is such an important skill because unfortunately, it's a part of life.
Coping with the negative emotions associated with being rejected by someone is far from easy. That said, it is definitely doable if you can reframe the situation for yourself in a way that's easier to accept. According to L.A.-based dating and couples therapist Dr. Gary Brown, the first step is letting go of the idea that you can change their mind about it. "One of the first things you can do to help you cope with rejection is to not fight the person who has rejected you," Dr. Brown tells Elite Daily. "Instead of arguing, try to find a way to gracefully accept that it is over. Trying to change their mind is only likely to make your pain even worse than it already is and begging for them to stay or remain in the relationship is degrading."
We can all probably think back on a situation where we were so unbelievably into someone and no matter what they would say or do, we'd find a justification that played into the narrative we were telling ourselves. However, Dr. Brown emphasizes the importance of realizing that carrying on a relationship that requires you to constantly chase after the other person isn't conducive to a satisfying dynamic.
"Consider asking yourself the following: 'Why would I want to be with this person — or anybody for that matter — that doesn’t want to be with me'," says Dr. Brown. "In reality, it might help to realize that they may be doing you a favor because you deserve to be with someone who really wants to be with you."
In the midst of an intense heartache, it may also be tempting to immediately deny to yourself that you're hurt or even care about the rejection. After all, having our egos bruised is never a fun thing to admit, even if it's just to ourselves. Dr. Brown advises against trying to squash your negative emotions. "Denying your pain is not going to help," confirms Dr. Brown. "Repressing your pain is only going to prolong your heartache. Instead, it’s important to acknowledge your pain openly so that you can begin to grieve the loss of your loved one."
If you're still wondering how to keep yourself from sinking into a post-heartbreak rut, Dr. Brown recommends focusing on hobbies or anything positive that brings you joy. "Most who have been rejected find it very helpful to continue or resume activities that have always brought them pleasure," explains Dr. Brown. "This can help you reestablish your independence and help you find some happiness in the midst of the pain."
It's also important to remember that no matter how terrible you're feeling at any given moment, as annoying as it sounds, this too shall pass. It may take a while, or you might move on faster than you'd have thought — either way, the worst case scenario would have been wasting your valuable time on someone who doesn't value you in the same way.
L259的更多相关文章
- L259 合同
We are satisfied with the terms of this contract for the most part, but we feel that your terms of p ...
- 使用pngquant来压缩png资源缩小apk
最近发现了一个叫做pngquant的工具,可以有效的压缩资源文件中的png文件,从而减小发布的apk的大小.我发现这个工具有两个特点: 1. 真无损,压缩后重新运行了我的app发现是没有任何区别的 2 ...
- 自动化工具之三:pywinauto
Python自动化工具:pywinauto 一.pywinauto的安装 (1)安装命令 pip install -U pywinauto/pip3 install -U pywinauto (2)验 ...
随机推荐
- C#方式操作Cookie
1.设置cookie public static void SetCookie(string TokenValue) { HttpCookie tokencookie = new HttpCookie ...
- ubuntu+anaconda
1.下载anaconda 查看ubuntu是32位还是64位 命令: uname -m 如果显示i686,你安装了32位操作系统 如果显示 x86_64,你安装了64位操作系统 uname -a 查看 ...
- Scrapy - CrawlSpider爬虫
crawlSpider 爬虫 思路: 从response中提取满足某个条件的url地址,发送给引擎,同时能够指定callback函数. 1. 创建项目 scrapy startproject mysp ...
- CSS之透视perspective属性
透视原理: 近大远小 . 浏览器透视:把近大远小的所有图像,透视在屏幕上. 书写方式不同的定义 perspective有两种定义方式,如下 .class{ perspective: 800px; } ...
- Python操作excel的几种方式--xlrd、xlwt、openpyxl
openpyxl xlrd xlwt 在处理excel数据时发现了xlwt的局限性–不能写入超过65535行.256列的数据(因为它只支持Excel 2003及之前的版本,在这些版本的Excel中 ...
- fiddler filter过滤+断点
转自 http://blog.csdn.net/u012808234/article/details/52767470
- apache2反向代理
1.安装 Apache2 sudo apt-get install apache2 2.重启服务器 sudo /etc/init.d/apache2 restart 3.虚拟主机配置 启用这几个模块 ...
- vue开发移动端项目 过渡动画问题
App.vue: <div id="app"> <div class="content"> <transition :name ...
- hdu-2865-polya+dp+矩阵+euler函数
Birthday Toy Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tota ...
- php + mysql 分布式事务
事务(Transaction)是访问并可能更新数据库中各种数据项的一个程序执行单元: 事务应该具有4个属性:原子性.一致性.隔离性.持续性 原子性(atomicity).一个事务是一个不可分割的工作单 ...