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

  1. L259 合同

    We are satisfied with the terms of this contract for the most part, but we feel that your terms of p ...

  2. 使用pngquant来压缩png资源缩小apk

    最近发现了一个叫做pngquant的工具,可以有效的压缩资源文件中的png文件,从而减小发布的apk的大小.我发现这个工具有两个特点: 1. 真无损,压缩后重新运行了我的app发现是没有任何区别的 2 ...

  3. 自动化工具之三:pywinauto

    Python自动化工具:pywinauto 一.pywinauto的安装 (1)安装命令 pip install -U pywinauto/pip3 install -U pywinauto (2)验 ...

随机推荐

  1. cmd net use

    前提条件 启动服务 首先保证目标的IPC服务启动,服务为lanmanWorkstation,显示名为Workstations 端口 telnet目标计算机lanmanWorkstation服务的两个端 ...

  2. 完整的Django入门指南学习笔记3

    前言 在本节课中,我们将深入理解两个基本概念: URLs 和 Forms.在这个过程中,我们还将学习其它很多概念,如创建可重用模板和安装第三方库.同时我们还将编写大量单元测试. 如果你是从这个系列教程 ...

  3. 根据id获取某一类的最大最小值

    ->selectRaw('max(marking_price) as maxPrice, min(marking_price) as minPrice, product_id') ->gr ...

  4. spring boot(七)mybatis多数据源解决方案

    说起多数据源,一般都来解决那些问题呢,主从模式或者业务比较复杂需要连接不同的分库来支持业务.我们项目是后者的模式,网上找了很多,大都是根据jpa来做多数据源解决方案,要不就是老的spring多数据源解 ...

  5. Java反序列化修复方案

    1)下载与当前大版本相同的commons-collections包(原来是3.2.x就替换为3.2.2,原来是4.x就替换为4.4.1) 下载链接:http://commons.apache.org/ ...

  6. Tomcat修改版本号教程(CentOS)

    1 到apache-tomcat安装目录下的lib子文件夹,找到catalina.jar备份该文件然后将该文件下载到本地. 2 使用winrar等工具直接打开该jar包进入到org/apache/ca ...

  7. 针对unicode对象---检测字符串是否只由数字组成

  8. Nginx的Access日志记录的时机

    想当然了,所以犯了一个低级的错误... nginx的access访问日志可以记录下访问到nginx的相关信息.包含请求地址,请求路径,返回码,请求的处理时间等信息.. 然后问题来了,这个日志是什么时候 ...

  9. Java集合list,map,set区别及遍历

    1.1 List.Set.Map基本区别 1.List,Set都是继承Collection接口,Map不是. 2.List:LinkedList.ArrayList.Vector Set :HashS ...

  10. Android--Android Studio 打开ADM报错

    Android studio无法打开类似与eclipse的DDMS, 在android studio里点击android device monitor(点击菜单栏里的Tools->Android ...