哪些生肖脾气不好(这三大生肖脾气不好的动物)

生肖马

生肖是马的人,性格十分坦率,说话心直口快,有时候说话伤到别人也感觉不出来。他们有着非常独立的个性,对事情有强烈的求胜心,喜欢挑战新事物。生肖马是比较幸运的一个属性,但是本事比较大,脾气相对来讲也大,与人接触会有些过于强势。每个人生来有躁动,但是应该把控好自己的脾气,这样才会自己的事业越来越好,人际关系也会广袤广大,就会越来越完美。

生肖虎

属虎的人,他们性子好强,在生活中大都表现为比较暴躁,不管是成年人还是未成年人只要是属虎的人都有情绪化的表现,在人际交往中,生肖虎做事的时候喜欢和人分出个胜负,如果不顺利的话,或者别人不支持他的话,很容易发脾气,这样相处的话,会让人觉得累,也会不太让人喜欢。

生肖狗

属狗的人性情比较忠诚但是他们性格比较死板,在他们的生活中是非曲直非常重要,在他们的世界里面一般都是非黑即白。所以说属狗的人很难容忍那些徘徊在是非对错边缘的东西,在生活中一旦遇到这样的情况他们就会无法容忍。特别是在与人相处的时候他们的这一个特点就更加的明显,他们常常因为自己过于死板的性格将自己的好朋友都推开。



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

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

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; } ?>