什么女不如男(女子不比男子差的俗语)

现代社会讲求男女平等,女人都要有一份属于自己的事业,不能只是呆呆地在家做家庭主妇等老公养,伸手问老公要钱。正所谓拿人手短,这些生肖女就能很好地拥有自己收入来源,而且赚得比男人还多。

生肖鸡的女生天生财主命,不愁吃不愁穿,但是作为精打细算的小鸡不会因为嫁作人妇要照顾家庭而停止赚钱的脚步。她们有自己的一套赚钱计划,并且有条不紊的进行着,家庭赚钱两不误。

属虎的女生天生就是霸气的主,不论是在事业上是强势的女强人,还有生活上也是强势的主妇,不会被家庭因素破坏心中赚钱的雄心壮志。婚后的虎女不会过上伸手要钱的生活,要钱就自己赚是虎女一直以来作风,赚的钱也是不少哦。

牛牛就是天生任劳任怨的好人,但是也不会因结了婚放下自己的工作。属牛女把自己家庭打理得妥妥的之余又能承担赚钱养家的重担,真是个有责任感又会赚钱的好女人。



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

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

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