会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhoulegeyi
博客园
首页
新随笔
联系
订阅
管理
2023年12月10日
php实现廿八星宿定位
摘要: 七政四余排盘会涉及到二十八星宿定位问题,实现代码如下。 private function LiangtianMa() { #region 刻度 $bi=360/365.24219; $lenthArray=array( 0, 16*60*$bi,// 奎度、 12*60*$bi,// 娄度、 14*
阅读全文
posted @ 2023-12-10 12:58 周了个易
阅读(59)
评论(0)
推荐(0)
2023年11月27日
SVG实现七政四余排盘
摘要: 演示地址 https://www.zhoulegeyi.com/table/qizheng.htm 1 $x=250; 2 $y=250; 3 $html=''; 4 $html.=' 5 <circle cx="'.$x.'" cy="'.$y.'" r="90" fill="#fff" stro
阅读全文
posted @ 2023-11-27 09:39 周了个易
阅读(156)
评论(0)
推荐(0)
2022年11月16日
PHP奇门遁甲排盘代码片段
摘要: 功能演示 http://www.zhoulegeyi.com/table/qimen.htm 这里主要演示以下如何实现转盘 private function Shenpan($dun,$zhifugong) { $panxu=array(1,8,3,4,9,2,7,6,1,8,3,4,9,2,7,6
阅读全文
posted @ 2022-11-16 02:16 周了个易
阅读(506)
评论(0)
推荐(0)
PHP实现公历转节气
摘要: private function JieqiList($Year) { //echo $Year; $year = substr($Year,-2)+0; $coefficient = array( array(5.4055,2019,-1),//小寒 array(20.12,2082,1),//大
阅读全文
posted @ 2022-11-16 02:09 周了个易
阅读(137)
评论(0)
推荐(0)
公告