星盘比较盘怎么看

星盘比较盘怎么看占星体系是建立在地心说基础上的学科,与日心说是有区别的,每个人的星盘都像一个小的太阳系,每个人也都是一个小宇宙,有自己的运行方式,每个人的能量是不同,这也让我们每个人有不同的运势和性格。在过去天文学家或者占星师是以地球为太极点进行观察宇宙天体运行的,人们的星盘也是以地球为太极点,而其他行星是围绕地球进行运转的。星盘又分为出生盘,推运盘,流年盘,出生时刻的星盘就是我们的出生盘,出生盘就是一个人命盘的基础,而推运盘和流年盘都是在出生盘基础上进行的。

过去没有计算机,排盘是一件很复杂的事,但是现代科技的便利大大简化了排盘的过程,只要是排盘软件,输入出生时间,就可以立刻排出出生盘,非常方便。

拿到自己星盘后,找到自己星盘上的太阳星座、月亮星座和上升星座,这三个星座就是我们星盘的基本三元。

这三个星座的综合就是我们会表现出来的基本性格特点。

如果你刚认识一个人,他在与人相处时表现出来的性格特点,就是三元这三个星座特点的糅合体,这个方法百试不爽。



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

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

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