固执就是这些生肖的天性

有的人生来温顺,从不抵触从不与人争执,所以他们没有太多要求,不反对也从不惹事生非,但是有的人就是生来带着“抗性”,凡事喜欢反驳,难以说服,他们个性强烈固执,一旦做了决定的事情十匹马也拉不回来。下面就来看看十二生肖里哪些生肖是这样的。属牛:不会改变自己的想法属牛的人们,生性坚硬秉诚,他们对于自己认定的东西很执着,对于自己的想法很坚定,不会让任何人轻易触碰自己的底线,也不会让人轻易改变自己的想法,他们就是十二生肖中强硬固执的生肖代表,如果自己是错的,属牛的人们宁愿一错就错,不会改变自己。

属鸡:不轻易接受别人的帮助属鸡的人们性情刚烈,做事武断,容易刚愎自用,他们只相信自己,无论做什么都是以自我为中心,不轻易听取采纳别人的意见,也不轻易接受别人的好处和帮助,他们是十二生肖中最固执的生肖之一,固执是他们与生俱来的性格特征,在属鸡男女的眼里,只有自己做的决定才是最好的。

属猪:不会承认自己的错属猪的人们,无论男性女性,都有着争强好胜的性格特点,在他们的观念里,不允许任何人比自己强大,比自己优秀,他们一般只会承认自己的好,不会承认自己的错,个性固执,从不轻易求人,在属猪男女都眼里,别人能做的事情自己一定也行,所以固执的他们凡事都要求做到最好。

有的人会生来刚硬,不会服软也不会妥协,但是太固执有时也会伤害到身边的人,也会伤害到自己,所以太固执的生肖也要适可而止。



★《布宫号》提醒您:民俗信仰仅供参考,请勿过度迷信!

本文经用户投稿或网站收集转载,如有侵权请联系本站。

switch ($forum['model']) { /*case '0': include _include(APP_PATH . 'view/htm/read.htm'); break;*/ default: include _include(theme_load('read', $fid)); break; } } break; case '10': // 主题外链 / thread external link http_location(htmlspecialchars_decode(trim($thread['description']))); break; case '11': // 单页 / single page $attachlist = array(); $imagelist = array(); $thread['filelist'] = array(); $threadlist = NULL; $thread['files'] > 0 and list($attachlist, $imagelist, $thread['filelist']) = well_attach_find_by_tid($tid); $data = data_read_cache($tid); empty($data) and message(-1, lang('data_malformation')); $tidlist = $forum['threads'] ? page_find_by_fid($fid, $page, $pagesize) : NULL; if ($tidlist) { $tidarr = arrlist_values($tidlist, 'tid'); $threadlist = well_thread_find($tidarr, $pagesize); // 按之前tidlist排序 $threadlist = array2_sort_key($threadlist, $tidlist, 'tid'); } $allowpost = forum_access_user($fid, $gid, 'allowpost'); $allowupdate = forum_access_mod($fid, $gid, 'allowupdate'); $allowdelete = forum_access_mod($fid, $gid, 'allowdelete'); $access = array('allowpost' => $allowpost, 'allowupdate' => $allowupdate, 'allowdelete' => $allowdelete); $header['title'] = $thread['subject']; $header['mobile_link'] = $thread['url']; $header['keywords'] = $thread['keyword'] ? $thread['keyword'] : $thread['subject']; $header['description'] = $thread['description'] ? $thread['description'] : $thread['brief']; $_SESSION['fid'] = $fid; if ($ajax) { empty($conf['api_on']) and message(0, lang('closed')); $apilist['header'] = $header; $apilist['extra'] = $extra; $apilist['access'] = $access; $apilist['thread'] = well_thread_safe_info($thread); $apilist['thread_data'] = $data; $apilist['forum'] = $forum; $apilist['imagelist'] = $imagelist; $apilist['filelist'] = $thread['filelist']; $apilist['threadlist'] = $threadlist; message(0, $apilist); } else { include _include(theme_load('single_page', $fid)); } break; default: message(-1, lang('data_malformation')); break; } ?>