Skip to main content

狗男主要渣在把死亡通知当成了离婚证

 发信人: dell3000 (dimension), 信区: Military
标  题: 狗男主要渣在把死亡通知当成了离婚证
发信站: BBS 未名空间站 (Sun Mar 20 16:47:11 2022, 美东)

离婚没有后事可办,所有纠结都是在已经交割或者是安排妥当之后,才可
能拿到离婚证。所以拿到离婚证,你可以立即同下家结婚,不存在任何法
律和道义上的负担。

虽然死亡在法律上意味着婚姻的终结,然而在道德上,死亡之后还有很多
后事要了结,只有了结了这些后事,人生才算彻底翻页,才能开启新生。

比如安抚亡灵,不管你信什么教,或者是无神论者,花点心思安葬亡妻这
是第一步。接下来还要安抚未成年孩子,虽然狗男的亡妻生前花了很多心
思保护孩子的财产,但是失去母亲对孩子的心理创伤也是不可小看的。信
托里面的财产对孩子来说是看不见摸不着的,但是没了母亲却是实打实地。
最后就安抚亡妻的父母,不提安慰的话了,妥善和体面地把亡妻的父母送
走,这是对亡妻最起码的尊重,也算在以前的婚姻生活里站好最后一班岗,
正式给以前的婚姻画上句号。

当然,如果狗男真的在这三件事上花了心思,哪怕是只花心思在一件事上,
估计也没有时间和心思在拿到死亡证立即找下家并闪婚,以至于成就了他
的人渣之名。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...