Skip to main content

Re: “CMU离婚事件”男主声明(请帮忙转家版) (转载)

发信人: Cocoa08 (可可), 信区: Family
标  题: Re: “CMU离婚事件”男主声明(请帮忙转家版) (转载)
发信站: BBS 未名空间站 (Thu Aug  9 00:21:30 2012, 美东)

我早就看出这女的对男主有贪图,可惜这里愚民太多,我还被人进行人生攻击了一把。
我非常了解现在国内的女孩有多现实的。有人会说现在没人稀罕美国,那是对富人来说
,对家境一般又没本事靠自己出来的女孩来说,美国还是很有吸引力的。

男主,这里是美国你可以上法院填一张表格申请保护令,当天就会有二位警察上门递给
她,一旦她接到保护令,她是不可以和你有任何联系包含你的所有同学朋友和熟人,你
一旦发现她和你的同学朋友有联系,马上报警,警察会立马逮捕她。说得再深入些,就
是你约她出来,她如果真敢去赴约,你一报警,她也被警察逮捕, 你没事!当然在你
们拿到保护令的同时你们在大约1-2个月后要上庭,上庭的目的是看这保护令有没有必
要继续下去,就算你在保护令里所说的话她能证明不是真的也只是撤销保护令而已,
如果你赢了,那么至少保护令就要继续下去了。如果你能证明她这些阴暗的一面和目的
,那么对你离婚非常有帮助,现在email已经被法院承认(以前不能作为证据,现在可
以了)了。对方可以要你付她律师费如果你们经济相差甚远的话,不过法律规定你顶多
只付对方3千美刀,而且往往还是在离婚案close的那一天你当着法官的面写支票给对方
律师的。 退一万步,对方要求法律援助的话,身份是个问题,而且免费律师很难得到
,就算得到了免费律师法院也只允许律师在开庭的前1-2小时和当事人谈你们的CASE(
当事人往往这时候才第一次见到法院分配的律师), 你想想看,这么仓促的时间律师
能为当事人准备什么?如果FB再给你安排一个律师的话,这位女士真的和你是鸡蛋对石
头。这位女士要是聪明的话,就马上答应离婚才是上策。她的抚养费是根本拿不到的,
现在大多数州已经取消了配偶抚养费,10年以下的婚姻根本就没有抚养费可拿。还有婚
姻的共同财产也是从结婚的那天算起到你们正式分居(注意是分居不是离婚)的那天为
止,所以你以后在FB赚多少钱都跟她没关系。

最后有什么事,你写EMAIL通知她叫她的律师和你的律师谈, 这就是美国法律,要办离
婚的二人最好不要再见面了, 有事通过双方律师才是正规的法律渠道。

以上我说的是新泽西州的法律。
--

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...