pax_global_header00006660000000000000000000000064150106671620014516gustar00rootroot0000000000000052 comment=59269a53f6df472a4d4d1b7df8f031a831621b42 lunar-date-3.0.2/000077500000000000000000000000001501066716200135545ustar00rootroot00000000000000lunar-date-3.0.2/.build.yml000066400000000000000000000023211501066716200154520ustar00rootroot00000000000000########################################################## # THE FOLLOWING LINES IS USED BY docker-build ########################################################## requires: archlinux: - gettext - git - glib2 - gobject-introspection - meson - vala debian: - git - gobject-introspection - gtk-doc-tools - intltool - libgirepository1.0-dev - libglib2.0-dev - libx11-dev - meson - valac fedora: - gcc - git - vala-devel - gobject-introspection-devel - meson - ninja-build - gettext - gtk-doc - redhat-rpm-config - vala ubuntu: - git - gobject-introspection - gtk-doc-tools - intltool - libgirepository1.0-dev - libglib2.0-dev - libx11-dev - meson - valac variables: - CFLAGS="-Wall" configures: meson: - --prefix /usr - -Ddocs=true - -Dintrospection=true - -Dvapi=true - -Dtests=true #after_scripts: # - cd ${BUILD_DIR} # - LC_ALL=zh_CN.utf8 ninja dist releases: draft: false prerelease: false checksum: false file_glob: true files: _build/meson-dist/lunar-date-*.tar.xz* github_release: tags: true overwrite: true base_version: 2.4.0 lunar-date-3.0.2/.travis.yml000066400000000000000000000017351501066716200156730ustar00rootroot00000000000000# vim: set ts=2 sts=2 sw=2 expandtab : dist: bionic language: shell os: linux services: - docker addons: apt: packages: - python3-pip - python3-setuptools before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/gen-index.sh - chmod +x docker-build gen-index install: - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:devel" deploy: provider: script edge: true script: ./docker-build --verbose --config .build.yml --release github skip_cleanup: true on: tags: true condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" lunar-date-3.0.2/AUTHORS000066400000000000000000000000721501066716200146230ustar00rootroot00000000000000yetist redwooods lunar-date-3.0.2/COPYING000066400000000000000000000636421501066716200146220ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! lunar-date-3.0.2/NEWS000066400000000000000000000126561501066716200142650ustar00rootroot00000000000000### lunar-date 3.0.2 * 修复白露显示 * 让 vala 示例代码可直接以脚本方式运行 * 依赖 glib-2.44+ 版本 * 依赖 meson 1.0.0 版本 * 修复在 Linux 下编译 mingw 问题 ### lunar-date 3.0.1 * 改善命令行输入信息 * 更新 Copyright 到 2021 年 * 支持为 windows 交叉编译生成 dll 库文件 * 协议变更为 LGPL-2.1 ### lunar-date 3.0.0 自 2.4.0 版本以来的改变: * api 版本升级为 3.0 * 构建系统迁移到 meson * 农历日期更新到 2100 年 * 依赖 glib-2.32+ 版本 * 使用gresource来保存自带的节日信息。 * 增加新的自定义节日函数: + lunar_date_add_solar_holiday + lunar_date_add_lunar_holiday + lunar_date_add_week_holiday * 使用新的获取节日函数: lunar_date_get_holiday,同时 lunar_date_get_jieri 被标记为废除。 * 删除已经过时的函数: lunar_init. * 修复examples中的vala示例代码. * 修复干支和八字中的子时的计算问题. * 增加 dbus service 服务及命令行工具 lunar-date。 * 完善测试工具,使用 gtest. * lunar_date_strftime() 中的 %(jieri) 改变为 %(holiday)。 ### lunar-date 2.9.3 * gir正常工作 * 使用meson构建系统 * 更新农历日期到2100年 ### lunar-date 2.9.2 * 不再支持 autotools 构建系统 * 迁移到 meson 构建系统 ### lunar-date 2.9.1 * 依赖于gio-2.32+ * api版本升级为3.0 * 使用gresource来保存自带的节日信息。 * 增加新的自定义节日函数: + lunar_date_add_solar_holiday + lunar_date_add_lunar_holiday + lunar_date_add_week_holiday * 使用新的获取节日函数: lunar_date_get_holiday,同时lunar_date_get_jieri被 标记为放弃. * 删除已经过时的函数: lunar_init. * 修复examples中的vala示例代码. * 修复干支和八字中的子时的计算问题. * 增加dbus service服务。 * 完善测试工具,使用gtest. * lunar_date_strftime()中的%(jieri)改变为%(holiday)。 ### lunar-date 2.4.0 * 修改名称为lunar-date,和lunar-calendar分离。 * 一些小bug的修复。 ============== liblunar-2.2.5 ============== NEWS: - 增加本地自定义节日的支持。 - 一些小bug的修复。 ============== liblunar-2.2.4 ============== NEWS: - 一些小bug的修复。 ============== liblunar-2.2.3 ============== NEWS: - 清理共享库的导出符号列表。 ============== liblunar-2.2.1 ============== NEWS: - change lunar_date_get_jieri() api. ============== liblunar-2.2.0 ============== NEWS: - remove the gtk+ widget from liblunar. - add python binding for liblunar. ============== liblunar-2.0.1 ============== NEWS: - fixed detect python error. ============== liblunar-2.0.0 ============== NEWS: - fixed some bugs. - add zh_TW, zh_HK translate. ============== liblunar-1.0.1 ============== NEWS: - Change struct name from "LUNARDate" to "LunarDate"; - add -disable-gtk for compile. - add pot file when make dist. see #4. this release just for translation. ============== liblunar-1.0.0 ============== NEWS: - support solar term (by redwoods ). - modify some festivals. - keep Sunday as the first day of a week. - update Calendar to GTK+-2.12.8 - show lunar automatic. - fixed: * when year less-than 1900 or greater than 2049, calendar will show error lunar. * when we view 1900 Jan, the calendar will crash. ============== liblunar-0.2.6 ============== NEWS: - use pinyin on "C" locale. But only in UTF-8. ============== liblunar-0.2.5 ============== NEWS: - change names from "gcl" to "lunar" (file name、api name、doc names). - change the python module name to "lunar". - fixed that if select day changed, the header doesn't change at 0.2.4. - po/zh_CN.po: filled in the header of po/zh_CN.po - filled in "This file is part of ________." of some source files. ============= liblunar-0.2.4 ============= NEWS: - add python bindings for calendar. Compile with --disable-python to disable python bindings, default is auto detect python support. Usage: $ python Python 2.4.4 (#1, Feb 1 2008, 12:23:41) [GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gclcalendar >>> help gclcalendar ============= liblunar-0.2.3 ============= 新的特性: - 增加节日/纪念日自定义功能:修改$(prefix)/liblunar/holiday.dat文件。 - 增加新的gcl_calendar窗口小部件以显示农历(基于gtkcalendar). - 增加函数gcl_date_strftime()函数,以提供更灵活的调用接口(用法类似于strftime). - 删除以下接口函数: gcl_date_get_solar_date() gcl_date_get_lunar_date() gcl_date_get_shengxiao() gcl_date_get_ganzhi() gcl_date_get_bazi() 其它: - 增加 run-in-source-tree 配置参数,方便开发阶段的调试。 - 国际化的支持趋于完善。 - 增加一个测试程序test-calendar. 已知bug: - 在gcl_calendar 显示年份的区域,如果使用非中文locale, 在某种情况下, 有时你会发现显示年份的区域宽度有点小,不能显示全部内容。 (这个bug我已经在努力修复,可我不能找到一个显示出来的宽度是最长的日期,所以这bug可能还会出现) - 这个项目已经重名(libgcl), 暂时准备使用liblunar这个名字(这个问题可以讨论). 下载地址:http://liblunar.googlecode.com/files/libgcl-XXX.tar.bz2 lunar-date-3.0.2/README.md000066400000000000000000000030011501066716200150250ustar00rootroot00000000000000# LunarDate ## General Information LunarDate is a chinese lunar library. The official web site is: You can download the latest lunar-date tarball from the github.com: ## Build **For Linux:** Build and install into the system: ```sh $ meson setup _build --prefix=/usr -Ddocs=true -Dintrospection=true -Dvapi=true -Dtests=true $ meson compile -C _build/ $ sudo meson install -C _build ``` **For Windows:** Building dynamic link libraries for Windows on Linux is now supported: ```sh $ PKG_CONFIG_PATH=/mingw64/lib/pkgconfig/ meson setup _build.mingw/ --cross-file cross/mingw.txt --prefix=/usr -Ddocs=true -Dtests=true $ meson compile -C _build.mingw/ $ file _build.mingw/lunar-date/liblunar-date-3.0-1.dll _build.mingw/lunar-date/liblunar-date-3.0-1.dll: PE32+ executable for MS Windows 5.02 (DLL), x86-64, 20 sections $ file _build.mingw/service/*.exe _build.mingw/service/lunar-date-daemon.exe: PE32+ executable for MS Windows 5.02 (console), x86-64, 19 sections _build.mingw/service/lunar-date.exe: PE32+ executable for MS Windows 5.02 (console), x86-64, 19 sections ``` ## Linux distribution support Binary packages for the following systems are currently available. [![Packaging status](https://repology.org/badge/vertical-allrepos/lunar-date.svg)](https://repology.org/project/lunar-date/versions) ## How to report bugs Bugs should be reported to the [github issue](https://github.com/yetist/lunar-date/issues) bug tracking system. lunar-date-3.0.2/cross/000077500000000000000000000000001501066716200147055ustar00rootroot00000000000000lunar-date-3.0.2/cross/mingw.txt000066400000000000000000000005651501066716200165750ustar00rootroot00000000000000[binaries] exe_wrapper = 'wine' c = '/usr/bin/x86_64-w64-mingw32-gcc' cpp = '/usr/bin/x86_64-w64-mingw32-g++' ar = '/usr/bin/x86_64-w64-mingw32-ar' strip = '/usr/bin/x86_64-w64-mingw32-strip' pkg-config = '/usr/bin/x86_64-w64-mingw32-pkg-config' [host_machine] system = 'windows' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' [properties] sys_root = '/mingw64' lunar-date-3.0.2/data/000077500000000000000000000000001501066716200144655ustar00rootroot00000000000000lunar-date-3.0.2/data/PKGBUILD.linux000066400000000000000000000013331501066716200167470ustar00rootroot00000000000000# Contributor: yetist pkgname=lunar-date pkgver=3.0.1 pkgrel=1 pkgdesc="Chinese lunar date library." arch=("i686" "x86_64") url="https://github.com/yetist/lunar-date" license=('GPL2') depends=(glib2) makedepends=(gcc) source=("https://github.com/yetist/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") md5sums=('SKIP') build() { arch-meson "${pkgname}-$pkgver" _build \ -Dintrospection=true \ -Dvapi=true \ -Ddocs=true \ -Dtests=true ninja -C _build } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install || return 1 } check() { meson test -C _build tests } package() { DESTDIR="$pkgdir" meson install -C _build } # vim: et:sw=2:ts=8 lunar-date-3.0.2/data/PKGBUILD.mingw000066400000000000000000000016041501066716200167320ustar00rootroot00000000000000# Contributor: yetist pkgname=mingw32-lunar-date _pkgname=lunar-date pkgver=2.9.1 pkgrel=1 pkgdesc="Chinese lunar date library." arch=("i686" "x86_64") url="https://github.com/yetist/lunar-date" license=('GPL2') depends=(mingw32-glib2) makedepends=(mingw32-gcc) source=("http://liblunar.googlecode.com/files/$_pkgname-$pkgver.tar.gz") build() { cd "$srcdir/$_pkgname-$pkgver" export CPPFLAGS="-D_REENTRANT" export PKG_CONFIG_LIBDIR=/usr/i486-mingw32/lib/pkgconfig unset PKG_CONFIG_PATH unset LDFLAGS ./configure \ --prefix=/usr/i486-mingw32 \ --host=i486-mingw32 \ --build=$CHOST make V=1 || return 1 } package() { cd "$srcdir/$_pkgname-$pkgver" make DESTDIR="$pkgdir/" install || return 1 cd ${pkgdir} find . -name '*.a' -o -name '*.dll' -o -name '*.exe' \ | xargs -rtl1 i486-mingw32-strip -g rm -rf usr/i486-mingw32/share/gtk-doc } lunar-date-3.0.2/data/chinese-vacation.py000077500000000000000000000032011501066716200202560ustar00rootroot00000000000000#! /usr/bin/env python # -*- encoding:utf-8 -*- # FileName: c.py "中国法定假日计算" __author__ = "yetist" __copyright__= "Copyright (C) 2019-2021 yetist " __license__ = """ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . """ import gi from gi.repository import GLib vacations = ['-18122901', '18123003', '19020407', '-19020201', '-19020301', '19040503', '19050104', '-19042801', '-19050501', '19060703', '19091303', '19100107', '-19092901', '-19101201'] vacation_days = [] work_days = [] for i in vacations: ymd = abs(int(i)) year = 2000 + int(ymd / 1000000) month = int(ymd % 1000000 / 10000) day = int(ymd % 10000 / 100) date = GLib.Date.new_dmy(day, month, year) count = ymd % 100 for j in range(count): yid = int(date.get_year())%100 did = date.get_day_of_year() out = yid * 1000 + did if int(i) < 0: work_days.append(out) else: vacation_days.append(out) date.add_days(1) print('vacation days:', vacation_days) print('work days:', work_days) lunar-date-3.0.2/data/holiday.desktop000066400000000000000000000047251501066716200175210ustar00rootroot00000000000000#公农历、星期节日/纪念日 # 格式说明: # 0308[zh_CN]=妇女节|国际劳动妇女节 # 表示3月8日为国际劳动妇女节,简称妇女节,之间使用|分隔。 # 简称一般小于3个汉字,用来显示在日历上,通过%(holiday)格式化。 # 全称可通过lunar_date_get_holiday()函数,设置full为true获取。 #公历节假日 [SOLAR] 0101[zh_CN]=元旦 0101[zh_HK]=元旦 0101[zh_TW]=開國日 0214[zh_CN]=情人节 0214[zh_HK]=情人節 0214[zh_TW]=情人節 0215[zh_CN]=人口日|中国12亿人口日 0228[zh_TW]=和平日 0308[zh_CN]=妇女节|国际劳动妇女节 0308[zh_HK]=婦女節 0308[zh_TW]=婦女節 0312[zh_CN]=植树节|中国植树节 0312[zh_HK]=植樹節 0315[zh_CN]=消费者 0315[zh_HK]=消費者 0401[zh_CN]=愚人节 0401[zh_HK]=愚人節 0422[zh_CN]=地球日 0422[zh_HK]=地球日 0422[zh_TW]=地球日 0501[zh_CN]=劳动节|国际劳动节 0501[zh_HK]=勞動節 0501[zh_TW]=勞動節 0504[zh_CN]=青年节|中国青年节 0504[zh_HK]=青年節 0504[zh_TW]=青年節 0512[zh_CN]=护士节|国际护士节 0601[zh_CN]=儿童节 0601[zh_HK]=兒童節 0601[zh_TW]=兒童節 0701[zh_CN]=建党节|中国共产党诞生纪念日 0701[zh_HK]=建黨節 0801[zh_CN]=建军节|中国人民解放军建军纪念日 0801[zh_HK]=建軍節 0910[zh_CN]=教师节 0910[zh_HK]=教師節 0918[zh_CN]=九一八 0918[zh_HK]=九一八 0918[zh_TW]=九一八 1001[zh_CN]=国庆节 1001[zh_HK]=國慶日 1010[zh_TW]=國慶日 1108[zh_CN]=记者节 1224[zh_CN]=平安夜 1224[zh_HK]=平安夜 1224[zh_TW]=平安夜 1225[zh_CN]=圣诞节 1225[zh_HK]=耶誕節 1225[zh_TW]=耶誕節 #农历节假日 [LUNAR] 0101[zh_CN]=春节 0101[zh_HK]=春節 0101[zh_TW]=春節 0115[zh_CN]=元宵 0115[zh_HK]=元宵 0115[zh_TW]=元宵 0202[zh_CN]=中和节 0505[zh_CN]=端午 0505[zh_HK]=端午 0505[zh_TW]=端午 0707[zh_CN]=七夕 0707[zh_HK]=七夕 0707[zh_TW]=七夕 0715[zh_CN]=中元节 0715[zh_HK]=中元節 0715[zh_TW]=中元節 0815[zh_CN]=中秋 0815[zh_HK]=中秋 0815[zh_TW]=中秋 0909[zh_CN]=重阳 0909[zh_HK]=重陽 0909[zh_TW]=重陽 1208[zh_CN]=腊八 1208[zh_HK]=臘八 1208[zh_TW]=臘八 1223[zh_CN]=小年 1223[zh_HK]=小年 1223[zh_TW]=小年 1230[zh_CN]=除夕 1230[zh_HK]=除夕 1230[zh_TW]=除夕 #周节假日 [WEEK] #0520表示:(05)月第(2)个星期(0)。 0-6表示周日到周六。 0520[zh_CN]=母亲节 0520[zh_HK]=母親節 0520[zh_TW]=母親節 0630[zh_CN]=父亲节 0630[zh_HK]=父親節 0630[zh_TW]=父親節 1144[zh_CN]=感恩节 1144[zh_HK]=感恩節 lunar-date-3.0.2/data/huangli.js000066400000000000000000015451271501066716200164710ustar00rootroot00000000000000{ "y2018": { "d0101": { "y": "祭祀.塑绘.开光.裁衣.冠笄.嫁娶.纳采.拆卸.修造.动土.竖柱.上梁.安床.移徙.入宅.安香.结网.捕捉.畋猎.伐木.进人口.放水.", "j": "出行.安葬.修坟.开市.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0201": { "y": "祭祀.沐浴.祈福.斋醮.订盟.纳采.裁衣.拆卸.起基.竖柱.上梁.安床.入殓.除服.成服.移柩.启攒.挂匾.求嗣.出行.合帐.造畜椆栖.", "j": "开仓.嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0102": { "y": "祭祀.求医.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0103": { "y": "祭祀.祈福.斋醮.出行.冠笄.安机械.移徙.入宅.安香.安床.除服.成服.移柩.启攒.", "j": "开光.栽种.治病.安门.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0104": { "y": "塑绘.斋醮.出行.拆卸.解除.修造.移徙.造船.入殓.除服.成服.移柩.启攒.修坟.立碑.谢土.", "j": "", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0105": { "y": "祭祀.斋醮.入殓.破土.启攒.安葬.修坟.立碑.除服.成服.", "j": "嫁娶.入宅.作灶.纳采.订盟.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0106": { "y": "祭祀.斋醮.纳财.捕捉.畋猎.", "j": "嫁娶.开市.入宅.安床.破土.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0107": { "y": "纳采.订盟.祭祀.祈福.求嗣.斋醮.沐浴.进人口.会亲友.入学.治病.安碓硙.掘井.开池.纳畜.牧养.造畜椆栖.", "j": "嫁娶.合帐.入宅.行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0108": { "y": "祭祀.祈福.求嗣.沐浴.问名.交易.纳财.入殓.移柩.安葬.修坟.立碑.谢土.造畜椆栖.教牛马.", "j": "入宅.置产.嫁娶.动土.栽种.开市.开光.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0109": { "y": "祭祀.教牛马.造畜椆栖.祭祀.会亲友.解除.余事勿取.", "j": "嫁娶.入宅.出行.动土.破土.安葬.行丧.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0110": { "y": "嫁娶.开光.解除.出火.拆卸.修造.进人口.入宅.移徙.安床.栽种.入殓.修坟.动土.除服.成服.", "j": "作灶.安葬.祭祀.开市.纳采.订盟.纳畜.谢土.出行.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0111": { "y": "出行.起基.安床.纳财.交易.立券.嫁娶.栽种.入殓.移柩.安葬.", "j": "挂匾.入宅.上梁.祈福.词讼.作梁.作灶.开池.安门.动土.破土.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0112": { "y": "平治道涂.余事勿取.", "j": "开光.嫁娶.开仓.出货财.造船.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0113": { "y": "嫁娶.订盟.纳采.会亲友.祭祀.安机械.移徙.入宅.造屋.安床.起基.定磉.安香.出火.挂匾.拆卸.置产.", "j": "开市.出行.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0114": { "y": "沐浴.捕捉.畋猎.理发.整手足甲.入殓.除服.成服.破土.安葬.谢土.立碑.修坟.启攒.", "j": "纳采.订盟.嫁娶.上梁.开市.斋醮.造屋.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0115": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "斋醮.嫁娶.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0116": { "y": "沐浴.开仓.出货财.开市.交易.立券.纳财.栽种.纳畜.牧养.畋猎.入殓.破土.安葬.", "j": "祈福.嫁娶.安床.入宅.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0117": { "y": "祭祀.沐浴.补垣.塞穴.断蚁.解除.余事勿取.", "j": "造庙.入宅.修造.安葬.行丧.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0118": { "y": "嫁娶.纳采.订盟.问名.祭祀.冠笄.裁衣.会亲友.进人口.纳财.捕捉.作灶.", "j": "开市.安床.安葬.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0119": { "y": "订盟.纳采.会亲友.祭祀.斋醮.沐浴.塑绘.出火.开光.竖柱.上梁.开市.交易.立券.作梁.开柱眼.伐木.架马.安门.安床.拆卸.牧养.造畜椆栖.掘井.", "j": "造庙.嫁娶.出行.动土.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0120": { "y": "交易.立券.纳财.安床.裁衣.造畜椆栖.安葬.谢土.启攒.除服.成服.修坟.立碑.移柩.入殓.", "j": "开光.嫁娶.开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0121": { "y": "祭祀.解除.教牛马.会亲友.余事勿取.", "j": "破土.动土.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0122": { "y": "纳采.订盟.移徙.纳财.开市.交易.立券.入宅.会亲友.解除.求医.治病.入学.安床.安门.安香.出火.拆卸.扫舍.入宅.挂匾.开生坟.合寿木.破土.修坟.启攒.入殓.", "j": "探病.祭祀.出行.上梁.造屋.谢土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0123": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.会亲友.解除.出行.入学.纳财.开市.交易.立券.习艺.经络.安床.开仓.出货财.纳畜.安葬.启攒.修坟.入殓.", "j": "入宅.开光.开市.动土.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0124": { "y": "祭祀.冠笄.嫁娶.会亲友.进人口.裁衣.结网.平治道涂.", "j": "移徙.入宅.造庙.作灶.治病.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0125": { "y": "祭祀.安碓硙.结网.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0126": { "y": "嫁娶.祭祀.沐浴.裁衣.出行.理发.移徙.捕捉.畋猎.放水.入宅.除服.成服.启攒.安葬.移柩.入殓.", "j": "造屋.开市.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0127": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0128": { "y": "纳采.订盟.祭祀.求嗣.出火.塑绘.裁衣.会亲友.入学.拆卸.扫舍.造仓.挂匾.掘井.开池.结网.栽种.纳畜.破土.修坟.立碑.安葬.入殓.", "j": "祈福.嫁娶.造庙.安床.谢土.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0129": { "y": "入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.", "j": "开市.伐木.嫁娶.作梁.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0130": { "y": "祭祀.作灶.入殓.除服.余事勿取.", "j": "开市.安床.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0131": { "y": "塑绘.开光.沐浴.冠笄.会亲友.作灶.放水.造畜椆栖.", "j": "嫁娶.入殓.安葬.出行.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0227": { "y": "裁衣.合帐.入殓.除服.成服.会亲友.纳财.", "j": "祭祀.祈福.移徙.嫁娶.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0212": { "y": "纳采.祭祀.祈福.出行.会亲友.修造.动土.移徙.入宅.", "j": "嫁娶.开市.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0202": { "y": "祭祀.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0222": { "y": "祭祀.冠笄.嫁娶.拆卸.修造.动土.起基.上梁.造屋.入宅.开市.开池.塞穴.入殓.除服.成服.移柩.安葬.破土.", "j": "安床.栽种.治病.作灶.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0217": { "y": "会亲友.求嗣.理发.冠笄.结网.捕捉.开光.理发.", "j": "开市.动土.安葬.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0225": { "y": "祭祀.沐浴.开光.塑绘.祈福.求嗣.订盟.纳采.冠笄.裁衣.嫁娶.动土.除服.成服.移柩.破土.启攒.出行.安碓硙.放水.开市.立券.交易.", "j": "安葬.上梁.入宅.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0215": { "y": "纳采.会亲友.竖柱.上梁.立券.入殓.移柩.安葬.启攒.", "j": "祭祀.移徙.入宅.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0207": { "y": "嫁娶.祭祀.冠笄.修饰垣墙.置产.", "j": "经络.探病.造屋.作灶.动土.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0224": { "y": "塑绘.开光.祈福.求嗣.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.起基.安门.安床.移徙.造仓.结网.纳畜.", "j": "伐木.作灶.安葬.取渔.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0315": { "y": "嫁娶.冠笄.会亲友.安机械.纳财.交易.立券.置产.", "j": "开市.造屋.治病.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0203": { "y": "沐浴.解除.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.移徙.入宅.除服.成服.移柩.破土.启攒.安葬.扫舍.修坟.伐木.纳财.交易.立券.", "j": "作灶.祭祀.上梁.出行.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0204": { "y": "祭祀.祈福.求嗣.开光.嫁娶.出行.解除.伐木.拆卸.进人口.安床.动土.起基.上梁.栽种.纳畜.破土.谢土.启攒.安葬.", "j": "移徙.入宅.出火.作灶.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0205": { "y": "会亲友.冠笄.安床.会亲友.安机械.祭祀.祈福.求嗣.经络.", "j": "嫁娶.开市.动土.作灶.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0206": { "y": "作灶.解除.平治道涂.余事勿取.", "j": "祭祀.祈福.安葬.安门.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0208": { "y": "纳采.嫁娶.祭祀.祈福.出行.修造.动土.移徙.入宅.安葬.破土.", "j": "开市.入宅.斋醮.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0209": { "y": "祭祀.沐浴.解除.理发.扫舍.破屋.坏垣.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0210": { "y": "纳采.订盟.祭祀.祈福.安香.出火.修造.出行.开市.移徙.入宅.动土.安葬.破土.", "j": "安床.作灶.造船.会亲友.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0211": { "y": "塞穴.结网.取渔.畋猎.", "j": "嫁娶.安门.移徙.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0213": { "y": "纳采.嫁娶.祭祀.祈福.出行.开市.会亲友.动土.破土.启攒.", "j": "移徙.入宅.出火.安门.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0214": { "y": "祭祀.祈福.求嗣.斋醮.入殓.除服.成服.移柩.安葬.启攒.", "j": "嫁娶.动土.开光.造屋.破土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0216": { "y": "祭祀.祈福.斋醮.出行.开市.立券.动土.移徙.入宅.破土.安葬.", "j": "开光.嫁娶.作灶.掘井.纳畜.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0218": { "y": "祭祀.平治道涂.余事勿取.", "j": "嫁娶.祈福.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0219": { "y": "祈福.求嗣.斋醮.纳采.嫁娶.伐木.修造.动土.移徙.入宅.造庙.安机械.开市.入殓.除服.成服.移柩.安葬.破土.谢土.", "j": "置产.造屋.合脊.开光.探病.安门.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0220": { "y": "入学.习艺.出行.纳采.订盟.嫁娶.会亲友.进人口.牧养.捕捉.入殓.移柩.安葬.启攒.", "j": "开光.开市.入宅.动土.造屋.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0221": { "y": "祭祀.沐浴.求医.治病.扫舍.破屋.坏垣.解除.余事勿取.", "j": "入宅.开市.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0223": { "y": "祭祀.结网.入殓.除服.成服.移柩.安葬.破土.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0226": { "y": "祭祀.祈福.求嗣.酬神.裁衣.安床.立券.交易.入殓.除服.成服.移柩.谢土.启攒.", "j": "出行.嫁娶.入宅.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0228": { "y": "祭祀.斋醮.裁衣.合帐.冠笄.订盟.纳采.嫁娶.入宅.安香.谢土.入殓.移柩.破土.立碑.安香.会亲友.出行.祈福.求嗣.立碑.上梁.放水.", "j": "掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0325": { "y": "扫舍.塞穴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0415": { "y": "祭祀.捕捉.解除.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0301": { "y": "安床.合帐.入宅.问名.纳采.求嗣.祭祀.开仓.", "j": "斋醮.作灶.安床.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0302": { "y": "作灶.平治道涂.", "j": "祭祀.祈福.安葬.安门.余事勿取.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0303": { "y": "塑绘.开光.酬神.斋醮.订盟.纳采.裁衣.合帐.拆卸.动土.上梁.安床.安香.造庙.挂匾.会亲友.进人口.出行.修造.纳财.伐木.放水.出火.纳畜.沐浴.安门.", "j": "造屋.栽种.安葬.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0304": { "y": "祭祀.祈福.酬神.订盟.纳采.冠笄.裁衣.合帐.嫁娶.安床.移徙.入宅.安香.入殓.移柩.启攒.安葬.解除.取渔.捕捉.伐木.安门.出火.", "j": "栽种.动土.开市.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0305": { "y": "嫁娶.开光.祭祀.祈福.求嗣.出行.出火.入宅.移徙.解除.栽种.伐木.破土.谢土.安葬.", "j": "开市.交易.作灶.纳财.上梁.安床.造屋.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0306": { "y": "破屋.坏垣.求医.治病.余事勿取.", "j": "开光.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0307": { "y": "纳采.交易.立券.安床.安机械.安葬.移柩.动土.破土.立碑.", "j": "嫁娶.开光.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0308": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.开光.理发.经络.解除.治病.治病.立碑.栽种.牧养.掘井.开池.", "j": "嫁娶.定磉.合寿木.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0309": { "y": "纳财.交易.立券.栽种.捕捉.结网.取渔.进人口.教牛马.理发.", "j": "入宅.造屋.竖柱.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0310": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.修造.动土.移徙.入宅.破土.出火.安门.安床.上梁.立碑.移柩.", "j": "开市.交易.合帐.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0311": { "y": "冠笄.立券.交易.修造.动土.安机械.入殓.安葬.破土.", "j": "嫁娶.祈福.出火.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0312": { "y": "祭祀.会亲友.出行.立券.交易.冠笄.纳财.", "j": "嫁娶.动土.掘井.起基.定磉.破土.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0313": { "y": "祭祀.沐浴.解除.扫舍.塞穴.牧养.", "j": "嫁娶.安葬.行丧.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0314": { "y": "纳财.开市.交易.立券.开光.针灸.会亲友.理发.安床.造仓.结网.", "j": "移徙.入宅.栽种.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0316": { "y": "嫁娶.造车器.纳采.订盟.祭祀.祈福.安机械.移徙.入宅.开市.立券.破土.安葬.", "j": "纳畜.理发.合寿木.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0317": { "y": "祈福.斋醮.出行.移徙.入宅.修造.动土.破土.安葬.", "j": "纳采.开光.安床.嫁娶.开市.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0318": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.开市.入宅.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0319": { "y": "嫁娶.冠笄.祭祀.出行.会亲友.修造.动土.入殓.破土.", "j": "塑绘.开光.造桥.除服.成服.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0320": { "y": "开光.求嗣.出行.纳采.冠笄.出火.拆卸.起基.修造.动土.上梁.移徙.造船.开市.交易.立券.纳财.", "j": "祈福.嫁娶.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0321": { "y": "理发.冠笄.嫁娶.进人口.栽种.捕捉.针灸.", "j": "纳财.开市.安葬.破土.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0322": { "y": "开光.祈福.求嗣.出行.解除.伐木.造屋.起基.修造.架马.安门.移徙.入宅.造庙.除服.成服.移柩.谢土.纳畜.牧养.", "j": "纳采.动土.开市.交易.安门.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0323": { "y": "裁衣.经络.伐木.开柱眼.拆卸.修造.动土.上梁.合脊.合寿木.入殓.除服.成服.移柩.破土.安葬.启攒.修坟.立碑.", "j": "祭祀.嫁娶.出行.上梁.掘井.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0324": { "y": "祭祀.会亲友.立券.交易.裁衣.合帐.嫁娶.冠笄.进人口.", "j": "栽种.动土.安葬.掘井.修坟.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0326": { "y": "塑绘.开光.订盟.纳采.裁衣.合帐.冠笄.安机械.会亲友.纳财.开市.立券.交易.安床.竖柱.上梁.结网.栽种.解除.经络.", "j": "作灶.出行.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0327": { "y": "祭祀.嫁娶.纳婿.除服.成服.入殓.移柩.", "j": "动土.作灶.入宅.开光.安床.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0328": { "y": "祈福.求嗣.开光.塑绘.斋醮.订盟.纳采.嫁娶.拆卸.安床.入宅.安香.移柩.修坟.安葬.谢土.栽种.解除.冠笄.裁衣.移徙.修造.动土.竖柱.放水.启攒.立碑.", "j": "赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0329": { "y": "祭祀.解除.入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.谢土.沐浴.扫舍.捕捉.取渔.结网.畋猎.理发.", "j": "安床.嫁娶.作灶.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0330": { "y": "破屋.坏垣.", "j": "诸事不宜.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0331": { "y": "祭祀.出行.订盟.纳采.裁衣.合帐.冠笄.进人口.动土.安床.作灶.入殓.移柩.安葬.破土.结网.取渔.畋猎.", "j": "作梁.造庙.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0425": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0426": { "y": "祭祀.塑绘.开光.订盟.纳采.冠笄.裁衣.安机械.拆卸.修造.动土.安床.经络.开市.", "j": "出火.入宅.安葬.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0416": { "y": "纳采.嫁娶.出行.开市.立券.纳畜.牧养.出火.移徙.入宅.", "j": "祈福.动土.破土.安葬.入殓.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0406": { "y": "祭祀.修饰垣墙.余事勿取.", "j": "开光.修造.动土.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0423": { "y": "祭祀.祈福.开光.求嗣.斋醮.纳采.订盟.求医.治病.起基.定磉.造船.取渔.解除.安葬.启攒.谢土.入殓.", "j": "开市.动土.掘井.开池.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0427": { "y": "祭祀.余事勿取.", "j": "造庙.嫁娶.安床.余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0526": { "y": "开光.出行.纳采.嫁娶.伐木.架马.出火.拆卸.移徙.入宅.造庙.造桥.造船.造畜椆栖.开市.入殓.除服.成服.移柩.安葬.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0401": { "y": "祭祀.开光.塑绘.订盟.纳采.合帐.冠笄.拆卸.动土.起基.上梁.入宅.安香.开市.立券.纳财.沐浴.求嗣.出火.竖柱.安门.", "j": "造庙.嫁娶.伐木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0402": { "y": "祭祀.沐浴.捕捉.栽种.", "j": "嫁娶.入宅.移徙.作灶.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0403": { "y": "祭祀.开光.塑绘.酬神.斋醮.订盟.纳采.嫁娶.裁衣.动土.起基.出火.拆卸.移徙.入宅.安香.修造.竖柱.上梁.纳畜.牧养.祈福.求嗣.解除.伐木.定磉.造屋.安门.", "j": "栽种.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0404": { "y": "订盟.纳采.冠笄.拆卸.修造.动土.安床.入殓.除服.成服.移柩.安葬.破土.启攒.造仓.", "j": "作灶.开光.嫁娶.开市.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0405": { "y": "祭祀.出行.修造.动土.合帐.造畜椆栖.安床.移徙.入殓.移柩.破土.启攒.安葬.开生坟.合寿木.补垣.塞穴.", "j": "移徙.入宅.作灶.理发.开光.安门.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0407": { "y": "嫁娶.祭祀.祈福.求嗣.斋醮.开光.出火.移徙.入宅.竖柱.上梁.会亲友.造屋.起基.治病.治病.安门.造车器.掘井.开池.", "j": "纳采.出行.修坟.安葬.开市.立券.作灶.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0408": { "y": "祭祀.塑绘.开光.纳采.嫁娶.开市.出行.会亲友.安床.结网.除服.成服.启攒.安葬.移柩.", "j": "祈福.入宅.造屋.动土.破土.探病.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0409": { "y": "祭祀.作灶.平治道涂.余事勿取.", "j": "安床.入宅.安碓硙.栽种.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0410": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.纳畜.入殓.破土.安葬.", "j": "移徙.入宅.嫁娶.出行.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0411": { "y": "纳采.祭祀.祈福.求嗣.斋醮.出行.起基.造屋.定磉.安门.入殓.安葬.", "j": "嫁娶.开市.纳财.出火.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0412": { "y": "祭祀.沐浴.解除.求医.治病.破屋.坏垣.余事勿取.", "j": "祈福.斋醮.开市.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0413": { "y": "沐浴.捕捉.畋猎.结网.取渔.", "j": "祭祀.嫁娶.入宅.作灶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0414": { "y": "祭祀.祈福.求嗣.斋醮.纳采.订盟.开光.竖柱.上梁.开仓.出货财.造屋.起基.定磉.安门.诸事不宜.破土.入殓.启攒.谢土.", "j": "出火.嫁娶.开市.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0417": { "y": "祭祀.祈福.求嗣.斋醮.冠笄.作灶.纳财.交易.", "j": "开光.嫁娶.掘井.安葬.安门.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0418": { "y": "祭祀.解除.教牛马.出行.余事勿取.", "j": "动土.破土.行丧.开光.作梁.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0419": { "y": "沐浴.斋醮.解除.求医.治病.会亲友.造畜椆栖.栽种.理发.扫舍.", "j": "开市.嫁娶.移徙.入宅.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0420": { "y": "求嗣.出行.解除.订盟.纳采.嫁娶.会亲友.进人口.安床.开市.交易.纳畜.牧养.入殓.除服.成服.移柩.安葬.启攒.", "j": "祈福.开市.修造.动土.破土.谢土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0421": { "y": "祭祀.作灶.平治道涂.余事勿取.", "j": "嫁娶.安葬.动土.安床.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0422": { "y": "造车器.祭祀.祈福.求嗣.斋醮.开市.交易.安机械.雕刻.开光.造屋.合脊.起基.定磉.安门.纳畜.安葬.开生坟.立碑.谢土.斋醮.", "j": "入宅.动土.开仓.出货财.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0424": { "y": "祭祀.沐浴.破屋.坏垣.求医.治病.解除.余事勿取.", "j": "嫁娶.开市.交易.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0428": { "y": "订盟.纳采.嫁娶.进人口.会亲友.交易.立券.动土.除服.谢土.移柩.破土.启攒.赴任.出行.开市.纳财.栽种.", "j": "入殓.安葬.入宅.安床.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0429": { "y": "祭祀.祈福.裁衣.合帐.安床.入殓.除服.成服.移柩.破土.启攒.安葬.谢土.立碑.造畜椆栖.", "j": "掘井.安门.嫁娶.纳采.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0430": { "y": "祭祀.进人口.嫁娶.安床.解除.冠笄.出行.裁衣.扫舍.", "j": "掘井.动土.破土.安葬.开光.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0524": { "y": "余事勿取.", "j": "余事勿取.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0529": { "y": "嫁娶.纳采.出行.祭祀.祈福.开市.动土.移徙.入宅.破土.安葬.", "j": "安门.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0519": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0522": { "y": "栽种.捕捉.畋猎.余事勿取.", "j": "开市.动土.祭祀.斋醮.安葬.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0516": { "y": "祭祀.沐浴.移徙.破土.安葬.扫舍.平治道涂.", "j": "祈福.嫁娶.入宅.安床.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0512": { "y": "嫁娶.冠笄.祭祀.出行.移徙.入宅.作灶.造车器.补垣.塞穴.作厕.破土.启攒.除服.成服.入殓.", "j": "入宅.造屋.造桥.安门.安葬.上梁.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0502": { "y": "祭祀.会亲友.开市.安床.启攒.安葬.", "j": "嫁娶.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0528": { "y": "开光.出行.嫁娶.", "j": "会亲友.进人口.修造.动土.起基.移徙.开市.纳畜.入殓.除服.成服.移柩.破土.安葬.修坟.立碑.会亲友.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0518": { "y": "嫁娶.纳采.订盟.斋醮.开光.祭祀.祈福.求医.治病.会亲友.动土.解除.捕捉.纳畜.牧养.入殓.破土.安葬.", "j": "移徙.入宅.造屋.架马.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0521": { "y": "开市.交易.立券.安机械.会亲友.开光.求医.治病.造屋.起基.修造.动土.定磉.竖柱.上梁.安门.作灶.放水.作厕.开池.栽种.牧养.造畜椆栖.破土.安葬.立碑.", "j": "嫁娶.出火.移徙.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0508": { "y": "订盟.纳采.嫁娶.解除.祭祀.祈福.求嗣.开光.出行.解除.出火.拆卸.入宅.移徙.安床.栽种.纳畜.动土.破土.谢土.安葬.修坟.", "j": "作灶.开市.经络.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0527": { "y": "进人口.牧养.置产.塞穴.结网.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0621": { "y": "开光.求嗣.出行.冠笄.嫁娶.伐木.架马.开柱眼.修造.移徙.入宅.开市.交易.立券.出行.安香.出火.挂匾.起基.修造.开生坟.合寿木.入殓.除服.成服.移柩.安葬.", "j": "安床.出货财.作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0501": { "y": "纳采.开光.求医.治病.动土.上梁.移徙.入宅.", "j": "嫁娶.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0503": { "y": "祭祀.作灶.掘井.平治道涂.", "j": "嫁娶.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0504": { "y": "祭祀.斋醮.开市.动土.入殓.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0505": { "y": "开市.交易.立券.挂匾.祭祀.祈福.斋醮.出行.开市.交易.立券.造屋.起基.修造.动土.定磉.安床.安机械.安葬.破土.启攒.除服.成服.立碑.", "j": "作灶.嫁娶.移徙.入宅.理发.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0506": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.开光.出火.出行.拆卸.动土.修造.进人口.入宅.移徙.安床.解除.挂匾.栽种.破土.谢土.入殓.移柩.安葬.", "j": "开市.立券.造船.合寿木.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0507": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "开光.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0509": { "y": "祭祀.祈福.求嗣.开光.订盟.纳采.解除.动土.起基.进人口.开市.交易.立券.纳财.造仓.开池.栽种.纳畜.破土.安葬.", "j": "安床.上梁.裁衣.入宅.嫁娶.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0510": { "y": "祭祀.结网.捕捉.余事勿取.", "j": "探病.嫁娶.开市.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0511": { "y": "祭祀.祈福.求嗣.开光.纳采.订盟.嫁娶.出行.动土.破土.会亲友.开市.交易.立券.习艺.拆卸.起基.安碓硙.放水.开池.造仓.开渠.栽种.谢土.启攒.修坟.立碑.", "j": "入宅.安门.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0513": { "y": "祭祀.解除.断蚁.会亲友.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0514": { "y": "嫁娶.纳采.订盟.祭祀.祈福.治病.造车器.修造.动土.移徙.入宅.", "j": "开市.出行.安床.作灶.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0515": { "y": "嫁娶.纳采.订盟.会亲友.安机械.结网.冠笄.祭祀.求嗣.进人口.经络.", "j": "开市.作灶.动土.行丧.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0517": { "y": "祭祀.祈福.斋醮.求嗣.安机械.纳畜.移徙.入宅.安机械.塑绘.开光.起基.竖柱.上梁.作灶.安门.安香.出火.造屋.启攒.安葬.", "j": "动土.破土.嫁娶.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0520": { "y": "沐浴.扫舍.余事勿取.", "j": "斋醮.开市.嫁娶.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0523": { "y": "嫁娶.祭祀.祈福.求嗣.斋醮.订盟.纳采.解除.出行.动土.破土.习艺.针灸.理发.会亲友.起基.修造.动土.竖柱.定磉.安床.拆卸.纳畜.牧养.放水.破土.除服.成服.修坟.立碑.", "j": "开市.入宅.探病.出火.造屋.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0525": { "y": "塞穴.断蚁.结网.余事勿取.", "j": "破土.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0530": { "y": "嫁娶.纳采.求医.治病.修造.动土.移徙.入宅.破土.安葬.", "j": "开市.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0531": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0611": { "y": "嫁娶.纳采.祭祀.祈福.出行.立券.移徙.入宅.动土.破土.安葬.", "j": "开光.作灶.造屋.架马.开仓.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0613": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "入宅.嫁娶.移徙.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0623": { "y": "安机械.移徙.入宅.出行.祭祀.祈福.斋醮.纳采.订盟.安香.出火.解除.会亲友.修造.动土.拆卸.起基.定磉.移徙.入宅.造屋.安床.修造.破土.安葬.入殓.立碑.", "j": "开市.伐木.作梁.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0622": { "y": "祭祀.沐浴.理发.嫁娶.作灶.整手足甲.扫舍.修饰垣墙.平治道涂.", "j": "斋醮.出行.治病.合寿木.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0612": { "y": "纳采.订盟.冠笄.祭祀.祈福.斋醮.出行.修造.动土.移徙.入宅.安香.出火.拆卸.造屋.起基.竖柱.上梁.定磉.安门.开池.", "j": "嫁娶.开市.合寿木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0731": { "y": "纳采.祭祀.祈福.解除.动土.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0601": { "y": "嫁娶.纳采.祭祀.祈福.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "祈福.斋醮.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0602": { "y": "纳采.祭祀.祈福.开市.求医.治病.动土.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0603": { "y": "嫁娶.纳采.出行.移徙.入宅.", "j": "动土.破土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0604": { "y": "订盟.纳采.祭祀.动土.破土.交易.立券.", "j": "嫁娶.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0605": { "y": "嫁娶.裁衣.祭祀.出行.安床.作灶.移徙.入宅.破土.安葬.", "j": "赴任.捕捉.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0606": { "y": "嫁娶.合帐.裁衣.冠笄.伐木.上梁.出火.拆卸.移徙.修造.动土.安门.纳财.筑堤.栽种.塞穴.", "j": "安床.祈福.出行.安葬.行丧.开光.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0607": { "y": "出行.教牛马.割蜜.余事勿取.", "j": "斋醮.造屋.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0608": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.解除.出火.拆卸.修造.进人口.入宅.移徙.动土.安床.纳畜.栽种.纳财.交易.立券.挂匾.造畜椆栖.", "j": "安葬.开生坟.合寿木.行丧.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0609": { "y": "安机械.祭祀.祈福.求嗣.沐浴.解除.纳采.开市.修造.竖柱.上梁.开柱眼.安碓硙.归岫.补垣.塞穴.拆卸.放水.出火.扫舍.开生坟.合寿木.安葬.谢土.启攒.除服.成服.", "j": "嫁娶.安床.作灶.动土.破土.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0610": { "y": "祭祀.沐浴.理发.整手足甲.修饰垣墙.平治道涂.余事勿取.", "j": "开市.入宅.出行.修造.词讼.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0614": { "y": "嫁娶.安机械.交易.出行.祭祀.祈福.求嗣.斋醮.塑绘.开光.合帐.裁衣.放水.开池.掘井.", "j": "作灶.理发.造桥.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0615": { "y": "纳采.冠笄.求医.治病.开市.立券.修造.动土.安机械.破土.安葬.", "j": "斋醮.祭祀.移徙.入宅.上梁.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0616": { "y": "祭祀.作灶.余事勿取.", "j": "开市.安葬.破土.修坟.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0617": { "y": "祭祀.祈福.求嗣.斋醮.安香.解除.移徙.入宅.会亲友.求医.治病.动土.破土.开生坟.合寿木.", "j": "合帐.上梁.经络.安葬.入殓.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0618": { "y": "嫁娶.冠笄.修造.动土.作灶.移徙.入宅.补垣.塞穴.纳畜.牧养.架马.修造.动土.起基.定磉.开池.造船.", "j": "祈福.开光.掘井.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0619": { "y": "祭祀.交易.纳财.", "j": "斋醮.开渠.上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0620": { "y": "嫁娶.订盟.纳采.冠笄.会亲友.安机械.造车器.祭祀.出行.纳财.入宅.安香.出火.入学.塑绘.开光.拆卸.起基.修造.动土.牧养.栽种.安门.作厕.", "j": "行丧.伐木.作梁.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0624": { "y": "祭祀.沐浴.捕捉.结网.畋猎.取渔.余事勿取.", "j": "开市.交易.嫁娶.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0625": { "y": "破屋.坏垣.求医.治病.畋猎.余事勿取.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0626": { "y": "嫁娶.出行.安机械.祭祀.塑绘.开光.治病.经络.安床.结网.塞穴.破土.入殓.", "j": "开市.安门.掘井.作灶.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0627": { "y": "订盟.纳采.会亲友.进人口.雕刻.拆卸.修造.动土.起基.开市.栽种.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0628": { "y": "祭祀.捕捉.取渔.修饰垣墙.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0629": { "y": "嫁娶.纳采.祭祀.祈福.求医.治病.出行.动土.移徙.入宅.", "j": "开市.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0630": { "y": "裁衣.作灶.移徙.入宅.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0728": { "y": "塑绘.出行.冠笄.嫁娶.进人口.裁衣.纳婿.造畜椆栖.交易.立券.牧养.开生坟.入殓.除服.成服.移柩.安葬.启攒.", "j": "", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0831": { "y": "嫁娶.祭祀.祈福.斋醮.作灶.移徙.入宅.", "j": "动土.破土.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0701": { "y": "祭祀.入殓.移柩.启攒.安葬.", "j": "上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0702": { "y": "订盟.纳采.出行.祈福.斋醮.安床.会亲友.", "j": "移徙.入宅.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0703": { "y": "嫁娶.纳采.出行.求医.治病.开市.移徙.入宅.启攒.安葬.", "j": "动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0704": { "y": "嫁娶.祭祀.沐浴.扫舍.修饰垣墙.", "j": "行丧.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0705": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0706": { "y": "订盟.纳采.出行.祭祀.祈福.修造.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0707": { "y": "祭祀.祈福.解除.整手足甲.安床.沐浴.入殓.移柩.破土.启攒.安葬.谢土.", "j": "嫁娶.斋醮.开市.出火.入宅.移徙.出行.作灶.安门.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0708": { "y": "破屋.坏垣.解除.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0709": { "y": "嫁娶.开市.立券.移徙.入宅.安机械.会亲友.经络.安门.安床.挂匾.拆卸.开仓.出货财.开池.栽种.纳畜.牧养.破土.安葬.启攒.移柩.入殓.立碑.", "j": "祭祀.祈福.探病.谢土.造桥.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0710": { "y": "嫁娶.订盟.纳采.祭祀.祈福.斋醮.开光.会亲友.求医.治病.造屋.起基.竖柱.上梁.安门.安碓硙.筑堤.开池.破土.安葬.除服.成服.", "j": "入宅.开市.掘井.词讼.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0711": { "y": "纳采.订盟.嫁娶.移徙.入宅.出行.祭祀.祈福.斋醮.塑绘.开光.安香.出火.会亲友.解除.入学.竖柱.上梁.拆卸.造屋.起基.栽种.牧养.纳畜.", "j": "安葬.破土.开市.开仓.出货财.启攒.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0712": { "y": "纳采.订盟.嫁娶.祭祀.沐浴.塑绘.开光.出火.治病.习艺.伐木.造屋.竖柱.上梁.安床.作灶.安碓硙.挂匾.掘井.纳畜.", "j": "出行.安葬.造桥.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0713": { "y": "祭祀.入殓.除服.成服.移柩.破土.启攒.安葬.塞穴.断蚁.结网.", "j": "开市.入宅.嫁娶.开光.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0714": { "y": "祭祀.修造.出行.造屋.竖柱.造车器.教牛马.造畜椆栖.割蜜.", "j": "动土.破土.掘井.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0715": { "y": "祭祀.沐浴.塑绘.开光.入学.解除.扫舍.治病.开池.牧养.", "j": "嫁娶.出行.纳采.入宅.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0716": { "y": "纳财.开市.交易.立券.出行.祭祀.祈福.求嗣.开光.解除.扫舍.起基.竖柱.安床.移徙.开仓.出货财.补垣.塞穴.栽种.纳畜.牧养.", "j": "斋醮.入宅.安门.安葬.破土.行丧.", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0717": { "y": "祭祀.修饰垣墙.平治道涂.", "j": "开市.动土.破土.嫁娶.修造.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0718": { "y": "订盟.纳采.祭祀.祈福.开光.安香.出火.立券.安机械.移徙.入宅.竖柱.上梁.会亲友.安床.拆卸.挂匾.牧养.教牛马.", "j": "嫁娶.安葬.行丧.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0719": { "y": "沐浴.理发.捕捉.入殓.移柩.破土.启攒.安葬.", "j": "出火.嫁娶.入宅.作灶.破土.上梁.动土.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0720": { "y": "求医.治病.破屋.坏垣.余事勿取.", "j": "嫁娶.出行.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0721": { "y": "纳采.订盟.嫁娶.移徙.入宅.出行.开市.交易.立券.纳财.会亲友.安香.出火.拆卸.造屋.起基.安床.作灶.挂匾.安葬.破土.启攒.立碑.入殓.移柩.", "j": "祈福.上梁.开仓.掘井.牧养.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0722": { "y": "祭祀.祈福.斋醮.出行.纳采.订盟.安机械.出火.拆卸.修造.动土.起基.移徙.入宅.造庙.入殓.除服.成服.移柩.破土.安葬.谢土.", "j": "嫁娶.开市.栽种.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0723": { "y": "祭祀.进人口.纳财.纳畜.牧养.捕捉.余事勿取.", "j": "开市.入宅.安床.动土.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0724": { "y": "祭祀.塑绘.开光.求医.治病.嫁娶.会亲友.放水.掘井.牧养.纳畜.开渠.安碓硙.", "j": "造屋.入宅.作灶.入学.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0725": { "y": "祭祀.塞穴.结网.畋猎.余事勿取.", "j": "移徙.开市.入宅.嫁娶.开光.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0726": { "y": "开市.纳财.祭祀.塑绘.安机械.冠笄.会亲友.裁衣.开仓.经络.纳畜.造畜椆栖.教牛马.牧养.", "j": "动土.破土.安葬.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0727": { "y": "移徙.入宅.治病.会亲友.祭祀.祈福.斋醮.安香.移徙.嫁娶.造屋.起基.", "j": "开市.斋醮.安床.出行.经络.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0729": { "y": "祭祀.冠笄.嫁娶.捕捉.结网.畋猎.取渔.余事勿取.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0730": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0801": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0802": { "y": "嫁娶.纳采.开市.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "祭祀.祈福.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0803": { "y": "嫁娶.纳采.开市.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "赴任.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0804": { "y": "祭祀.作灶.纳财.捕捉.", "j": "开市.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0805": { "y": "嫁娶.开市.立券.祭祀.祈福.动土.移徙.入宅.", "j": "造庙.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0806": { "y": "补垣.塞穴.结网.入殓.除服.成服.移柩.安葬.启攒.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0807": { "y": "祭祀.出行.作梁.出火.拆卸.修造.动土.起基.安床.补垣.塞穴.入殓.破土.安葬.移柩.造畜椆栖.", "j": "嫁娶.入宅.斋醮.开光.针灸.掘井.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0808": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.出行.解除.竖柱.入宅.移徙.纳财.上梁.纳畜.入殓.安葬.启攒.", "j": "栽种.掘井.动土.安床.破土.置产.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0809": { "y": "解除.祭祀.祈福.求嗣.修造.动土.竖柱.上梁.安床.纳畜.造屋.合脊.起基.入殓.破土.安葬.", "j": "出火.嫁娶.开光.进人口.出行.词讼.开市.入宅.移徙.赴任.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0810": { "y": "沐浴.理发.会亲友.塑绘.开光.栽种.牧养.嫁娶.经络.补垣.塞穴.", "j": "开市.入宅.动土.破土.安葬.作灶.上梁.安床.开仓.祈福.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0811": { "y": "祭祀.理发.作灶.沐浴.修饰垣墙.平治道涂.", "j": "嫁娶.栽种.祈福.造桥.安葬.安门.伐木.作梁.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0812": { "y": "嫁娶.纳采.订盟.祭祀.祈福.斋醮.普渡.移徙.入宅.出行.安机械.开光.修造.动土.竖柱.上梁.造屋.起基.定磉.安门.安葬.破土.", "j": "开市.立券.置产.作灶.造桥.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0813": { "y": "祭祀.普渡.捕捉.解除.结网.畋猎.入殓.破土.安葬.", "j": "开市.交易.入宅.嫁娶.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0814": { "y": "沐浴.破屋.坏垣.余事勿取.", "j": "斋醮.开市.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0815": { "y": "订盟.纳采.祭祀.祈福.安香.出火.开市.立券.入宅.挂匾.造桥.启攒.安葬.", "j": "动土.破土.嫁娶.掘井.安床.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0816": { "y": "嫁娶.祭祀.祈福.斋醮.普渡.移徙.入宅.动土.治病.开市.交易.立券.开光.修造.造车器.安香.安床.捕捉.畋猎.结网.", "j": "纳采.订盟.经络.行丧.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0817": { "y": "嫁娶.订盟.纳采.作灶.冠笄.裁衣.会亲友.纳畜.牧养.安机械.开市.立券.纳财.安床.", "j": "掘井.出行.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0818": { "y": "嫁娶.订盟.纳采.祭祀.斋醮.普渡.解除.出行.会亲友.开市.纳财.修造.动土.竖柱.上梁.开光.开仓.出货财.纳畜.牧养.开池.破土.启攒.", "j": "出火.入宅.造屋.安门.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0819": { "y": "嫁娶.普渡.祭祀.祈福.补垣.塞穴.断蚁.筑堤.入殓.除服.成服.安葬.", "j": "动土.破土.掘井.开光.上梁.词讼.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0820": { "y": "嫁娶.冠笄.祭祀.沐浴.普渡.出行.纳财.扫舍.纳畜.赴任.", "j": "开市.动土.破土.安床.开仓.上梁.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0821": { "y": "祭祀.沐浴.理发.整手足甲.冠笄.解除.入殓.移柩.破土.启攒.安葬.", "j": "嫁娶.出行.入宅.开市.安门.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0822": { "y": "塑绘.冠笄.嫁娶.会亲友.进人口.经络.裁衣.栽种.纳畜.牧养.补垣.塞穴.捕捉.", "j": "祈福.开市.动土.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0823": { "y": "出行.沐浴.订盟.纳采.裁衣.竖柱.上梁.移徙.纳畜.牧养.", "j": "嫁娶.安门.动土.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0824": { "y": "纳采.订盟.嫁娶.祭祀.祈福.普渡.开光.安香.出火.移徙.入宅.竖柱.修造.动土.竖柱.上梁.起基.造屋.安门.造庙.造桥.破土.启攒.安葬.", "j": "开市.立券.纳财.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0825": { "y": "祭祀.捕捉.畋猎.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "嫁娶.纳采.订盟.开市.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0826": { "y": "破屋.坏垣.治病.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0827": { "y": "祈福.斋醮.出行.冠笄.嫁娶.雕刻.开柱眼.入宅.造桥.开市.交易.立券.纳财.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "动土.破土.订盟.安床.开池.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0828": { "y": "祈福.求嗣.解除.订盟.纳采.动土.起基.放水.造仓.开市.纳畜.牧养.开生坟.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0829": { "y": "塑绘.开光.解除.订盟.纳采.嫁娶.出火.修造.动土.移徙.入宅.拆卸.起基.安门.分居.开市.交易.立券.纳财.纳畜.牧养.", "j": "", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0830": { "y": "祈福.出行.订盟.纳采.嫁娶.裁衣.动土.安床.放水.开市.掘井.交易.立券.栽种.开渠.除服.成服.移柩.破土.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0921": { "y": "订盟.纳采.祭祀.祈福.安香.出火.修造.动土.上梁.安门.起基.竖柱.上梁.定磉.开池.移徙.入宅.立券.破土.", "j": "嫁娶.造庙.造桥.造船.作灶.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0925": { "y": "祭祀.出行.解除.冠笄.嫁娶.伐木.架马.开柱眼.修造.动土.移徙.入宅.开生坟.合寿木.入殓.移柩.破土.安葬.修坟.", "j": "开光.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0930": { "y": "祭祀.会亲友.纳采.嫁娶.开光.塑绘.斋醮.安香.开市.立券.除服.成服.入殓.移柩.安葬.赴任.进人口.出行.裁衣.修造.动土.上梁.经络.交易.", "j": "入宅.伐木.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0926": { "y": "祭祀.祈福.求嗣.出行.沐浴.交易.扫舍.教牛马.", "j": "动土.作灶.行丧.安葬.修坟.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0920": { "y": "余事勿取.", "j": "探病.余事勿取.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d1031": { "y": "祭祀.祈福.斋醮.沐浴.竖柱.订盟.纳采.嫁娶.拆卸.入宅.移柩.启攒.谢土.赴任.出火.纳畜.", "j": "作灶.入殓.安葬.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0901": { "y": "嫁娶.出行.纳畜.祭祀.入殓.启攒.安葬.", "j": "作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0902": { "y": "订盟.纳采.祭祀.祈福.修造.动土.上梁.破土.安葬.", "j": "嫁娶.开市.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0903": { "y": "订盟.纳采.出行.会亲友.修造.上梁.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0904": { "y": "沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.祈福.余事勿取.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0905": { "y": "嫁娶.祭祀.祈福.斋醮.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0906": { "y": "捕捉.结网.入殓.破土.安葬.", "j": "嫁娶.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0907": { "y": "沐浴.治病.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0908": { "y": "破屋.坏垣.求医.治病.余事勿取.", "j": "移徙.入宅.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0909": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.开光.出行.出火.拆卸.修造.动土.进人口.入宅.移徙.安床.上梁.合脊.放水.掘井.破土.移柩.谢土.除服.成服.", "j": "开市.开仓.安门.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0910": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.开光.解除.进人口.入宅.移徙.出火.安床.开市.交易.立券.挂匾.", "j": "安葬.纳畜.出行.行丧.伐木.栽种.造庙.造桥.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0911": { "y": "祭祀.冠笄.捕捉.余事勿取.", "j": "嫁娶.开市.造屋.作梁.合寿木.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0912": { "y": "祭祀.解除.结网.畋猎.取渔.会亲友.入学.移柩.启攒.除服.成服.", "j": "开市.祈福.动土.破土.入殓.安葬.造船.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0913": { "y": "冠笄.沐浴.出行.修造.动土.移徙.入宅.破土.安葬.", "j": "嫁娶.开市.祭祀.祈福.斋醮.纳采.修坟.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0914": { "y": "祭祀.出行.", "j": "嫁娶.入宅.修造.动土.会亲友.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0915": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.修造.动土.移徙.入宅.", "j": "针灸.伐木.作梁.造庙.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0916": { "y": "出行.开市.交易.立券.安机械.出火.上梁.移徙.", "j": "嫁娶.安葬.动土.造桥.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0917": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "斋醮.嫁娶.移徙.出行.上梁.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0918": { "y": "嫁娶.造车器.安机械.祭祀.祈福.开光.安香.出火.出行.开市.立券.修造.动土.移徙.入宅.破土.安葬.", "j": "纳采.订盟.架马.词讼.开渠.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0919": { "y": "沐浴.捕捉.入殓.除服.成服.破土.启攒.安葬.", "j": "祭祀.嫁娶.安床.开市.入宅.探病.上梁.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0922": { "y": "开光.求嗣.雕刻.嫁娶.订盟.纳采.出火.拆卸.修造.动土.起基.上梁.放水.移徙.入宅.造仓.造船.开市.开池.纳畜.牧养.挂匾.", "j": "行丧.安葬.合寿木.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0923": { "y": "祭祀.嫁娶.捕捉.", "j": "开光.动土.破土.开市.修造.入宅.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0924": { "y": "祭祀.普渡.解除.会亲友.捕捉.畋猎.启攒.除服.成服.移柩.", "j": "嫁娶.开市.动土.掘井.开池.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0927": { "y": "出行.解除.纳采.冠笄.雕刻.修造.动土.起基.上梁.合脊.安床.移徙.入宅.开市.栽种.作厕.", "j": "造庙.安门.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0928": { "y": "祭祀.沐浴.解除.理发.冠笄.安机械.作灶.造仓.开市.开池.作厕.补垣.塞穴.断蚁.结网.", "j": "嫁娶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0929": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d1021": { "y": "纳采.订盟.嫁娶.祭祀.祈福.求嗣.置产.求医.治病.开市.交易.立券.会亲友.移徙.竖柱.上梁.造屋.合脊.安门.放水.捕捉.纳畜.", "j": "造庙.造船.动土.破土.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1029": { "y": "祭祀.塑绘.开光.祈福.斋醮.出行.订盟.纳采.裁衣.嫁娶.拆卸.修造.安床.入宅.安香.入殓.启攒.安葬.谢土.赴任.会亲友.进人口.出行.移徙.上梁.经络.开市.交易.立券.纳财.", "j": "开仓.冠笄.伐木.作梁.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1024": { "y": "祭祀.造畜椆栖.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.开市.安床.掘井.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1014": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.安香.出火.造庙.移徙.出行.入宅.造庙.起基.竖柱.上梁.安床.纳畜.捕捉.纳婿.安葬.", "j": "开市.破土.掘井.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1011": { "y": "纳采.订盟.开市.交易.立券.会亲友.纳畜.牧养.问名.移徙.解除.作厕.入学.起基.安床.开仓.出货财.安葬.启攒.入殓.除服.成服.", "j": "入宅.上梁.斋醮.出火.谢土.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1022": { "y": "出行.造车器.造畜椆栖.解除.冠笄.裁衣.作梁.雕刻.会亲友.移徙.入宅.安机械.造畜椆栖.开市.扫舍.", "j": "嫁娶.动土.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1027": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1017": { "y": "造车器.嫁娶.订盟.纳采.会亲友.祭祀.出行.开市.立券.移徙.入宅.破土.安葬.", "j": "上梁.开光.造屋.架马.合寿木.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1129": { "y": "理发.会亲友.补垣.塞穴.结网.", "j": "嫁娶.入宅.安门.移徙.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d1001": { "y": "祭祀.冠笄.会亲友.拆卸.起基.除服.成服.移柩.启攒.安葬.沐浴.捕捉.开光.塑绘.", "j": "作灶.祭祀.入宅.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d1002": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "移徙.入宅.出行.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d1003": { "y": "祭祀.塑绘.开光.出行.解除.订盟.嫁娶.拆卸.起基.安床.入宅.开市.入殓.除服.成服.移柩.破土.谢土.挂匾.开柱眼.交易.", "j": "造桥.冠笄.造屋.掘井.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d1004": { "y": "祭祀.赴任.动土.上梁.开光.塑绘.冠笄.拆卸.起基.安床.开市.立券.赴任.经络.", "j": "定磉.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1005": { "y": "祭祀.裁衣.冠笄.嫁娶.纳婿.会亲友.除服.成服.移柩.捕捉.进人口.入殓.", "j": "移徙.入宅.作灶.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d1006": { "y": "祭祀.诸事不宜.", "j": "入殓.安葬.开市.交易.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1007": { "y": "祭祀.裁衣.冠笄.嫁娶.安机械.拆卸.动土.起基.移徙.入宅.入殓.启攒.安葬.造仓.经络.", "j": "安床.开光.开市.交易.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1008": { "y": "嫁娶.裁衣.冠笄.合帐.祭祀.出行.安床.移徙.塞穴.入殓.破土.移柩.安葬.", "j": "开市.出行.栽种.置产.词讼.安门.掘井.开光.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1009": { "y": "祭祀.造车器.出行.修造.上梁.造屋.安门.安床.造畜椆栖.教牛马.", "j": "出货财.开仓.动土.破土.安葬.行丧.伐木.开渠.栽种.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1010": { "y": "祭祀.开光.出行.解除.伐木.作梁.出火.拆卸.入宅.移徙.安床.修造.造畜椆栖.扫舍.", "j": "造庙.嫁娶.掘井.栽种.造桥.作灶.动土.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1012": { "y": "祭祀.平治道涂.余事勿取.", "j": "嫁娶.开市.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1013": { "y": "捕捉.畋猎.余事勿取.", "j": "开市.交易.祭祀.入宅.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1015": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "开市.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1016": { "y": "订盟.纳采.会亲友.交易.立券.纳财.栽种.纳畜.牧养.", "j": "嫁娶.开市.入宅.祈福.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1018": { "y": "祭祀.作灶.纳财.捕捉.畋猎.余事勿取.", "j": "动土.破土.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1019": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.求医.治病.出火.移徙.入宅.", "j": "开市.开仓.出货财.安床.安门.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1020": { "y": "冠笄.祭祀.沐浴.作灶.理发.整手足甲.扫舍.补垣.塞穴.入殓.破土.启攒.", "j": "开光.嫁娶.会亲友.栽种.针灸.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1023": { "y": "沐浴.理发.冠笄.安床.开市.立券.会亲友.交易.纳财.结网.教牛马.", "j": "移徙.入宅.出行.祈福.嫁娶.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1025": { "y": "捕捉.结网.入殓.除服.成服.移柩.破土.安葬.启攒.立碑.", "j": "嫁娶.祭祀.入宅.造屋.移徙.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1026": { "y": "祭祀.祈福.求嗣.斋醮.造庙.出火.安机械.会亲友.开市.交易.立券.纳财.习艺.经络.求医.治病.开池.作厕.畋猎.结网.栽种.牧养.安葬.破土.启攒.", "j": "开光.嫁娶.掘井.伐木.作梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1028": { "y": "会亲友.嫁娶.订盟.纳采.纳婿.拆卸.修造.动土.起基.竖柱.上梁.安床.会亲友.纳财.", "j": "出行.祈福.安葬.作灶.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1030": { "y": "祭祀.作灶.入殓.除服.成服.畋猎.", "j": "栽种.动土.安葬.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1121": { "y": "破屋.坏垣.祭祀.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d1229": { "y": "祭祀.祈福.斋醮.出行.冠笄.安机械.移徙.入宅.安香.安床.除服.成服.移柩.启攒.", "j": "开光.栽种.治病.安门.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1101": { "y": "嫁娶.祭祀.安机械.入殓.破土.安葬.", "j": "动土.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d1102": { "y": "作灶.造畜椆栖.", "j": "行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d1103": { "y": "沐浴.理发.入学.习艺.进人口.", "j": "嫁娶.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d1104": { "y": "开光.针灸.会亲友.启攒.安葬.", "j": "开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d1105": { "y": "祭祀.结网.造畜椆栖.余事勿取.", "j": "余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d1106": { "y": "入殓.除服.成服.移柩.破土.启攒.安葬.", "j": "移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d1107": { "y": "嫁娶.纳采.订盟.祭祀.斋醮.开光.安香.出火.出行.出火.拆卸.动土.祈福.进人口.纳财.交易.立券.移徙.安床.修造.安葬.除服.成服.", "j": "置产.掘井.词讼.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d1108": { "y": "嫁娶.纳采.订盟.祭祀.开光.出行.解除.伐木.出火.入宅.移徙.拆卸.修造.栽种.安葬.入殓.", "j": "破土.动土.安门.作灶.开市.交易.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d1109": { "y": "祭祀.解除.破屋.坏垣.求医.治病.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d1110": { "y": "祭祀.扫舍.破土.安葬.除服.成服.启攒.移柩.入殓.立碑.余事勿取.", "j": "祭祀.嫁娶.入宅.修造.动土.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d1111": { "y": "订盟.纳采.会亲友.祭祀.祈福.修造.动土.安机械.破土.安葬.", "j": "嫁娶.移徙.出火.开市.入宅.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d1112": { "y": "祭祀.沐浴.捕捉.畋猎.结网.扫舍.", "j": "嫁娶.纳采.订盟.安床.动土.破土.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d1113": { "y": "开市.纳财.出行.祭祀.祈福.求嗣.斋醮.问名.入学.起基.定磉.置产.开渠.掘井.拆卸.栽种.纳畜.牧养.动土.破土.启攒.", "j": "移徙.入宅.出火.入殓.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d1114": { "y": "祭祀.理发.置产.塞穴.除服.成服.移柩.入殓.破土.安葬.", "j": "嫁娶.入宅.安床.掘井.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d1115": { "y": "祭祀.沐浴.出行.余事勿取.", "j": "开市.动土.破土.行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d1116": { "y": "嫁娶.造车器.出行.会亲友.移徙.入宅.修造.动土.雕刻.开光.安香.出火.理发.会亲友.造屋.合脊.起基.归岫.安门.拆卸.扫舍.栽种.造畜椆栖.", "j": "开市.纳采.造庙.安床.开渠.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d1117": { "y": "塑绘.会亲友.安机械.塞穴.结网.裁衣.经络.", "j": "嫁娶.开市.祈福.斋醮.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d1118": { "y": "纳采.移徙.纳财.开市.交易.立券.纳财.入宅.修造.动土.竖柱.起基.定磉.造庙.安香.出火.修饰垣墙.平治道涂.会亲友.出行.开池.作厕.", "j": "开仓.造屋.造桥.祭祀.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d1119": { "y": "订盟.纳采.纳财.开市.立券.祭祀.祈福.移徙.入宅.出行.造屋.起基.修造.动土.竖柱.上梁.安门.安香.出火.教牛马.会亲友.破土.", "j": "嫁娶.安葬.掘井.置产.造船.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d1120": { "y": "嫁娶.订盟.纳采.祭祀.祈福.塑绘.开光.移徙.安床.伐木.作梁.捕捉.畋猎.结网.求医.治病.解除.安葬.除服.成服.移柩.入殓.立碑.谢土.", "j": "开市.造庙.动土.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d1122": { "y": "嫁娶.纳采.订盟.祭祀.冠笄.裁衣.伐木.作梁.架马.定磉.开柱眼.作灶.移徙.安床.畋猎.结网.开池.作厕.除服.成服.启攒.入殓.移柩.安葬.", "j": "造屋.造船.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d1123": { "y": "纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.会亲友.解除.入学.纳财.交易.立券.经络.起基.动土.定磉.开池.栽种.纳畜.牧养.破土.入殓.立碑.安葬.", "j": "嫁娶.开市.入宅.出火.移徙.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d1124": { "y": "捕捉.畋猎.会亲友.解除.入殓.除服.成服.移柩.余事勿取.", "j": "安床.安门.破土.修坟.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d1125": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.冠笄.出行.理发.拆卸.解除.起基.动土.定磉.安碓硙.开池.掘井.扫舍.除服.成服.移柩.启攒.立碑.谢土.", "j": "移徙.入宅.安门.作梁.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d1126": { "y": "嫁娶.冠笄.安床.纳采.会亲友.塞穴.捕捉.置产.造畜椆栖.", "j": "开光.掘井.安葬.谢土.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d1127": { "y": "祭祀.沐浴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d1128": { "y": "祭祀.会亲友.嫁娶.沐浴.修造.动土.祈福.开光.塑绘.出行.订盟.纳采.裁衣.入殓.除服.成服.移柩.启攒.赴任.竖柱.上梁.纳财.扫舍.栽种.纳畜.伐木.", "j": "入宅.作灶.安床.开仓.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d1130": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.除服.成服.入殓.移柩.安葬.谢土.赴任.会亲友.进人口.出行.竖柱.上梁.经络.开市.交易.立券.纳财.开仓.", "j": "作灶.治病.伐木.作梁.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d1226": { "y": "塑绘.开光.订盟.纳采.裁衣.冠笄.拆卸.修造.安床.入宅.出火.安葬.谢土.赴任.", "j": "掘井.伐木.斋醮.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1206": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1216": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.入宅.探病.出行.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1227": { "y": "祭祀.塑绘.开光.裁衣.冠笄.嫁娶.纳采.拆卸.修造.动土.竖柱.上梁.安床.移徙.入宅.安香.结网.捕捉.畋猎.伐木.进人口.放水.", "j": "出行.安葬.修坟.开市.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1207": { "y": "祭祀.沐浴.理发.纳财.进人口.栽种.扫舍.捕捉.畋猎.结网.", "j": "会亲友.安葬.入宅.移徙.安床.开市.行丧.出火.作灶.安门.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1222": { "y": "合帐.裁衣.教牛马.余事勿取.", "j": "入宅.动土.破土.嫁娶.作灶.造船.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1217": { "y": "冠笄.纳财.掘井.开池.出火.安床.交易.立券.畋猎.结网.理发.放水.", "j": "安门.动土.破土.行丧.安葬.成服.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1209": { "y": "入宅.移徙.出行.进人口.修造.动土.起基.上梁.安门.造仓.补垣.塞穴.造畜椆栖.", "j": "嫁娶.开市.安床.栽种.安葬.祈福.开光.掘井.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1220": { "y": "祈福.斋醮.纳采.订盟.解除.架马.开柱眼.修造.动土.起基.上梁.归岫.造屋.合脊.掘井.除服.成服.破土.栽种.", "j": "移徙.开市.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1228": { "y": "祭祀.求医.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1201": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.入殓.移柩.安葬.谢土.赴任.进人口.会亲友.", "j": "作灶.治病.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d1202": { "y": "祭祀.塑绘.开光.订盟.纳采.嫁娶.安床.进人口.入殓.除服.成服.移柩.启攒.安葬.立碑.", "j": "开市.交易.破土.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d1203": { "y": "祭祀.解除.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1204": { "y": "祭祀.解除.祈福.开光.塑绘.斋醮.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.入殓.除服.成服.移柩.启攒.安床.赴任.出行.移徙.竖柱.上梁.伐木.栽种.破土.安葬.纳畜.", "j": "造屋.治病.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d1205": { "y": "祭祀.祈福.订盟.纳采.裁衣.合帐.冠笄.安机械.安床.造畜椆栖.入殓.移柩.启攒.安葬.谢土.除服.成服.会亲友.竖柱.上梁.经络.开市.交易.立券.纳财.纳畜.筑堤.", "j": "嫁娶.入宅.治病.赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1208": { "y": "纳采.订盟.祭祀.祈福.求嗣.塑绘.解除.拆卸.修造.动土.竖柱.上梁.安门.置产.开池.掘井.纳畜.安床.栽种.造畜椆栖.破土.移柩.立碑.", "j": "嫁娶.开市.出火.进人口.入殓.赴任.入宅.移徙.出行.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1210": { "y": "造畜椆栖.教牛马.", "j": "入宅.移徙.分居.作灶.出火.安香.动土.嫁娶.掘井.扫舍.造桥.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1211": { "y": "订盟.纳采.造车器.祭祀.祈福.出行.安香.修造.动土.上梁.开市.交易.立券.移徙.入宅.会亲友.安机械.栽种.纳畜.造屋.起基.安床.造畜椆栖.", "j": "破土.安葬.行丧.开生坟.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1212": { "y": "订盟.纳采.会亲友.安机械.开光.修造.动土.竖柱.上梁.造屋.起基.造桥.栽种.纳畜.造畜椆栖.移柩.入殓.启攒.修坟.立碑.安葬.", "j": "祈福.出火.嫁娶.入宅.开市.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1213": { "y": "祭祀.平治道涂.修坟.除服.成服.余事勿取.", "j": "移徙.入宅.嫁娶.掘井.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1214": { "y": "嫁娶.冠笄.祭祀.祈福.求嗣.雕刻.开光.安香.出行.入学.修造.动土.竖柱.上梁.造屋.起基.安门.出火.移徙.入宅.掘井.造畜椆栖.安葬.破土.除服.成服.", "j": "开市.纳采.订盟.作灶.造庙.造船.经络.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1215": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.斋醮.安香.出火.修造.起基.造屋.合脊.安门.安碓硙.动土.上梁.移徙.入宅.", "j": "出行.掘井.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1218": { "y": "纳采.订盟.移徙.入宅.出行.安机械.会亲友.祭祀.祈福.斋醮.开光.安香.出火.解除.求医.针灸.治病.造屋.起基.修造.安门.造船.纳畜.牧养.移柩.入殓.启攒.谢土.修坟.立碑.", "j": "嫁娶.动土.安床.造桥.掘井.", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1219": { "y": "祭祀.沐浴.作灶.纳财.捕捉.畋猎.安床.扫舍.", "j": "开市.斋醮.破土.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1221": { "y": "纳采.订盟.祭祀.沐浴.冠笄.合帐.裁衣.修造.动土.拆卸.移徙.入宅.安门.开仓.筑堤.作厕.栽种.纳畜.补垣.塞穴.", "j": "嫁娶.祈福.开光.掘井.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1223": { "y": "纳采.订盟.嫁娶.祭祀.祈福.安香.出火.出行.会亲友.经络.求医.治病.解除.拆卸.起基.修造.动土.定磉.扫舍.栽种.牧养.造畜椆栖.", "j": "斋醮.作梁.掘井.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1224": { "y": "纳财.开市.交易.立券.会亲友.进人口.经络.祭祀.祈福.安香.出火.求医.治病.修造.动土.拆卸.扫舍.安床.栽种.牧养.开生坟.合寿木.入殓.安葬.启攒.", "j": "嫁娶.祈福.出火.移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1225": { "y": "祭祀.入殓.移柩.余事勿取.", "j": "入宅.修造.动土.破土.安门.上梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1230": { "y": "塑绘.斋醮.出行.拆卸.解除.修造.移徙.造船.入殓.除服.成服.移柩.启攒.修坟.立碑.谢土.", "j": "", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d1231": { "y": "祭祀.沐浴.安床.纳财.畋猎.捕捉.", "j": "开市.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" } }, "y2019": { "d0101": { "y": "订盟.纳采.祭祀.祈福.修造.动土.上梁.破土.", "j": "嫁娶.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0201": { "y": "会亲友.纳采.进人口.修造.动土.竖柱.上梁.祭祀.开光.塑绘.祈福.斋醮.嫁娶.安床.移徙.入宅.安香.纳畜.", "j": "出行.治病.安葬.开市.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0102": { "y": "出行.沐浴.理发.补垣.塞穴.", "j": "入宅.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0103": { "y": "教牛马.余事勿取.", "j": "入宅.动土.破土.余事勿取.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0104": { "y": "嫁娶.出行.求医.治病.祭祀.祈福.上梁.纳畜.", "j": "开市.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0105": { "y": "嫁娶.开光.解除.出火.拆卸.修造.进人口.入宅.移徙.安床.栽种.入殓.修坟.动土.除服.成服.", "j": "作灶.安葬.祭祀.开市.纳采.订盟.纳畜.谢土.出行.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0106": { "y": "出行.起基.安床.纳财.交易.立券.嫁娶.栽种.入殓.移柩.安葬.", "j": "挂匾.入宅.上梁.祈福.词讼.作梁.作灶.开池.安门.动土.破土.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0107": { "y": "平治道涂.余事勿取.", "j": "开光.嫁娶.开仓.出货财.造船.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0108": { "y": "嫁娶.订盟.纳采.会亲友.祭祀.安机械.移徙.入宅.造屋.安床.起基.定磉.安香.出火.挂匾.拆卸.置产.", "j": "开市.出行.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0109": { "y": "沐浴.捕捉.畋猎.理发.整手足甲.入殓.除服.成服.破土.安葬.谢土.立碑.修坟.启攒.", "j": "纳采.订盟.嫁娶.上梁.开市.斋醮.造屋.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0110": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "斋醮.嫁娶.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0111": { "y": "沐浴.开仓.出货财.开市.交易.立券.纳财.栽种.纳畜.牧养.畋猎.入殓.破土.安葬.", "j": "祈福.嫁娶.安床.入宅.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0112": { "y": "祭祀.沐浴.补垣.塞穴.断蚁.解除.余事勿取.", "j": "造庙.入宅.修造.安葬.行丧.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0113": { "y": "嫁娶.纳采.订盟.问名.祭祀.冠笄.裁衣.会亲友.进人口.纳财.捕捉.作灶.", "j": "开市.安床.安葬.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0114": { "y": "订盟.纳采.会亲友.祭祀.斋醮.沐浴.塑绘.出火.开光.竖柱.上梁.开市.交易.立券.作梁.开柱眼.伐木.架马.安门.安床.拆卸.牧养.造畜椆栖.掘井.", "j": "造庙.嫁娶.出行.动土.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0115": { "y": "交易.立券.纳财.安床.裁衣.造畜椆栖.安葬.谢土.启攒.除服.成服.修坟.立碑.移柩.入殓.", "j": "开光.嫁娶.开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0116": { "y": "祭祀.解除.教牛马.会亲友.余事勿取.", "j": "破土.动土.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0117": { "y": "纳采.订盟.移徙.纳财.开市.交易.立券.入宅.会亲友.解除.求医.治病.入学.安床.安门.安香.出火.拆卸.扫舍.入宅.挂匾.开生坟.合寿木.破土.修坟.启攒.入殓.", "j": "探病.祭祀.出行.上梁.造屋.谢土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0118": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.会亲友.解除.出行.入学.纳财.开市.交易.立券.习艺.经络.安床.开仓.出货财.纳畜.安葬.启攒.修坟.入殓.", "j": "入宅.开光.开市.动土.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0119": { "y": "祭祀.冠笄.嫁娶.会亲友.进人口.裁衣.结网.平治道涂.", "j": "移徙.入宅.造庙.作灶.治病.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0120": { "y": "祭祀.安碓硙.结网.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0121": { "y": "嫁娶.祭祀.沐浴.裁衣.出行.理发.移徙.捕捉.畋猎.放水.入宅.除服.成服.启攒.安葬.移柩.入殓.", "j": "造屋.开市.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0122": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0123": { "y": "纳采.订盟.祭祀.求嗣.出火.塑绘.裁衣.会亲友.入学.拆卸.扫舍.造仓.挂匾.掘井.开池.结网.栽种.纳畜.破土.修坟.立碑.安葬.入殓.", "j": "祈福.嫁娶.造庙.安床.谢土.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0124": { "y": "入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.", "j": "开市.伐木.嫁娶.作梁.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0125": { "y": "祭祀.作灶.入殓.除服.余事勿取.", "j": "开市.安床.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0126": { "y": "塑绘.开光.沐浴.冠笄.会亲友.作灶.放水.造畜椆栖.", "j": "嫁娶.入殓.安葬.出行.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0127": { "y": "祭祀.沐浴.祈福.斋醮.订盟.纳采.裁衣.拆卸.起基.竖柱.上梁.安床.入殓.除服.成服.移柩.启攒.挂匾.求嗣.出行.合帐.造畜椆栖.", "j": "开仓.嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0128": { "y": "祭祀.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0129": { "y": "沐浴.解除.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.移徙.入宅.除服.成服.移柩.破土.启攒.安葬.扫舍.修坟.伐木.纳财.交易.立券.", "j": "作灶.祭祀.上梁.出行.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0130": { "y": "出行.嫁娶.订盟.纳采.入殓.安床.启攒.安葬.祭祀.裁衣.会亲友.进人口.", "j": "作灶.掘井.谢土.入宅.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0131": { "y": "修饰垣墙.平治道涂.入殓.移柩.余事勿取.", "j": "嫁娶.移徙.入宅.开光.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0210": { "y": "纳采.会亲友.竖柱.上梁.立券.入殓.移柩.安葬.启攒.", "j": "祭祀.移徙.入宅.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0218": { "y": "祭祀.结网.入殓.除服.成服.移柩.安葬.破土.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0228": { "y": "求医.破屋.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0220": { "y": "祭祀.沐浴.开光.塑绘.祈福.求嗣.订盟.纳采.冠笄.裁衣.嫁娶.动土.除服.成服.移柩.破土.启攒.出行.安碓硙.放水.开市.立券.交易.", "j": "安葬.上梁.入宅.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0208": { "y": "纳采.嫁娶.祭祀.祈福.出行.开市.会亲友.动土.破土.启攒.", "j": "移徙.入宅.出火.安门.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0226": { "y": "塑绘.开光.酬神.斋醮.订盟.纳采.裁衣.合帐.拆卸.动土.上梁.安床.安香.造庙.挂匾.会亲友.进人口.出行.修造.纳财.伐木.放水.出火.纳畜.沐浴.安门.", "j": "造屋.栽种.安葬.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0216": { "y": "祭祀.沐浴.求医.治病.扫舍.破屋.坏垣.解除.余事勿取.", "j": "入宅.开市.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0227": { "y": "祭祀.祈福.酬神.订盟.纳采.冠笄.裁衣.合帐.嫁娶.安床.移徙.入宅.安香.入殓.移柩.启攒.安葬.解除.取渔.捕捉.伐木.安门.出火.", "j": "栽种.动土.开市.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0217": { "y": "祭祀.冠笄.嫁娶.拆卸.修造.动土.起基.上梁.造屋.入宅.开市.开池.塞穴.入殓.除服.成服.移柩.安葬.破土.", "j": "安床.栽种.治病.作灶.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0207": { "y": "纳采.祭祀.祈福.出行.会亲友.修造.动土.移徙.入宅.", "j": "嫁娶.开市.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0206": { "y": "塞穴.结网.取渔.畋猎.", "j": "嫁娶.安门.移徙.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0331": { "y": "祈福.开光.塑绘.酬神.订盟.纳采.裁衣.安床.开市.立券.入殓.除服.成服.移柩.启攒.安葬.立碑.赴任.会亲友.出行.交易.竖柱.", "j": "作灶.掘井.动土.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0202": { "y": "祭祀.会亲友.出行.订盟.纳采.沐浴.修造.动土.祈福.斋醮.嫁娶.拆卸.安床.入殓.移柩.安葬.谢土.赴任.裁衣.竖柱.上梁.伐木.捕捉.栽种.破土.安门.", "j": "造屋.开市.作灶.入宅.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0203": { "y": "解除.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0204": { "y": "祭祀.沐浴.解除.理发.扫舍.破屋.坏垣.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0205": { "y": "纳采.订盟.祭祀.祈福.安香.出火.修造.出行.开市.移徙.入宅.动土.安葬.破土.", "j": "安床.作灶.造船.会亲友.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0209": { "y": "祭祀.祈福.求嗣.斋醮.入殓.除服.成服.移柩.安葬.启攒.", "j": "嫁娶.动土.开光.造屋.破土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0211": { "y": "祭祀.祈福.斋醮.出行.开市.立券.动土.移徙.入宅.破土.安葬.", "j": "开光.嫁娶.作灶.掘井.纳畜.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0212": { "y": "会亲友.求嗣.理发.冠笄.结网.捕捉.开光.理发.", "j": "开市.动土.安葬.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0213": { "y": "祭祀.平治道涂.余事勿取.", "j": "嫁娶.祈福.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0214": { "y": "祈福.求嗣.斋醮.纳采.嫁娶.伐木.修造.动土.移徙.入宅.造庙.安机械.开市.入殓.除服.成服.移柩.安葬.破土.谢土.", "j": "置产.造屋.合脊.开光.探病.安门.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0215": { "y": "入学.习艺.出行.纳采.订盟.嫁娶.会亲友.进人口.牧养.捕捉.入殓.移柩.安葬.启攒.", "j": "开光.开市.入宅.动土.造屋.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0219": { "y": "塑绘.开光.祈福.求嗣.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.起基.安门.安床.移徙.造仓.结网.纳畜.", "j": "伐木.作灶.安葬.取渔.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0221": { "y": "祭祀.祈福.求嗣.酬神.裁衣.安床.立券.交易.入殓.除服.成服.移柩.谢土.启攒.", "j": "出行.嫁娶.入宅.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0222": { "y": "裁衣.合帐.入殓.除服.成服.会亲友.纳财.", "j": "祭祀.祈福.移徙.嫁娶.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0223": { "y": "祭祀.斋醮.裁衣.合帐.冠笄.订盟.纳采.嫁娶.入宅.安香.谢土.入殓.移柩.破土.立碑.安香.会亲友.出行.祈福.求嗣.立碑.上梁.放水.", "j": "掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0224": { "y": "安床.合帐.入宅.问名.纳采.求嗣.祭祀.开仓.", "j": "斋醮.作灶.安床.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0225": { "y": "作灶.平治道涂.", "j": "祭祀.祈福.安葬.安门.余事勿取.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0319": { "y": "祭祀.会亲友.立券.交易.裁衣.合帐.嫁娶.冠笄.进人口.", "j": "栽种.动土.安葬.掘井.修坟.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0323": { "y": "祈福.求嗣.开光.塑绘.斋醮.订盟.纳采.嫁娶.拆卸.安床.入宅.安香.移柩.修坟.安葬.谢土.栽种.解除.冠笄.裁衣.移徙.修造.动土.竖柱.放水.启攒.立碑.", "j": "赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0419": { "y": "祭祀.沐浴.破屋.坏垣.求医.治病.解除.余事勿取.", "j": "嫁娶.开市.交易.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0301": { "y": "祈福.求嗣.斋醮.塑绘.开光.订盟.纳采.嫁娶.动土.入宅.安香.移柩.安葬.谢土.出行.沐浴.修造.竖柱.上梁.纳财.破土.解除.安门.放水.", "j": "作灶.安床.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0302": { "y": "取渔.入殓.除服.成服.移柩.破土.安葬.立碑.", "j": "嫁娶.上梁.入宅.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0303": { "y": "祭祀.求嗣.沐浴.酬神.订盟.纳采.裁衣.合帐.冠笄.安机械.安床.造仓.开池.经络.纳财.开市.立券.交易.结网.取渔.纳畜.捕捉.", "j": "安葬.作灶.伐木.作梁.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0304": { "y": "祭祀.沐浴.祈福.求嗣.斋醮.订盟.纳采.裁衣.冠笄.开市.立券.交易.纳财.沐浴.除服.谢土.出行.移柩.", "j": "入殓.安葬.作灶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0305": { "y": "祭祀.祈福.求嗣.入殓.启攒.安葬.移柩.", "j": "开光.掘井.针灸.出行.嫁娶.入宅.移徙.作灶.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0306": { "y": "冠笄.立券.交易.修造.动土.安机械.入殓.安葬.破土.", "j": "嫁娶.祈福.出火.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0307": { "y": "祭祀.会亲友.出行.立券.交易.冠笄.纳财.", "j": "嫁娶.动土.掘井.起基.定磉.破土.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0308": { "y": "祭祀.沐浴.解除.扫舍.塞穴.牧养.", "j": "嫁娶.安葬.行丧.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0309": { "y": "纳财.开市.交易.立券.开光.针灸.会亲友.理发.安床.造仓.结网.", "j": "移徙.入宅.栽种.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0310": { "y": "嫁娶.冠笄.会亲友.安机械.纳财.交易.立券.置产.", "j": "开市.造屋.治病.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0311": { "y": "嫁娶.造车器.纳采.订盟.祭祀.祈福.安机械.移徙.入宅.开市.立券.破土.安葬.", "j": "纳畜.理发.合寿木.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0312": { "y": "祈福.斋醮.出行.移徙.入宅.修造.动土.破土.安葬.", "j": "纳采.开光.安床.嫁娶.开市.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0313": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.开市.入宅.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0314": { "y": "嫁娶.冠笄.祭祀.出行.会亲友.修造.动土.入殓.破土.", "j": "塑绘.开光.造桥.除服.成服.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0315": { "y": "开光.求嗣.出行.纳采.冠笄.出火.拆卸.起基.修造.动土.上梁.移徙.造船.开市.交易.立券.纳财.", "j": "祈福.嫁娶.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0316": { "y": "理发.冠笄.嫁娶.进人口.栽种.捕捉.针灸.", "j": "纳财.开市.安葬.破土.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0317": { "y": "开光.祈福.求嗣.出行.解除.伐木.造屋.起基.修造.架马.安门.移徙.入宅.造庙.除服.成服.移柩.谢土.纳畜.牧养.", "j": "纳采.动土.开市.交易.安门.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0318": { "y": "裁衣.经络.伐木.开柱眼.拆卸.修造.动土.上梁.合脊.合寿木.入殓.除服.成服.移柩.破土.安葬.启攒.修坟.立碑.", "j": "祭祀.嫁娶.出行.上梁.掘井.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0320": { "y": "扫舍.塞穴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0321": { "y": "塑绘.开光.订盟.纳采.裁衣.合帐.冠笄.安机械.会亲友.纳财.开市.立券.交易.安床.竖柱.上梁.结网.栽种.解除.经络.", "j": "作灶.出行.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0322": { "y": "祭祀.嫁娶.纳婿.除服.成服.入殓.移柩.", "j": "动土.作灶.入宅.开光.安床.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0324": { "y": "祭祀.解除.入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.谢土.沐浴.扫舍.捕捉.取渔.结网.畋猎.理发.", "j": "安床.嫁娶.作灶.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0325": { "y": "破屋.坏垣.", "j": "诸事不宜.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0326": { "y": "祭祀.出行.订盟.纳采.裁衣.合帐.冠笄.进人口.动土.安床.作灶.入殓.移柩.安葬.破土.结网.取渔.畋猎.", "j": "作梁.造庙.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0327": { "y": "祭祀.开光.塑绘.订盟.纳采.合帐.冠笄.拆卸.动土.起基.上梁.入宅.安香.开市.立券.纳财.沐浴.求嗣.出火.竖柱.安门.", "j": "造庙.嫁娶.伐木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0328": { "y": "祭祀.沐浴.捕捉.栽种.", "j": "嫁娶.入宅.移徙.作灶.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0329": { "y": "祭祀.开光.塑绘.酬神.斋醮.订盟.纳采.嫁娶.裁衣.动土.起基.出火.拆卸.移徙.入宅.安香.修造.竖柱.上梁.纳畜.牧养.祈福.求嗣.解除.伐木.定磉.造屋.安门.", "j": "栽种.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0330": { "y": "订盟.纳采.冠笄.拆卸.修造.动土.安床.入殓.除服.成服.移柩.安葬.破土.启攒.造仓.", "j": "作灶.开光.嫁娶.开市.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0426": { "y": "纳采.开光.求医.治病.动土.上梁.移徙.入宅.", "j": "嫁娶.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0406": { "y": "纳采.祭祀.祈福.求嗣.斋醮.出行.起基.造屋.定磉.安门.入殓.安葬.", "j": "嫁娶.开市.纳财.出火.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0429": { "y": "祭祀.斋醮.开市.动土.入殓.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0424": { "y": "祭祀.祈福.裁衣.合帐.安床.入殓.除服.成服.移柩.破土.启攒.安葬.谢土.立碑.造畜椆栖.", "j": "掘井.安门.嫁娶.纳采.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0409": { "y": "祭祀.祈福.求嗣.斋醮.纳采.订盟.开光.竖柱.上梁.开仓.出货财.造屋.起基.定磉.安门.诸事不宜.破土.入殓.启攒.谢土.", "j": "出火.嫁娶.开市.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0416": { "y": "祭祀.作灶.平治道涂.余事勿取.", "j": "嫁娶.安葬.动土.安床.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0414": { "y": "沐浴.斋醮.解除.求医.治病.会亲友.造畜椆栖.栽种.理发.扫舍.", "j": "开市.嫁娶.移徙.入宅.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0404": { "y": "祭祀.嫁娶.祈福.纳采.裁衣.合帐.安床.入宅.安香.入殓.移柩.安葬.谢土.修造.安碓硙.求嗣.会亲友.挂匾.交易.立券.纳财.造仓.放水.", "j": "栽种.伐木.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0427": { "y": "祭祀.会亲友.开市.安床.启攒.安葬.", "j": "嫁娶.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0428": { "y": "祭祀.作灶.掘井.平治道涂.", "j": "嫁娶.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0417": { "y": "造车器.祭祀.祈福.求嗣.斋醮.开市.交易.安机械.雕刻.开光.造屋.合脊.起基.定磉.安门.纳畜.安葬.开生坟.立碑.谢土.斋醮.", "j": "入宅.动土.开仓.出货财.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0422": { "y": "祭祀.余事勿取.", "j": "造庙.嫁娶.安床.余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0528": { "y": "纳采.祭祀.祈福.开市.求医.治病.动土.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0401": { "y": "祭祀.扫舍.塞穴.", "j": "栽种.作灶.安葬.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0402": { "y": "开光.塑绘.裁衣.冠笄.伐木.拆卸.竖柱.上梁.开仓.会亲友.安机械.造仓.造屋.交易.解除.开市.立券.纳财.", "j": "出行.嫁娶.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0403": { "y": "冠笄.入殓.除服.成服.移柩.平治道涂.修饰垣墙.", "j": "造屋.作灶.治病.探病.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0405": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.纳畜.入殓.破土.安葬.", "j": "移徙.入宅.嫁娶.出行.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0407": { "y": "祭祀.沐浴.解除.求医.治病.破屋.坏垣.余事勿取.", "j": "祈福.斋醮.开市.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0408": { "y": "沐浴.捕捉.畋猎.结网.取渔.", "j": "祭祀.嫁娶.入宅.作灶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0410": { "y": "祭祀.捕捉.解除.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞东", "ch": "收", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0411": { "y": "纳采.嫁娶.出行.开市.立券.纳畜.牧养.出火.移徙.入宅.", "j": "祈福.动土.破土.安葬.入殓.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0412": { "y": "祭祀.祈福.求嗣.斋醮.冠笄.作灶.纳财.交易.", "j": "开光.嫁娶.掘井.安葬.安门.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0413": { "y": "祭祀.解除.教牛马.出行.余事勿取.", "j": "动土.破土.行丧.开光.作梁.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0415": { "y": "求嗣.出行.解除.订盟.纳采.嫁娶.会亲友.进人口.安床.开市.交易.纳畜.牧养.入殓.除服.成服.移柩.安葬.启攒.", "j": "祈福.开市.修造.动土.破土.谢土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0418": { "y": "祭祀.祈福.开光.求嗣.斋醮.纳采.订盟.求医.治病.起基.定磉.造船.取渔.解除.安葬.启攒.谢土.入殓.", "j": "开市.动土.掘井.开池.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0420": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0421": { "y": "祭祀.塑绘.开光.订盟.纳采.冠笄.裁衣.安机械.拆卸.修造.动土.安床.经络.开市.", "j": "出火.入宅.安葬.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0423": { "y": "订盟.纳采.嫁娶.进人口.会亲友.交易.立券.动土.除服.谢土.移柩.破土.启攒.赴任.出行.开市.纳财.栽种.", "j": "入殓.安葬.入宅.安床.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0425": { "y": "祭祀.进人口.嫁娶.安床.解除.冠笄.出行.裁衣.扫舍.", "j": "掘井.动土.破土.安葬.开光.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0430": { "y": "嫁娶.纳采.祭祀.祈福.出行.移徙.求医.", "j": "开市.动土.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0521": { "y": "开光.出行.纳采.嫁娶.伐木.架马.出火.拆卸.移徙.入宅.造庙.造桥.造船.造畜椆栖.开市.入殓.除服.成服.移柩.安葬.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0511": { "y": "祭祀.沐浴.移徙.破土.安葬.扫舍.平治道涂.", "j": "祈福.嫁娶.入宅.安床.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0501": { "y": "祭祀.求医.治病.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0525": { "y": "嫁娶.纳采.求医.治病.修造.动土.移徙.入宅.破土.安葬.", "j": "开市.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0523": { "y": "开光.出行.嫁娶.", "j": "会亲友.进人口.修造.动土.起基.移徙.开市.纳畜.入殓.除服.成服.移柩.破土.安葬.修坟.立碑.会亲友.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0621": { "y": "嫁娶.出行.安机械.祭祀.塑绘.开光.治病.经络.安床.结网.塞穴.破土.入殓.", "j": "开市.安门.掘井.作灶.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0502": { "y": "沐浴.结网.取渔.", "j": "嫁娶.入宅.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0503": { "y": "", "j": "诸事不宜.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0504": { "y": "解除.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0505": { "y": "嫁娶.开光.出行.出火.拆卸.进人口.开市.立券.交易.挂匾.入宅.移徙.安床.栽种.", "j": "祈福.入殓.祭祀.作灶.安葬.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0506": { "y": "祭祀.祈福.求嗣.开光.纳采.订盟.嫁娶.出行.动土.破土.会亲友.开市.交易.立券.习艺.拆卸.起基.安碓硙.放水.开池.造仓.开渠.栽种.谢土.启攒.修坟.立碑.", "j": "入宅.安门.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0507": { "y": "嫁娶.冠笄.祭祀.出行.移徙.入宅.作灶.造车器.补垣.塞穴.作厕.破土.启攒.除服.成服.入殓.", "j": "入宅.造屋.造桥.安门.安葬.上梁.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0508": { "y": "祭祀.解除.断蚁.会亲友.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0509": { "y": "嫁娶.纳采.订盟.祭祀.祈福.治病.造车器.修造.动土.移徙.入宅.", "j": "开市.出行.安床.作灶.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0510": { "y": "嫁娶.纳采.订盟.会亲友.安机械.结网.冠笄.祭祀.求嗣.进人口.经络.", "j": "开市.作灶.动土.行丧.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0512": { "y": "祭祀.祈福.斋醮.求嗣.安机械.纳畜.移徙.入宅.安机械.塑绘.开光.起基.竖柱.上梁.作灶.安门.安香.出火.造屋.启攒.安葬.", "j": "动土.破土.嫁娶.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0513": { "y": "嫁娶.纳采.订盟.斋醮.开光.祭祀.祈福.求医.治病.会亲友.动土.解除.捕捉.纳畜.牧养.入殓.破土.安葬.", "j": "移徙.入宅.造屋.架马.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0514": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0515": { "y": "沐浴.扫舍.余事勿取.", "j": "斋醮.开市.嫁娶.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0516": { "y": "开市.交易.立券.安机械.会亲友.开光.求医.治病.造屋.起基.修造.动土.定磉.竖柱.上梁.安门.作灶.放水.作厕.开池.栽种.牧养.造畜椆栖.破土.安葬.立碑.", "j": "嫁娶.出火.移徙.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0517": { "y": "栽种.捕捉.畋猎.余事勿取.", "j": "开市.动土.祭祀.斋醮.安葬.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0518": { "y": "嫁娶.祭祀.祈福.求嗣.斋醮.订盟.纳采.解除.出行.动土.破土.习艺.针灸.理发.会亲友.起基.修造.动土.竖柱.定磉.安床.拆卸.纳畜.牧养.放水.破土.除服.成服.修坟.立碑.", "j": "开市.入宅.探病.出火.造屋.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0519": { "y": "余事勿取.", "j": "余事勿取.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0520": { "y": "塞穴.断蚁.结网.余事勿取.", "j": "破土.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0522": { "y": "进人口.牧养.置产.塞穴.结网.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0524": { "y": "嫁娶.纳采.出行.祭祀.祈福.开市.动土.移徙.入宅.破土.安葬.", "j": "安门.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0526": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0527": { "y": "嫁娶.纳采.祭祀.祈福.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "祈福.斋醮.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0529": { "y": "嫁娶.纳采.出行.移徙.入宅.", "j": "动土.破土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0530": { "y": "订盟.纳采.祭祀.动土.破土.交易.立券.", "j": "嫁娶.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0531": { "y": "嫁娶.裁衣.祭祀.出行.安床.作灶.移徙.入宅.破土.安葬.", "j": "赴任.捕捉.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0626": { "y": "祭祀.入殓.移柩.启攒.安葬.", "j": "上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0726": { "y": "纳采.祭祀.祈福.解除.动土.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0601": { "y": "塞穴.结网.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0602": { "y": "嫁娶.订盟.纳采.出行.祭祀.祈福.斋醮.动土.上梁.破土.安葬.", "j": "移徙.入宅.", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0603": { "y": "订盟.纳采.会亲友.安床.作灶.造畜椆栖.", "j": "开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0604": { "y": "沐浴.平治道涂.扫舍.入殓.移柩.破土.启攒.安葬.余事勿取.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0605": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.出火.拆卸.动土.上梁.进人口.入宅.移徙.安床.安门.开市.交易.立券.挂匾.栽种.破土.安葬.", "j": "", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0606": { "y": "嫁娶.纳采.祭祀.祈福.出行.立券.移徙.入宅.动土.破土.安葬.", "j": "开光.作灶.造屋.架马.开仓.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0607": { "y": "纳采.订盟.冠笄.祭祀.祈福.斋醮.出行.修造.动土.移徙.入宅.安香.出火.拆卸.造屋.起基.竖柱.上梁.定磉.安门.开池.", "j": "嫁娶.开市.合寿木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0608": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "入宅.嫁娶.移徙.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0609": { "y": "嫁娶.安机械.交易.出行.祭祀.祈福.求嗣.斋醮.塑绘.开光.合帐.裁衣.放水.开池.掘井.", "j": "作灶.理发.造桥.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0610": { "y": "纳采.冠笄.求医.治病.开市.立券.修造.动土.安机械.破土.安葬.", "j": "斋醮.祭祀.移徙.入宅.上梁.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0611": { "y": "祭祀.作灶.余事勿取.", "j": "开市.安葬.破土.修坟.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0612": { "y": "祭祀.祈福.求嗣.斋醮.安香.解除.移徙.入宅.会亲友.求医.治病.动土.破土.开生坟.合寿木.", "j": "合帐.上梁.经络.安葬.入殓.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0613": { "y": "嫁娶.冠笄.修造.动土.作灶.移徙.入宅.补垣.塞穴.纳畜.牧养.架马.修造.动土.起基.定磉.开池.造船.", "j": "祈福.开光.掘井.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0614": { "y": "祭祀.交易.纳财.", "j": "斋醮.开渠.上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0615": { "y": "嫁娶.订盟.纳采.冠笄.会亲友.安机械.造车器.祭祀.出行.纳财.入宅.安香.出火.入学.塑绘.开光.拆卸.起基.修造.动土.牧养.栽种.安门.作厕.", "j": "行丧.伐木.作梁.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0616": { "y": "开光.求嗣.出行.冠笄.嫁娶.伐木.架马.开柱眼.修造.移徙.入宅.开市.交易.立券.出行.安香.出火.挂匾.起基.修造.开生坟.合寿木.入殓.除服.成服.移柩.安葬.", "j": "安床.出货财.作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0617": { "y": "祭祀.沐浴.理发.嫁娶.作灶.整手足甲.扫舍.修饰垣墙.平治道涂.", "j": "斋醮.出行.治病.合寿木.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0618": { "y": "安机械.移徙.入宅.出行.祭祀.祈福.斋醮.纳采.订盟.安香.出火.解除.会亲友.修造.动土.拆卸.起基.定磉.移徙.入宅.造屋.安床.修造.破土.安葬.入殓.立碑.", "j": "开市.伐木.作梁.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0619": { "y": "祭祀.沐浴.捕捉.结网.畋猎.取渔.余事勿取.", "j": "开市.交易.嫁娶.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0620": { "y": "破屋.坏垣.求医.治病.畋猎.余事勿取.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0622": { "y": "订盟.纳采.会亲友.进人口.雕刻.拆卸.修造.动土.起基.开市.栽种.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0623": { "y": "祭祀.捕捉.取渔.修饰垣墙.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0624": { "y": "嫁娶.纳采.祭祀.祈福.求医.治病.出行.动土.移徙.入宅.", "j": "开市.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0625": { "y": "裁衣.作灶.移徙.入宅.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0627": { "y": "订盟.纳采.出行.祈福.斋醮.安床.会亲友.", "j": "移徙.入宅.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0628": { "y": "嫁娶.纳采.出行.求医.治病.开市.移徙.入宅.启攒.安葬.", "j": "动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0629": { "y": "嫁娶.祭祀.沐浴.扫舍.修饰垣墙.", "j": "行丧.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0630": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0716": { "y": "纳采.订盟.嫁娶.移徙.入宅.出行.开市.交易.立券.纳财.会亲友.安香.出火.拆卸.造屋.起基.安床.作灶.挂匾.安葬.破土.启攒.立碑.入殓.移柩.", "j": "祈福.上梁.开仓.掘井.牧养.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0721": { "y": "开市.纳财.祭祀.塑绘.安机械.冠笄.会亲友.裁衣.开仓.经络.纳畜.造畜椆栖.教牛马.牧养.", "j": "动土.破土.安葬.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0724": { "y": "祭祀.冠笄.嫁娶.捕捉.结网.畋猎.取渔.余事勿取.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0706": { "y": "嫁娶.开光.祭祀.祈福.求嗣.出行.解除.伐木.入宅.移徙.安床.出火.拆卸.修造.上梁.栽种.移柩.", "j": "安葬.开市.交易.立券.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0730": { "y": "祭祀.作灶.纳财.捕捉.", "j": "开市.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0720": { "y": "祭祀.塞穴.结网.畋猎.余事勿取.", "j": "移徙.开市.入宅.嫁娶.开光.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0710": { "y": "祭祀.沐浴.塑绘.开光.入学.解除.扫舍.治病.开池.牧养.", "j": "嫁娶.出行.纳采.入宅.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0728": { "y": "嫁娶.纳采.开市.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "祭祀.祈福.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0714": { "y": "沐浴.理发.捕捉.入殓.移柩.破土.启攒.安葬.", "j": "出火.嫁娶.入宅.作灶.破土.上梁.动土.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0718": { "y": "祭祀.进人口.纳财.纳畜.牧养.捕捉.余事勿取.", "j": "开市.入宅.安床.动土.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0729": { "y": "嫁娶.纳采.开市.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "赴任.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0719": { "y": "祭祀.塑绘.开光.求医.治病.嫁娶.会亲友.放水.掘井.牧养.纳畜.开渠.安碓硙.", "j": "造屋.入宅.作灶.入学.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0708": { "y": "祭祀.入殓.除服.成服.移柩.破土.启攒.安葬.塞穴.断蚁.结网.", "j": "开市.入宅.嫁娶.开光.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0709": { "y": "祭祀.修造.出行.造屋.竖柱.造车器.教牛马.造畜椆栖.割蜜.", "j": "动土.破土.掘井.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0725": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0824": { "y": "塑绘.开光.解除.订盟.纳采.嫁娶.出火.修造.动土.移徙.入宅.拆卸.起基.安门.分居.开市.交易.立券.纳财.纳畜.牧养.", "j": "", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0701": { "y": "订盟.纳采.出行.祭祀.祈福.修造.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0702": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0703": { "y": "嫁娶.订盟.纳采.祭祀.祈福.入殓.破土.安葬.", "j": "开光.开市.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0704": { "y": "开光.求医.治病.动土.上梁.入殓.破土.安葬.", "j": "嫁娶.开光.", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0705": { "y": "祭祀.栽种.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0707": { "y": "纳采.订盟.嫁娶.祭祀.沐浴.塑绘.开光.出火.治病.习艺.伐木.造屋.竖柱.上梁.安床.作灶.安碓硙.挂匾.掘井.纳畜.", "j": "出行.安葬.造桥.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0711": { "y": "纳财.开市.交易.立券.出行.祭祀.祈福.求嗣.开光.解除.扫舍.起基.竖柱.安床.移徙.开仓.出货财.补垣.塞穴.栽种.纳畜.牧养.", "j": "斋醮.入宅.安门.安葬.破土.行丧.", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0712": { "y": "祭祀.修饰垣墙.平治道涂.", "j": "开市.动土.破土.嫁娶.修造.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0713": { "y": "订盟.纳采.祭祀.祈福.开光.安香.出火.立券.安机械.移徙.入宅.竖柱.上梁.会亲友.安床.拆卸.挂匾.牧养.教牛马.", "j": "嫁娶.安葬.行丧.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0715": { "y": "求医.治病.破屋.坏垣.余事勿取.", "j": "嫁娶.出行.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0717": { "y": "祭祀.祈福.斋醮.出行.纳采.订盟.安机械.出火.拆卸.修造.动土.起基.移徙.入宅.造庙.入殓.除服.成服.移柩.破土.安葬.谢土.", "j": "嫁娶.开市.栽种.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0722": { "y": "移徙.入宅.治病.会亲友.祭祀.祈福.斋醮.安香.移徙.嫁娶.造屋.起基.", "j": "开市.斋醮.安床.出行.经络.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0723": { "y": "塑绘.出行.冠笄.嫁娶.进人口.裁衣.纳婿.造畜椆栖.交易.立券.牧养.开生坟.入殓.除服.成服.移柩.安葬.启攒.", "j": "", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0727": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0731": { "y": "嫁娶.开市.立券.祭祀.祈福.动土.移徙.入宅.", "j": "造庙.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0829": { "y": "订盟.纳采.出行.会亲友.修造.上梁.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0802": { "y": "嫁娶.纳采.出行.祭祀.祈福.解除.移徙.入宅.", "j": "动土.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0830": { "y": "沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.祈福.余事勿取.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0812": { "y": "嫁娶.订盟.纳采.作灶.冠笄.裁衣.会亲友.纳畜.牧养.安机械.开市.立券.纳财.安床.", "j": "掘井.出行.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0820": { "y": "祭祀.捕捉.畋猎.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "嫁娶.纳采.订盟.开市.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0822": { "y": "祈福.斋醮.出行.冠笄.嫁娶.雕刻.开柱眼.入宅.造桥.开市.交易.立券.纳财.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "动土.破土.订盟.安床.开池.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0810": { "y": "订盟.纳采.祭祀.祈福.安香.出火.开市.立券.入宅.挂匾.造桥.启攒.安葬.", "j": "动土.破土.嫁娶.掘井.安床.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0819": { "y": "纳采.订盟.嫁娶.祭祀.祈福.普渡.开光.安香.出火.移徙.入宅.竖柱.修造.动土.竖柱.上梁.起基.造屋.安门.造庙.造桥.破土.启攒.安葬.", "j": "开市.立券.纳财.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0930": { "y": "祭祀.裁衣.冠笄.嫁娶.纳婿.会亲友.除服.成服.移柩.捕捉.进人口.入殓.", "j": "移徙.入宅.作灶.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0801": { "y": "补垣.塞穴.结网.入殓.除服.成服.移柩.安葬.启攒.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0803": { "y": "嫁娶.祭祀.祈福.斋醮.治病.破土.安葬.", "j": "开市.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0804": { "y": "嫁娶.出行.开市.安床.入殓.启攒.安葬.", "j": "祈福.动土.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0805": { "y": "嫁娶.祭祀.裁衣.结网.冠笄.沐浴.", "j": "开仓.出货财.置产.安葬.动土.破土.掘井.栽种.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0806": { "y": "入宅.移徙.安床.开光.祈福.求嗣.进人口.开市.交易.立券.出火.拆卸.修造.动土.", "j": "嫁娶.破土.置产.栽种.安葬.修坟.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0807": { "y": "祭祀.解除.沐浴.整手足甲.入殓.移柩.破土.启攒.安葬.", "j": "嫁娶.入宅.移徙.作灶.开市.交易.安门.栽种.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0808": { "y": "祭祀.普渡.捕捉.解除.结网.畋猎.入殓.破土.安葬.", "j": "开市.交易.入宅.嫁娶.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0809": { "y": "沐浴.破屋.坏垣.余事勿取.", "j": "斋醮.开市.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0811": { "y": "嫁娶.祭祀.祈福.斋醮.普渡.移徙.入宅.动土.治病.开市.交易.立券.开光.修造.造车器.安香.安床.捕捉.畋猎.结网.", "j": "纳采.订盟.经络.行丧.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0813": { "y": "嫁娶.订盟.纳采.祭祀.斋醮.普渡.解除.出行.会亲友.开市.纳财.修造.动土.竖柱.上梁.开光.开仓.出货财.纳畜.牧养.开池.破土.启攒.", "j": "出火.入宅.造屋.安门.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0814": { "y": "嫁娶.普渡.祭祀.祈福.补垣.塞穴.断蚁.筑堤.入殓.除服.成服.安葬.", "j": "动土.破土.掘井.开光.上梁.词讼.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0815": { "y": "嫁娶.冠笄.祭祀.沐浴.普渡.出行.纳财.扫舍.纳畜.赴任.", "j": "开市.动土.破土.安床.开仓.上梁.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0816": { "y": "祭祀.沐浴.理发.整手足甲.冠笄.解除.入殓.移柩.破土.启攒.安葬.", "j": "嫁娶.出行.入宅.开市.安门.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0817": { "y": "塑绘.冠笄.嫁娶.会亲友.进人口.经络.裁衣.栽种.纳畜.牧养.补垣.塞穴.捕捉.", "j": "祈福.开市.动土.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0818": { "y": "出行.沐浴.订盟.纳采.裁衣.竖柱.上梁.移徙.纳畜.牧养.", "j": "嫁娶.安门.动土.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0821": { "y": "破屋.坏垣.治病.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0823": { "y": "祈福.求嗣.解除.订盟.纳采.动土.起基.放水.造仓.开市.纳畜.牧养.开生坟.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0825": { "y": "祈福.出行.订盟.纳采.嫁娶.裁衣.动土.安床.放水.开市.掘井.交易.立券.栽种.开渠.除服.成服.移柩.破土.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0826": { "y": "嫁娶.祭祀.祈福.斋醮.作灶.移徙.入宅.", "j": "动土.破土.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0827": { "y": "嫁娶.出行.纳畜.祭祀.入殓.启攒.安葬.", "j": "作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0828": { "y": "订盟.纳采.祭祀.祈福.修造.动土.上梁.破土.安葬.", "j": "嫁娶.开市.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0831": { "y": "嫁娶.祭祀.祈福.斋醮.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d1030": { "y": "开光.针灸.会亲友.启攒.安葬.", "j": "开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0901": { "y": "捕捉.结网.入殓.破土.安葬.", "j": "嫁娶.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0902": { "y": "沐浴.治病.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0903": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.移徙.入宅.启攒.安葬.", "j": "动土.破土.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0904": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求医.治病.动土.移徙.入宅.破土.安葬.", "j": "开光.针灸.", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0905": { "y": "订盟.纳采.祭祀.祈福.安机械.作灶.纳畜.", "j": "动土.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0906": { "y": "嫁娶.祭祀.祈福.求嗣.出行.动土.安床.掘井.破土.启攒.", "j": "入宅.作梁.安门.伐木.修造.上梁.入殓.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0907": { "y": "嫁娶.祭祀.祈福.求嗣.出行.出火.拆卸.修造.移徙.动土.安床.入殓.破土.安葬.启攒.", "j": "造屋.开光.理发.造船.掘井.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0908": { "y": "冠笄.沐浴.出行.修造.动土.移徙.入宅.破土.安葬.", "j": "嫁娶.开市.祭祀.祈福.斋醮.纳采.修坟.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0909": { "y": "祭祀.出行.", "j": "嫁娶.入宅.修造.动土.会亲友.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0910": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.修造.动土.移徙.入宅.", "j": "针灸.伐木.作梁.造庙.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0911": { "y": "出行.开市.交易.立券.安机械.出火.上梁.移徙.", "j": "嫁娶.安葬.动土.造桥.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0912": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "斋醮.嫁娶.移徙.出行.上梁.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0913": { "y": "嫁娶.造车器.安机械.祭祀.祈福.开光.安香.出火.出行.开市.立券.修造.动土.移徙.入宅.破土.安葬.", "j": "纳采.订盟.架马.词讼.开渠.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0914": { "y": "沐浴.捕捉.入殓.除服.成服.破土.启攒.安葬.", "j": "祭祀.嫁娶.安床.开市.入宅.探病.上梁.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0915": { "y": "余事勿取.", "j": "探病.余事勿取.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0916": { "y": "订盟.纳采.祭祀.祈福.安香.出火.修造.动土.上梁.安门.起基.竖柱.上梁.定磉.开池.移徙.入宅.立券.破土.", "j": "嫁娶.造庙.造桥.造船.作灶.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0917": { "y": "开光.求嗣.雕刻.嫁娶.订盟.纳采.出火.拆卸.修造.动土.起基.上梁.放水.移徙.入宅.造仓.造船.开市.开池.纳畜.牧养.挂匾.", "j": "行丧.安葬.合寿木.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0918": { "y": "祭祀.嫁娶.捕捉.", "j": "开光.动土.破土.开市.修造.入宅.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0919": { "y": "祭祀.普渡.解除.会亲友.捕捉.畋猎.启攒.除服.成服.移柩.", "j": "嫁娶.开市.动土.掘井.开池.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0920": { "y": "祭祀.出行.解除.冠笄.嫁娶.伐木.架马.开柱眼.修造.动土.移徙.入宅.开生坟.合寿木.入殓.移柩.破土.安葬.修坟.", "j": "开光.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0921": { "y": "祭祀.祈福.求嗣.出行.沐浴.交易.扫舍.教牛马.", "j": "动土.作灶.行丧.安葬.修坟.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0922": { "y": "出行.解除.纳采.冠笄.雕刻.修造.动土.起基.上梁.合脊.安床.移徙.入宅.开市.栽种.作厕.", "j": "造庙.安门.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0923": { "y": "祭祀.沐浴.解除.理发.冠笄.安机械.作灶.造仓.开市.开池.作厕.补垣.塞穴.断蚁.结网.", "j": "嫁娶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0924": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0925": { "y": "祭祀.会亲友.纳采.嫁娶.开光.塑绘.斋醮.安香.开市.立券.除服.成服.入殓.移柩.安葬.赴任.进人口.出行.裁衣.修造.动土.上梁.经络.交易.", "j": "入宅.伐木.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0926": { "y": "祭祀.冠笄.会亲友.拆卸.起基.除服.成服.移柩.启攒.安葬.沐浴.捕捉.开光.塑绘.", "j": "作灶.祭祀.入宅.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0927": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "移徙.入宅.出行.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0928": { "y": "祭祀.塑绘.开光.出行.解除.订盟.嫁娶.拆卸.起基.安床.入宅.开市.入殓.除服.成服.移柩.破土.谢土.挂匾.开柱眼.交易.", "j": "造桥.冠笄.造屋.掘井.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0929": { "y": "祭祀.赴任.动土.上梁.开光.塑绘.冠笄.拆卸.起基.安床.开市.立券.赴任.经络.", "j": "定磉.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1020": { "y": "捕捉.结网.入殓.除服.成服.移柩.破土.安葬.启攒.立碑.", "j": "嫁娶.祭祀.入宅.造屋.移徙.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1010": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "开市.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1026": { "y": "祭祀.祈福.斋醮.沐浴.竖柱.订盟.纳采.嫁娶.拆卸.入宅.移柩.启攒.谢土.赴任.出火.纳畜.", "j": "作灶.入殓.安葬.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d1023": { "y": "会亲友.嫁娶.订盟.纳采.纳婿.拆卸.修造.动土.起基.竖柱.上梁.安床.会亲友.纳财.", "j": "出行.祈福.安葬.作灶.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1126": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.入殓.移柩.安葬.谢土.赴任.进人口.会亲友.", "j": "作灶.治病.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d1001": { "y": "祭祀.诸事不宜.", "j": "入殓.安葬.开市.交易.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1002": { "y": "祭祀.裁衣.冠笄.嫁娶.安机械.拆卸.动土.起基.移徙.入宅.入殓.启攒.安葬.造仓.经络.", "j": "安床.开光.开市.交易.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1003": { "y": "祭祀.出行.成服.除服.沐浴.入殓.", "j": "动土.冠笄.移徙.入宅.开市.竖柱.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1004": { "y": "祭祀.沐浴.赴任.出行.余事勿取.", "j": "诸事不宜.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1005": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1006": { "y": "沐浴.入殓.移柩.除服.成服.破土.平治道涂.", "j": "嫁娶.移徙.入宅.开市.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1007": { "y": "嫁娶.祭祀.祈福.求嗣.沐浴.出火.出行.拆卸.修造.动土.进人口.开市.交易.立券.入宅.移徙.安床.栽种.纳畜.入殓.安葬.启攒.除服.成服.", "j": "", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1008": { "y": "捕捉.畋猎.余事勿取.", "j": "开市.交易.祭祀.入宅.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1009": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.安香.出火.造庙.移徙.出行.入宅.造庙.起基.竖柱.上梁.安床.纳畜.捕捉.纳婿.安葬.", "j": "开市.破土.掘井.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1011": { "y": "订盟.纳采.会亲友.交易.立券.纳财.栽种.纳畜.牧养.", "j": "嫁娶.开市.入宅.祈福.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1012": { "y": "造车器.嫁娶.订盟.纳采.会亲友.祭祀.出行.开市.立券.移徙.入宅.破土.安葬.", "j": "上梁.开光.造屋.架马.合寿木.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1013": { "y": "祭祀.作灶.纳财.捕捉.畋猎.余事勿取.", "j": "动土.破土.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1014": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.求医.治病.出火.移徙.入宅.", "j": "开市.开仓.出货财.安床.安门.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1015": { "y": "冠笄.祭祀.沐浴.作灶.理发.整手足甲.扫舍.补垣.塞穴.入殓.破土.启攒.", "j": "开光.嫁娶.会亲友.栽种.针灸.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1016": { "y": "纳采.订盟.嫁娶.祭祀.祈福.求嗣.置产.求医.治病.开市.交易.立券.会亲友.移徙.竖柱.上梁.造屋.合脊.安门.放水.捕捉.纳畜.", "j": "造庙.造船.动土.破土.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1017": { "y": "出行.造车器.造畜椆栖.解除.冠笄.裁衣.作梁.雕刻.会亲友.移徙.入宅.安机械.造畜椆栖.开市.扫舍.", "j": "嫁娶.动土.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1018": { "y": "沐浴.理发.冠笄.安床.开市.立券.会亲友.交易.纳财.结网.教牛马.", "j": "移徙.入宅.出行.祈福.嫁娶.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1019": { "y": "祭祀.造畜椆栖.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.开市.安床.掘井.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1021": { "y": "祭祀.祈福.求嗣.斋醮.造庙.出火.安机械.会亲友.开市.交易.立券.纳财.习艺.经络.求医.治病.开池.作厕.畋猎.结网.栽种.牧养.安葬.破土.启攒.", "j": "开光.嫁娶.掘井.伐木.作梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1022": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1024": { "y": "祭祀.塑绘.开光.祈福.斋醮.出行.订盟.纳采.裁衣.嫁娶.拆卸.修造.安床.入宅.安香.入殓.启攒.安葬.谢土.赴任.会亲友.进人口.出行.移徙.上梁.经络.开市.交易.立券.纳财.", "j": "开仓.冠笄.伐木.作梁.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1025": { "y": "祭祀.作灶.入殓.除服.成服.畋猎.", "j": "栽种.动土.安葬.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1027": { "y": "嫁娶.祭祀.安机械.入殓.破土.安葬.", "j": "动土.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d1028": { "y": "作灶.造畜椆栖.", "j": "行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d1029": { "y": "沐浴.理发.入学.习艺.进人口.", "j": "嫁娶.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d1031": { "y": "祭祀.结网.造畜椆栖.余事勿取.", "j": "余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d1129": { "y": "祭祀.解除.祈福.开光.塑绘.斋醮.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.入殓.除服.成服.移柩.启攒.安床.赴任.出行.移徙.竖柱.上梁.伐木.栽种.破土.安葬.纳畜.", "j": "造屋.治病.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d1120": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.冠笄.出行.理发.拆卸.解除.起基.动土.定磉.安碓硙.开池.掘井.扫舍.除服.成服.移柩.启攒.立碑.谢土.", "j": "移徙.入宅.安门.作梁.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d1128": { "y": "祭祀.解除.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1122": { "y": "祭祀.沐浴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d1127": { "y": "祭祀.塑绘.开光.订盟.纳采.嫁娶.安床.进人口.入殓.除服.成服.移柩.启攒.安葬.立碑.", "j": "开市.交易.破土.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d1220": { "y": "祭祀.入殓.移柩.余事勿取.", "j": "入宅.修造.动土.破土.安门.上梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1101": { "y": "入殓.除服.成服.移柩.破土.启攒.安葬.", "j": "移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d1102": { "y": "嫁娶.订盟.纳采.出行.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "开市.赴任.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d1103": { "y": "祭祀.解除.破屋.坏垣.余事勿取.", "j": "余事勿取.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d1104": { "y": "订盟.纳采.会亲友.安机械.纳财.牧养.", "j": "祈福.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d1105": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "斋醮.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d1106": { "y": "祭祀.塞穴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d1107": { "y": "祭祀.祈福.求嗣.开光.开市.出行.解除.动土.起基.置产.栽种.", "j": "嫁娶.作灶.修坟.安门.入宅.立碑.安葬.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d1108": { "y": "开市.纳财.出行.祭祀.祈福.求嗣.斋醮.问名.入学.起基.定磉.置产.开渠.掘井.拆卸.栽种.纳畜.牧养.动土.破土.启攒.", "j": "移徙.入宅.出火.入殓.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d1109": { "y": "祭祀.理发.置产.塞穴.除服.成服.移柩.入殓.破土.安葬.", "j": "嫁娶.入宅.安床.掘井.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d1110": { "y": "祭祀.沐浴.出行.余事勿取.", "j": "开市.动土.破土.行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d1111": { "y": "嫁娶.造车器.出行.会亲友.移徙.入宅.修造.动土.雕刻.开光.安香.出火.理发.会亲友.造屋.合脊.起基.归岫.安门.拆卸.扫舍.栽种.造畜椆栖.", "j": "开市.纳采.造庙.安床.开渠.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d1112": { "y": "塑绘.会亲友.安机械.塞穴.结网.裁衣.经络.", "j": "嫁娶.开市.祈福.斋醮.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d1113": { "y": "纳采.移徙.纳财.开市.交易.立券.纳财.入宅.修造.动土.竖柱.起基.定磉.造庙.安香.出火.修饰垣墙.平治道涂.会亲友.出行.开池.作厕.", "j": "开仓.造屋.造桥.祭祀.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d1114": { "y": "订盟.纳采.纳财.开市.立券.祭祀.祈福.移徙.入宅.出行.造屋.起基.修造.动土.竖柱.上梁.安门.安香.出火.教牛马.会亲友.破土.", "j": "嫁娶.安葬.掘井.置产.造船.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d1115": { "y": "嫁娶.订盟.纳采.祭祀.祈福.塑绘.开光.移徙.安床.伐木.作梁.捕捉.畋猎.结网.求医.治病.解除.安葬.除服.成服.移柩.入殓.立碑.谢土.", "j": "开市.造庙.动土.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d1116": { "y": "破屋.坏垣.祭祀.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d1117": { "y": "嫁娶.纳采.订盟.祭祀.冠笄.裁衣.伐木.作梁.架马.定磉.开柱眼.作灶.移徙.安床.畋猎.结网.开池.作厕.除服.成服.启攒.入殓.移柩.安葬.", "j": "造屋.造船.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d1118": { "y": "纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.会亲友.解除.入学.纳财.交易.立券.经络.起基.动土.定磉.开池.栽种.纳畜.牧养.破土.入殓.立碑.安葬.", "j": "嫁娶.开市.入宅.出火.移徙.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d1119": { "y": "捕捉.畋猎.会亲友.解除.入殓.除服.成服.移柩.余事勿取.", "j": "安床.安门.破土.修坟.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d1121": { "y": "嫁娶.冠笄.安床.纳采.会亲友.塞穴.捕捉.置产.造畜椆栖.", "j": "开光.掘井.安葬.谢土.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d1123": { "y": "祭祀.会亲友.嫁娶.沐浴.修造.动土.祈福.开光.塑绘.出行.订盟.纳采.裁衣.入殓.除服.成服.移柩.启攒.赴任.竖柱.上梁.纳财.扫舍.栽种.纳畜.伐木.", "j": "入宅.作灶.安床.开仓.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d1124": { "y": "理发.会亲友.补垣.塞穴.结网.", "j": "嫁娶.入宅.安门.移徙.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d1125": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.除服.成服.入殓.移柩.安葬.谢土.赴任.会亲友.进人口.出行.竖柱.上梁.经络.开市.交易.立券.纳财.开仓.", "j": "作灶.治病.伐木.作梁.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d1130": { "y": "祭祀.祈福.订盟.纳采.裁衣.合帐.冠笄.安机械.安床.造畜椆栖.入殓.移柩.启攒.安葬.谢土.除服.成服.会亲友.竖柱.上梁.经络.开市.交易.立券.纳财.纳畜.筑堤.", "j": "嫁娶.入宅.治病.赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1230": { "y": "嫁娶.出行.求医.治病.祭祀.祈福.上梁.纳畜.", "j": "开市.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d1229": { "y": "教牛马.余事勿取.", "j": "入宅.动土.破土.余事勿取.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d1226": { "y": "祭祀.沐浴.安床.纳财.畋猎.捕捉.", "j": "开市.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d1222": { "y": "祭祀.塑绘.开光.裁衣.冠笄.嫁娶.纳采.拆卸.修造.动土.竖柱.上梁.安床.移徙.入宅.安香.结网.捕捉.畋猎.伐木.进人口.放水.", "j": "出行.安葬.修坟.开市.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1206": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1225": { "y": "塑绘.斋醮.出行.拆卸.解除.修造.移徙.造船.入殓.除服.成服.移柩.启攒.修坟.立碑.谢土.", "j": "", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d1202": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1205": { "y": "祭祀.祈福.斋醮.塑绘.开光.订盟.纳采.裁衣.冠笄.嫁娶.拆卸.入宅.安香.入殓.移柩.理发.安葬.修坟.谢土.赴任.移徙.沐浴.治病.破土.启攒.整手足甲.入学.作梁.", "j": "开市.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1209": { "y": "嫁娶.冠笄.祭祀.祈福.求嗣.雕刻.开光.安香.出行.入学.修造.动土.竖柱.上梁.造屋.起基.安门.出火.移徙.入宅.掘井.造畜椆栖.安葬.破土.除服.成服.", "j": "开市.纳采.订盟.作灶.造庙.造船.经络.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1219": { "y": "纳财.开市.交易.立券.会亲友.进人口.经络.祭祀.祈福.安香.出火.求医.治病.修造.动土.拆卸.扫舍.安床.栽种.牧养.开生坟.合寿木.入殓.安葬.启攒.", "j": "嫁娶.祈福.出火.移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1212": { "y": "冠笄.纳财.掘井.开池.出火.安床.交易.立券.畋猎.结网.理发.放水.", "j": "安门.动土.破土.行丧.安葬.成服.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1201": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1203": { "y": "祈福.斋醮.出行.订盟.纳采.入殓.移柩.破土.安葬.立碑.结网.", "j": "入宅.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1204": { "y": "祭祀.沐浴.出行.冠笄.进人口.余事勿取.", "j": "嫁娶.动土.安葬.作灶.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1207": { "y": "订盟.纳采.会亲友.安机械.开光.修造.动土.竖柱.上梁.造屋.起基.造桥.栽种.纳畜.造畜椆栖.移柩.入殓.启攒.修坟.立碑.安葬.", "j": "祈福.出火.嫁娶.入宅.开市.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1208": { "y": "祭祀.平治道涂.修坟.除服.成服.余事勿取.", "j": "移徙.入宅.嫁娶.掘井.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1210": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.斋醮.安香.出火.修造.起基.造屋.合脊.安门.安碓硙.动土.上梁.移徙.入宅.", "j": "出行.掘井.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1211": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.入宅.探病.出行.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1213": { "y": "纳采.订盟.移徙.入宅.出行.安机械.会亲友.祭祀.祈福.斋醮.开光.安香.出火.解除.求医.针灸.治病.造屋.起基.修造.安门.造船.纳畜.牧养.移柩.入殓.启攒.谢土.修坟.立碑.", "j": "嫁娶.动土.安床.造桥.掘井.", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1214": { "y": "祭祀.沐浴.作灶.纳财.捕捉.畋猎.安床.扫舍.", "j": "开市.斋醮.破土.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1215": { "y": "祈福.斋醮.纳采.订盟.解除.架马.开柱眼.修造.动土.起基.上梁.归岫.造屋.合脊.掘井.除服.成服.破土.栽种.", "j": "移徙.开市.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1216": { "y": "纳采.订盟.祭祀.沐浴.冠笄.合帐.裁衣.修造.动土.拆卸.移徙.入宅.安门.开仓.筑堤.作厕.栽种.纳畜.补垣.塞穴.", "j": "嫁娶.祈福.开光.掘井.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1217": { "y": "合帐.裁衣.教牛马.余事勿取.", "j": "入宅.动土.破土.嫁娶.作灶.造船.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1218": { "y": "纳采.订盟.嫁娶.祭祀.祈福.安香.出火.出行.会亲友.经络.求医.治病.解除.拆卸.起基.修造.动土.定磉.扫舍.栽种.牧养.造畜椆栖.", "j": "斋醮.作梁.掘井.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1221": { "y": "塑绘.开光.订盟.纳采.裁衣.冠笄.拆卸.修造.安床.入宅.出火.安葬.谢土.赴任.", "j": "掘井.伐木.斋醮.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1223": { "y": "祭祀.求医.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1224": { "y": "祭祀.祈福.斋醮.出行.冠笄.安机械.移徙.入宅.安香.安床.除服.成服.移柩.启攒.", "j": "开光.栽种.治病.安门.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1227": { "y": "订盟.纳采.祭祀.祈福.修造.动土.上梁.破土.", "j": "嫁娶.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d1228": { "y": "出行.沐浴.理发.补垣.塞穴.", "j": "入宅.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d1231": { "y": "开市.立券.开光.解除.安机械.上梁.启攒.安葬.", "j": "嫁娶.祈福.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" } }, "y2017": { "d0101": { "y": "合帐.裁衣.教牛马.余事勿取.", "j": "入宅.动土.破土.嫁娶.作灶.造船.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0201": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0102": { "y": "纳采.订盟.嫁娶.祭祀.祈福.安香.出火.出行.会亲友.经络.求医.治病.解除.拆卸.起基.修造.动土.定磉.扫舍.栽种.牧养.造畜椆栖.", "j": "斋醮.作梁.掘井.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0103": { "y": "纳财.开市.交易.立券.会亲友.进人口.经络.祭祀.祈福.安香.出火.求医.治病.修造.动土.拆卸.扫舍.安床.栽种.牧养.开生坟.合寿木.入殓.安葬.启攒.", "j": "嫁娶.祈福.出火.移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0104": { "y": "祭祀.入殓.移柩.余事勿取.", "j": "入宅.修造.动土.破土.安门.上梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0105": { "y": "解除.平治道涂.余事勿取.", "j": "移徙.入宅.掘井.造庙.栽种.针灸.治病.开池.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0106": { "y": "嫁娶.祭祀.开光.伐木.出火.拆卸.入宅.移徙.修造.动土.上梁.安床.纳畜.", "j": "开市.行丧.栽种.出行.出货财.安葬.置产.词讼.治病.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0107": { "y": "嫁娶.纳采.订盟.入宅.移徙.安床.祭祀.祈福.开光.出行.解除.出火.拆卸.动土.纳畜.谢土.安葬.破土.", "j": "伐木.开市.交易.上梁.作灶.安门.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0108": { "y": "祭祀.破屋.坏垣.解除.余事勿取.", "j": "开市.动土.破土.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0109": { "y": "嫁娶.纳采.订盟.开光.安香.出火.纳财.开市.交易.立券.裁衣.造屋.起基.修造.动土.安门.移徙.入宅.栽种.牧养.畋猎.掘井.开池.安葬.破土.入殓.除服.成服.立碑.", "j": "祈福.造庙.祭祀.安床.谢土.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0110": { "y": "祭祀.斋醮.入殓.破土.启攒.安葬.修坟.立碑.除服.成服.", "j": "嫁娶.入宅.作灶.纳采.订盟.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0111": { "y": "祭祀.斋醮.纳财.捕捉.畋猎.", "j": "嫁娶.开市.入宅.安床.破土.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0112": { "y": "纳采.订盟.祭祀.祈福.求嗣.斋醮.沐浴.进人口.会亲友.入学.治病.安碓硙.掘井.开池.纳畜.牧养.造畜椆栖.", "j": "嫁娶.合帐.入宅.行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0113": { "y": "祭祀.祈福.求嗣.沐浴.问名.交易.纳财.入殓.移柩.安葬.修坟.立碑.谢土.造畜椆栖.教牛马.", "j": "入宅.置产.嫁娶.动土.栽种.开市.开光.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0114": { "y": "祭祀.教牛马.造畜椆栖.祭祀.会亲友.解除.余事勿取.", "j": "嫁娶.入宅.出行.动土.破土.安葬.行丧.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0115": { "y": "嫁娶.开光.解除.出火.拆卸.修造.进人口.入宅.移徙.安床.栽种.入殓.修坟.动土.除服.成服.", "j": "作灶.安葬.祭祀.开市.纳采.订盟.纳畜.谢土.出行.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0116": { "y": "出行.起基.安床.纳财.交易.立券.嫁娶.栽种.入殓.移柩.安葬.", "j": "挂匾.入宅.上梁.祈福.词讼.作梁.作灶.开池.安门.动土.破土.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0117": { "y": "平治道涂.余事勿取.", "j": "开光.嫁娶.开仓.出货财.造船.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0118": { "y": "嫁娶.订盟.纳采.会亲友.祭祀.安机械.移徙.入宅.造屋.安床.起基.定磉.安香.出火.挂匾.拆卸.置产.", "j": "开市.出行.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0119": { "y": "沐浴.捕捉.畋猎.理发.整手足甲.入殓.除服.成服.破土.安葬.谢土.立碑.修坟.启攒.", "j": "纳采.订盟.嫁娶.上梁.开市.斋醮.造屋.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0120": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "斋醮.嫁娶.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0121": { "y": "沐浴.开仓.出货财.开市.交易.立券.纳财.栽种.纳畜.牧养.畋猎.入殓.破土.安葬.", "j": "祈福.嫁娶.安床.入宅.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0122": { "y": "祭祀.沐浴.补垣.塞穴.断蚁.解除.余事勿取.", "j": "造庙.入宅.修造.安葬.行丧.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0123": { "y": "嫁娶.纳采.订盟.问名.祭祀.冠笄.裁衣.会亲友.进人口.纳财.捕捉.作灶.", "j": "开市.安床.安葬.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0124": { "y": "订盟.纳采.会亲友.祭祀.斋醮.沐浴.塑绘.出火.开光.竖柱.上梁.开市.交易.立券.作梁.开柱眼.伐木.架马.安门.安床.拆卸.牧养.造畜椆栖.掘井.", "j": "造庙.嫁娶.出行.动土.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0125": { "y": "交易.立券.纳财.安床.裁衣.造畜椆栖.安葬.谢土.启攒.除服.成服.修坟.立碑.移柩.入殓.", "j": "开光.嫁娶.开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0126": { "y": "祭祀.解除.教牛马.会亲友.余事勿取.", "j": "破土.动土.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0127": { "y": "纳采.订盟.移徙.纳财.开市.交易.立券.入宅.会亲友.解除.求医.治病.入学.安床.安门.安香.出火.拆卸.扫舍.入宅.挂匾.开生坟.合寿木.破土.修坟.启攒.入殓.", "j": "探病.祭祀.出行.上梁.造屋.谢土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0128": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.会亲友.解除.出行.入学.纳财.开市.交易.立券.习艺.经络.安床.开仓.出货财.纳畜.安葬.启攒.修坟.入殓.", "j": "入宅.开光.开市.动土.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0129": { "y": "祭祀.冠笄.嫁娶.会亲友.进人口.裁衣.结网.平治道涂.", "j": "移徙.入宅.造庙.作灶.治病.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0130": { "y": "祭祀.安碓硙.结网.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0131": { "y": "嫁娶.祭祀.沐浴.裁衣.出行.理发.移徙.捕捉.畋猎.放水.入宅.除服.成服.启攒.安葬.移柩.入殓.", "j": "造屋.开市.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0202": { "y": "纳采.订盟.祭祀.求嗣.出火.塑绘.裁衣.会亲友.入学.拆卸.扫舍.造仓.挂匾.掘井.开池.结网.栽种.纳畜.破土.修坟.立碑.安葬.入殓.", "j": "祈福.嫁娶.造庙.安床.谢土.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0225": { "y": "入学.习艺.出行.纳采.订盟.嫁娶.会亲友.进人口.牧养.捕捉.入殓.移柩.安葬.启攒.", "j": "开光.开市.入宅.动土.造屋.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0215": { "y": "纳采.订盟.祭祀.祈福.安香.出火.修造.出行.开市.移徙.入宅.动土.安葬.破土.", "j": "安床.作灶.造船.会亲友.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0222": { "y": "会亲友.求嗣.理发.冠笄.结网.捕捉.开光.理发.", "j": "开市.动土.安葬.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0212": { "y": "嫁娶.祭祀.冠笄.修饰垣墙.置产.", "j": "经络.探病.造屋.作灶.动土.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0227": { "y": "祭祀.冠笄.嫁娶.拆卸.修造.动土.起基.上梁.造屋.入宅.开市.开池.塞穴.入殓.除服.成服.移柩.安葬.破土.", "j": "安床.栽种.治病.作灶.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0301": { "y": "塑绘.开光.祈福.求嗣.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.起基.安门.安床.移徙.造仓.结网.纳畜.", "j": "伐木.作灶.安葬.取渔.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0203": { "y": "祭祀.斋醮.沐浴.开生坟.除服.成服.移柩.入殓.破土.安葬.合寿木.", "j": "开市.嫁娶.安床.会亲友.入宅.作灶.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0204": { "y": "祭祀.塞穴.结网.破土.谢土.安葬.移柩.除服.成服.余事勿取.", "j": "嫁娶.入宅.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0205": { "y": "祭祀.沐浴.理发.作灶.结网.栽种.", "j": "嫁娶.词讼.行丧.安葬.牧养.伐木.作梁.开市.纳畜.造畜椆栖.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0206": { "y": "嫁娶.祭祀.开光.祈福.求嗣.出行.开市.交易.立券.动土.纳财.掘井.会亲友.", "j": "入宅.安葬.伐木.作梁.纳畜.造畜椆栖.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0207": { "y": "祭祀.祈福.求嗣.纳畜.入殓.启攒.谢土.除服.成服.", "j": "栽种.开光.出行.针灸.嫁娶.入宅.动土.破土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0208": { "y": "开光.解除.伐木.竖柱.上梁.交易.立券.纳畜.入殓.移柩.安葬.", "j": "入宅.出行.移徙.祭祀.嫁娶.动土.破土.作灶.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0209": { "y": "祭祀.祈福.求嗣.开光.嫁娶.出行.解除.伐木.拆卸.进人口.安床.动土.起基.上梁.栽种.纳畜.破土.谢土.启攒.安葬.", "j": "移徙.入宅.出火.作灶.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0210": { "y": "会亲友.冠笄.安床.会亲友.安机械.祭祀.祈福.求嗣.经络.", "j": "嫁娶.开市.动土.作灶.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0211": { "y": "作灶.解除.平治道涂.余事勿取.", "j": "祭祀.祈福.安葬.安门.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0213": { "y": "纳采.嫁娶.祭祀.祈福.出行.修造.动土.移徙.入宅.安葬.破土.", "j": "开市.入宅.斋醮.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0214": { "y": "祭祀.沐浴.解除.理发.扫舍.破屋.坏垣.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0216": { "y": "塞穴.结网.取渔.畋猎.", "j": "嫁娶.安门.移徙.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0217": { "y": "纳采.祭祀.祈福.出行.会亲友.修造.动土.移徙.入宅.", "j": "嫁娶.开市.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0218": { "y": "纳采.嫁娶.祭祀.祈福.出行.开市.会亲友.动土.破土.启攒.", "j": "移徙.入宅.出火.安门.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0219": { "y": "祭祀.祈福.求嗣.斋醮.入殓.除服.成服.移柩.安葬.启攒.", "j": "嫁娶.动土.开光.造屋.破土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0220": { "y": "纳采.会亲友.竖柱.上梁.立券.入殓.移柩.安葬.启攒.", "j": "祭祀.移徙.入宅.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0221": { "y": "祭祀.祈福.斋醮.出行.开市.立券.动土.移徙.入宅.破土.安葬.", "j": "开光.嫁娶.作灶.掘井.纳畜.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0223": { "y": "祭祀.平治道涂.余事勿取.", "j": "嫁娶.祈福.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0224": { "y": "祈福.求嗣.斋醮.纳采.嫁娶.伐木.修造.动土.移徙.入宅.造庙.安机械.开市.入殓.除服.成服.移柩.安葬.破土.谢土.", "j": "置产.造屋.合脊.开光.探病.安门.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0226": { "y": "祭祀.沐浴.求医.治病.扫舍.破屋.坏垣.解除.余事勿取.", "j": "入宅.开市.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0228": { "y": "祭祀.结网.入殓.除服.成服.移柩.安葬.破土.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0401": { "y": "祭祀.嫁娶.纳婿.除服.成服.入殓.移柩.", "j": "动土.作灶.入宅.开光.安床.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0302": { "y": "祭祀.沐浴.开光.塑绘.祈福.求嗣.订盟.纳采.冠笄.裁衣.嫁娶.动土.除服.成服.移柩.破土.启攒.出行.安碓硙.放水.开市.立券.交易.", "j": "安葬.上梁.入宅.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0303": { "y": "祭祀.祈福.求嗣.酬神.裁衣.安床.立券.交易.入殓.除服.成服.移柩.谢土.启攒.", "j": "出行.嫁娶.入宅.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0304": { "y": "裁衣.合帐.入殓.除服.成服.会亲友.纳财.", "j": "祭祀.祈福.移徙.嫁娶.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0305": { "y": "祭祀.祈福.求嗣.斋醮.嫁娶.冠笄.出行.开市.交易.会亲友.教牛马.除服.成服.启攒.安葬.移柩.", "j": "祈福.动土.移徙.入宅.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0306": { "y": "塞穴.整手足甲.解除.捕捉.畋猎.结网.余事勿取.诸事不宜.", "j": "嫁娶.作灶.掘井.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0307": { "y": "纳财.开市.立券.交易.开光.安床.上梁.造屋.修造.起基.", "j": "动土.破土.安葬.行丧.赴任.出行.嫁娶.入宅.移徙.谢土.词讼.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0308": { "y": "祭祀.祈福.嫁娶.冠笄.修饰垣墙.置产.平治道涂.", "j": "开仓.出货财.造屋.作灶.开市.交易.立券.栽种.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0309": { "y": "嫁娶.祭祀.开光.祈福.求嗣.出行.出火.进人口.入宅.移徙.安床.拆卸.修造.安门.挂匾.纳财.扫舍.", "j": "动土.伐木.安葬.行丧.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0310": { "y": "嫁娶.开光.祭祀.祈福.求嗣.出行.出火.入宅.移徙.解除.栽种.伐木.破土.谢土.安葬.", "j": "开市.交易.作灶.纳财.上梁.安床.造屋.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0311": { "y": "破屋.坏垣.求医.治病.余事勿取.", "j": "开光.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0312": { "y": "纳采.交易.立券.安床.安机械.安葬.移柩.动土.破土.立碑.", "j": "嫁娶.开光.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0313": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.开光.理发.经络.解除.治病.治病.立碑.栽种.牧养.掘井.开池.", "j": "嫁娶.定磉.合寿木.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0314": { "y": "纳财.交易.立券.栽种.捕捉.结网.取渔.进人口.教牛马.理发.", "j": "入宅.造屋.竖柱.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0315": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.修造.动土.移徙.入宅.破土.出火.安门.安床.上梁.立碑.移柩.", "j": "开市.交易.合帐.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0316": { "y": "冠笄.立券.交易.修造.动土.安机械.入殓.安葬.破土.", "j": "嫁娶.祈福.出火.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0317": { "y": "祭祀.会亲友.出行.立券.交易.冠笄.纳财.", "j": "嫁娶.动土.掘井.起基.定磉.破土.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0318": { "y": "祭祀.沐浴.解除.扫舍.塞穴.牧养.", "j": "嫁娶.安葬.行丧.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0319": { "y": "纳财.开市.交易.立券.开光.针灸.会亲友.理发.安床.造仓.结网.", "j": "移徙.入宅.栽种.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0320": { "y": "嫁娶.冠笄.会亲友.安机械.纳财.交易.立券.置产.", "j": "开市.造屋.治病.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0321": { "y": "嫁娶.造车器.纳采.订盟.祭祀.祈福.安机械.移徙.入宅.开市.立券.破土.安葬.", "j": "纳畜.理发.合寿木.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0322": { "y": "祈福.斋醮.出行.移徙.入宅.修造.动土.破土.安葬.", "j": "纳采.开光.安床.嫁娶.开市.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0323": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.开市.入宅.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0324": { "y": "嫁娶.冠笄.祭祀.出行.会亲友.修造.动土.入殓.破土.", "j": "塑绘.开光.造桥.除服.成服.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0325": { "y": "开光.求嗣.出行.纳采.冠笄.出火.拆卸.起基.修造.动土.上梁.移徙.造船.开市.交易.立券.纳财.", "j": "祈福.嫁娶.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0326": { "y": "理发.冠笄.嫁娶.进人口.栽种.捕捉.针灸.", "j": "纳财.开市.安葬.破土.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0327": { "y": "开光.祈福.求嗣.出行.解除.伐木.造屋.起基.修造.架马.安门.移徙.入宅.造庙.除服.成服.移柩.谢土.纳畜.牧养.", "j": "纳采.动土.开市.交易.安门.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0328": { "y": "裁衣.经络.伐木.开柱眼.拆卸.修造.动土.上梁.合脊.合寿木.入殓.除服.成服.移柩.破土.安葬.启攒.修坟.立碑.", "j": "祭祀.嫁娶.出行.上梁.掘井.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0329": { "y": "祭祀.会亲友.立券.交易.裁衣.合帐.嫁娶.冠笄.进人口.", "j": "栽种.动土.安葬.掘井.修坟.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0330": { "y": "扫舍.塞穴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0331": { "y": "塑绘.开光.订盟.纳采.裁衣.合帐.冠笄.安机械.会亲友.纳财.开市.立券.交易.安床.竖柱.上梁.结网.栽种.解除.经络.", "j": "作灶.出行.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0425": { "y": "求嗣.出行.解除.订盟.纳采.嫁娶.会亲友.进人口.安床.开市.交易.纳畜.牧养.入殓.除服.成服.移柩.安葬.启攒.", "j": "祈福.开市.修造.动土.破土.谢土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0428": { "y": "祭祀.祈福.开光.求嗣.斋醮.纳采.订盟.求医.治病.起基.定磉.造船.取渔.解除.安葬.启攒.谢土.入殓.", "j": "开市.动土.掘井.开池.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0418": { "y": "沐浴.捕捉.畋猎.结网.取渔.", "j": "祭祀.嫁娶.入宅.作灶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0408": { "y": "祭祀.修门.取渔.纳财.纳畜.余事勿取.", "j": "嫁娶.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0531": { "y": "开光.出行.纳采.嫁娶.伐木.架马.出火.拆卸.移徙.入宅.造庙.造桥.造船.造畜椆栖.开市.入殓.除服.成服.移柩.安葬.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0501": { "y": "祭祀.塑绘.开光.订盟.纳采.冠笄.裁衣.安机械.拆卸.修造.动土.安床.经络.开市.", "j": "出火.入宅.安葬.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0402": { "y": "祈福.求嗣.开光.塑绘.斋醮.订盟.纳采.嫁娶.拆卸.安床.入宅.安香.移柩.修坟.安葬.谢土.栽种.解除.冠笄.裁衣.移徙.修造.动土.竖柱.放水.启攒.立碑.", "j": "赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0403": { "y": "祭祀.解除.入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.谢土.沐浴.扫舍.捕捉.取渔.结网.畋猎.理发.", "j": "安床.嫁娶.作灶.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0404": { "y": "祭祀.解除.入殓.移柩.启攒.安葬.整手足甲.捕捉.畋猎.取渔.除服.成服.扫舍.谢土.斋醮.", "j": "动土.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0405": { "y": "祭祀.沐浴.解除.破屋.坏垣.求医.治病.余事勿取.", "j": "嫁娶.开市.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0406": { "y": "沐浴.塞穴.畋猎.结网.取渔.扫舍.余事勿取.", "j": "祈福.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0407": { "y": "开市.交易.立券.挂匾.祭祀.开光.祈福.求嗣.安床.解除.修造.安葬.", "j": "纳采.问名.订盟.嫁娶.入宅.开仓.出火.动土.破土.纳畜.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0409": { "y": "安香.出火.纳采.订盟.嫁娶.开市.立券.交易.挂匾.开光.出行.解除.安床.栽种.置产.拆卸.修造.动土.", "j": "作灶.安葬.祭祀.入殓.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0410": { "y": "祭祀.出行.修造.动土.合帐.造畜椆栖.安床.移徙.入殓.移柩.破土.启攒.安葬.开生坟.合寿木.补垣.塞穴.", "j": "移徙.入宅.作灶.理发.开光.安门.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0411": { "y": "祭祀.修饰垣墙.余事勿取.", "j": "开光.修造.动土.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0412": { "y": "嫁娶.祭祀.祈福.求嗣.斋醮.开光.出火.移徙.入宅.竖柱.上梁.会亲友.造屋.起基.治病.治病.安门.造车器.掘井.开池.", "j": "纳采.出行.修坟.安葬.开市.立券.作灶.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0413": { "y": "祭祀.塑绘.开光.纳采.嫁娶.开市.出行.会亲友.安床.结网.除服.成服.启攒.安葬.移柩.", "j": "祈福.入宅.造屋.动土.破土.探病.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0414": { "y": "祭祀.作灶.平治道涂.余事勿取.", "j": "安床.入宅.安碓硙.栽种.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0415": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.纳畜.入殓.破土.安葬.", "j": "移徙.入宅.嫁娶.出行.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0416": { "y": "纳采.祭祀.祈福.求嗣.斋醮.出行.起基.造屋.定磉.安门.入殓.安葬.", "j": "嫁娶.开市.纳财.出火.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0417": { "y": "祭祀.沐浴.解除.求医.治病.破屋.坏垣.余事勿取.", "j": "祈福.斋醮.开市.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0419": { "y": "祭祀.祈福.求嗣.斋醮.纳采.订盟.开光.竖柱.上梁.开仓.出货财.造屋.起基.定磉.安门.诸事不宜.破土.入殓.启攒.谢土.", "j": "出火.嫁娶.开市.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0420": { "y": "祭祀.捕捉.解除.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0421": { "y": "纳采.嫁娶.出行.开市.立券.纳畜.牧养.出火.移徙.入宅.", "j": "祈福.动土.破土.安葬.入殓.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0422": { "y": "祭祀.祈福.求嗣.斋醮.冠笄.作灶.纳财.交易.", "j": "开光.嫁娶.掘井.安葬.安门.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0423": { "y": "祭祀.解除.教牛马.出行.余事勿取.", "j": "动土.破土.行丧.开光.作梁.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0424": { "y": "沐浴.斋醮.解除.求医.治病.会亲友.造畜椆栖.栽种.理发.扫舍.", "j": "开市.嫁娶.移徙.入宅.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0426": { "y": "祭祀.作灶.平治道涂.余事勿取.", "j": "嫁娶.安葬.动土.安床.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0427": { "y": "造车器.祭祀.祈福.求嗣.斋醮.开市.交易.安机械.雕刻.开光.造屋.合脊.起基.定磉.安门.纳畜.安葬.开生坟.立碑.谢土.斋醮.", "j": "入宅.动土.开仓.出货财.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0429": { "y": "祭祀.沐浴.破屋.坏垣.求医.治病.解除.余事勿取.", "j": "嫁娶.开市.交易.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0430": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0529": { "y": "余事勿取.", "j": "余事勿取.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0524": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0519": { "y": "嫁娶.纳采.订盟.祭祀.祈福.治病.造车器.修造.动土.移徙.入宅.", "j": "开市.出行.安床.作灶.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0624": { "y": "祭祀.交易.纳财.", "j": "斋醮.开渠.上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0502": { "y": "祭祀.余事勿取.", "j": "造庙.嫁娶.安床.余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0503": { "y": "订盟.纳采.嫁娶.进人口.会亲友.交易.立券.动土.除服.谢土.移柩.破土.启攒.赴任.出行.开市.纳财.栽种.", "j": "入殓.安葬.入宅.安床.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0504": { "y": "祭祀.祈福.裁衣.合帐.安床.入殓.除服.成服.移柩.破土.启攒.安葬.谢土.立碑.造畜椆栖.", "j": "掘井.安门.嫁娶.纳采.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0505": { "y": "嫁娶.交易.立券.作厕.补垣.塞穴.畋猎.取渔.开生坟.", "j": "安床.开渠.上梁.修造.开市.开光.入宅.移徙.安床.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0506": { "y": "塞穴.断蚁.结网.畋猎.余事勿取.", "j": "嫁娶.安葬.入宅.出行.动土.词讼.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0507": { "y": "纳采.订盟.嫁娶.祭祀.祈福.求嗣.开光.解除.出行.出火.入宅.移徙.栽种.纳畜.牧养.动土.破土.入殓.安葬.", "j": "作灶.安床.开仓.造屋.动土.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0508": { "y": "开光.纳采.裁衣.冠笄.安床.作灶.进人口.造仓.塞穴.", "j": "嫁娶.栽种.修造.动土.出行.伐木.作梁.安葬.谢土.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0509": { "y": "纳采.嫁娶.裁衣.理发.出行.修造.动土.进人口.开市.交易.立券.挂匾.移徙.上梁.栽种.纳畜.", "j": "伐木.安葬.安床.祭祀.祈福.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0510": { "y": "开市.交易.立券.挂匾.祭祀.祈福.斋醮.出行.开市.交易.立券.造屋.起基.修造.动土.定磉.安床.安机械.安葬.破土.启攒.除服.成服.立碑.", "j": "作灶.嫁娶.移徙.入宅.理发.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0511": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.开光.出火.出行.拆卸.动土.修造.进人口.入宅.移徙.安床.解除.挂匾.栽种.破土.谢土.入殓.移柩.安葬.", "j": "开市.立券.造船.合寿木.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0512": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "开光.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0513": { "y": "订盟.纳采.嫁娶.解除.祭祀.祈福.求嗣.开光.出行.解除.出火.拆卸.入宅.移徙.安床.栽种.纳畜.动土.破土.谢土.安葬.修坟.", "j": "作灶.开市.经络.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0514": { "y": "祭祀.祈福.求嗣.开光.订盟.纳采.解除.动土.起基.进人口.开市.交易.立券.纳财.造仓.开池.栽种.纳畜.破土.安葬.", "j": "安床.上梁.裁衣.入宅.嫁娶.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0515": { "y": "祭祀.结网.捕捉.余事勿取.", "j": "探病.嫁娶.开市.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0516": { "y": "祭祀.祈福.求嗣.开光.纳采.订盟.嫁娶.出行.动土.破土.会亲友.开市.交易.立券.习艺.拆卸.起基.安碓硙.放水.开池.造仓.开渠.栽种.谢土.启攒.修坟.立碑.", "j": "入宅.安门.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0517": { "y": "嫁娶.冠笄.祭祀.出行.移徙.入宅.作灶.造车器.补垣.塞穴.作厕.破土.启攒.除服.成服.入殓.", "j": "入宅.造屋.造桥.安门.安葬.上梁.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0518": { "y": "祭祀.解除.断蚁.会亲友.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0520": { "y": "嫁娶.纳采.订盟.会亲友.安机械.结网.冠笄.祭祀.求嗣.进人口.经络.", "j": "开市.作灶.动土.行丧.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0521": { "y": "祭祀.沐浴.移徙.破土.安葬.扫舍.平治道涂.", "j": "祈福.嫁娶.入宅.安床.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0522": { "y": "祭祀.祈福.斋醮.求嗣.安机械.纳畜.移徙.入宅.安机械.塑绘.开光.起基.竖柱.上梁.作灶.安门.安香.出火.造屋.启攒.安葬.", "j": "动土.破土.嫁娶.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0523": { "y": "嫁娶.纳采.订盟.斋醮.开光.祭祀.祈福.求医.治病.会亲友.动土.解除.捕捉.纳畜.牧养.入殓.破土.安葬.", "j": "移徙.入宅.造屋.架马.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0525": { "y": "沐浴.扫舍.余事勿取.", "j": "斋醮.开市.嫁娶.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0526": { "y": "开市.交易.立券.安机械.会亲友.开光.求医.治病.造屋.起基.修造.动土.定磉.竖柱.上梁.安门.作灶.放水.作厕.开池.栽种.牧养.造畜椆栖.破土.安葬.立碑.", "j": "嫁娶.出火.移徙.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0527": { "y": "栽种.捕捉.畋猎.余事勿取.", "j": "开市.动土.祭祀.斋醮.安葬.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0528": { "y": "嫁娶.祭祀.祈福.求嗣.斋醮.订盟.纳采.解除.出行.动土.破土.习艺.针灸.理发.会亲友.起基.修造.动土.竖柱.定磉.安床.拆卸.纳畜.牧养.放水.破土.除服.成服.修坟.立碑.", "j": "开市.入宅.探病.出火.造屋.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0530": { "y": "塞穴.断蚁.结网.余事勿取.", "j": "破土.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0614": { "y": "安机械.祭祀.祈福.求嗣.沐浴.解除.纳采.开市.修造.竖柱.上梁.开柱眼.安碓硙.归岫.补垣.塞穴.拆卸.放水.出火.扫舍.开生坟.合寿木.安葬.谢土.启攒.除服.成服.", "j": "嫁娶.安床.作灶.动土.破土.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0604": { "y": "嫁娶.纳采.求医.治病.修造.动土.移徙.入宅.破土.安葬.", "j": "开市.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0613": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.解除.出火.拆卸.修造.进人口.入宅.移徙.动土.安床.纳畜.栽种.纳财.交易.立券.挂匾.造畜椆栖.", "j": "安葬.开生坟.合寿木.行丧.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0623": { "y": "嫁娶.冠笄.修造.动土.作灶.移徙.入宅.补垣.塞穴.纳畜.牧养.架马.修造.动土.起基.定磉.开池.造船.", "j": "祈福.开光.掘井.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0627": { "y": "祭祀.沐浴.理发.嫁娶.作灶.整手足甲.扫舍.修饰垣墙.平治道涂.", "j": "斋醮.出行.治病.合寿木.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0724": { "y": "沐浴.理发.捕捉.入殓.移柩.破土.启攒.安葬.", "j": "出火.嫁娶.入宅.作灶.破土.上梁.动土.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0601": { "y": "进人口.牧养.置产.塞穴.结网.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0602": { "y": "开光.出行.嫁娶.", "j": "会亲友.进人口.修造.动土.起基.移徙.开市.纳畜.入殓.除服.成服.移柩.破土.安葬.修坟.立碑.会亲友.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0603": { "y": "嫁娶.纳采.出行.祭祀.祈福.开市.动土.移徙.入宅.破土.安葬.", "j": "安门.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0605": { "y": "畋猎.捕捉.结网.取渔.祭祀.沐浴.余事勿取.", "j": "嫁娶.开市.安葬.启攒.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0606": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "移徙.入宅.开仓.出货财.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0607": { "y": "祭祀.斋醮.塑绘.开光.出行.修造.动土.造畜椆栖.安床.放水.掘井.开池.作厕.结网.破土.", "j": "出火.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0608": { "y": "开市.交易.立券.挂匾.开光.解除.拆卸.动土.安床.修造.上梁.置产.栽种.破土.安葬.", "j": "作灶.出火.祭祀.嫁娶.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0609": { "y": "祭祀.结网.余事勿取.", "j": "入宅.出行.掘井.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0610": { "y": "嫁娶.纳采.订盟.冠笄.造车器.祭祀.开光.祈福.求嗣.出行.解除.伐木.出火.入宅.拆卸.修造.动土.上梁.安床.栽种.破土.", "j": "行丧.置产.入宅.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0611": { "y": "嫁娶.合帐.裁衣.冠笄.伐木.上梁.出火.拆卸.移徙.修造.动土.安门.纳财.筑堤.栽种.塞穴.", "j": "安床.祈福.出行.安葬.行丧.开光.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0612": { "y": "出行.教牛马.割蜜.余事勿取.", "j": "斋醮.造屋.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0615": { "y": "祭祀.沐浴.理发.整手足甲.修饰垣墙.平治道涂.余事勿取.", "j": "开市.入宅.出行.修造.词讼.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0616": { "y": "嫁娶.纳采.祭祀.祈福.出行.立券.移徙.入宅.动土.破土.安葬.", "j": "开光.作灶.造屋.架马.开仓.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0617": { "y": "纳采.订盟.冠笄.祭祀.祈福.斋醮.出行.修造.动土.移徙.入宅.安香.出火.拆卸.造屋.起基.竖柱.上梁.定磉.安门.开池.", "j": "嫁娶.开市.合寿木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0618": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "入宅.嫁娶.移徙.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0619": { "y": "嫁娶.安机械.交易.出行.祭祀.祈福.求嗣.斋醮.塑绘.开光.合帐.裁衣.放水.开池.掘井.", "j": "作灶.理发.造桥.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0620": { "y": "纳采.冠笄.求医.治病.开市.立券.修造.动土.安机械.破土.安葬.", "j": "斋醮.祭祀.移徙.入宅.上梁.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0621": { "y": "祭祀.作灶.余事勿取.", "j": "开市.安葬.破土.修坟.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0622": { "y": "祭祀.祈福.求嗣.斋醮.安香.解除.移徙.入宅.会亲友.求医.治病.动土.破土.开生坟.合寿木.", "j": "合帐.上梁.经络.安葬.入殓.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0625": { "y": "嫁娶.订盟.纳采.冠笄.会亲友.安机械.造车器.祭祀.出行.纳财.入宅.安香.出火.入学.塑绘.开光.拆卸.起基.修造.动土.牧养.栽种.安门.作厕.", "j": "行丧.伐木.作梁.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0626": { "y": "开光.求嗣.出行.冠笄.嫁娶.伐木.架马.开柱眼.修造.移徙.入宅.开市.交易.立券.出行.安香.出火.挂匾.起基.修造.开生坟.合寿木.入殓.除服.成服.移柩.安葬.", "j": "安床.出货财.作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0628": { "y": "安机械.移徙.入宅.出行.祭祀.祈福.斋醮.纳采.订盟.安香.出火.解除.会亲友.修造.动土.拆卸.起基.定磉.移徙.入宅.造屋.安床.修造.破土.安葬.入殓.立碑.", "j": "开市.伐木.作梁.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0629": { "y": "祭祀.沐浴.捕捉.结网.畋猎.取渔.余事勿取.", "j": "开市.交易.嫁娶.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0630": { "y": "破屋.坏垣.求医.治病.畋猎.余事勿取.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0726": { "y": "纳采.订盟.嫁娶.移徙.入宅.出行.开市.交易.立券.纳财.会亲友.安香.出火.拆卸.造屋.起基.安床.作灶.挂匾.安葬.破土.启攒.立碑.入殓.移柩.", "j": "祈福.上梁.开仓.掘井.牧养.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0716": { "y": "纳采.订盟.嫁娶.移徙.入宅.出行.祭祀.祈福.斋醮.塑绘.开光.安香.出火.会亲友.解除.入学.竖柱.上梁.拆卸.造屋.起基.栽种.牧养.纳畜.", "j": "安葬.破土.开市.开仓.出货财.启攒.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0731": { "y": "开市.纳财.祭祀.塑绘.安机械.冠笄.会亲友.裁衣.开仓.经络.纳畜.造畜椆栖.教牛马.牧养.", "j": "动土.破土.安葬.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0728": { "y": "祭祀.进人口.纳财.纳畜.牧养.捕捉.余事勿取.", "j": "开市.入宅.安床.动土.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0730": { "y": "祭祀.塞穴.结网.畋猎.余事勿取.", "j": "移徙.开市.入宅.嫁娶.开光.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0718": { "y": "祭祀.入殓.除服.成服.移柩.破土.启攒.安葬.塞穴.断蚁.结网.", "j": "开市.入宅.嫁娶.开光.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0826": { "y": "祭祀.沐浴.理发.整手足甲.冠笄.解除.入殓.移柩.破土.启攒.安葬.", "j": "嫁娶.出行.入宅.开市.安门.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0701": { "y": "嫁娶.出行.安机械.祭祀.塑绘.开光.治病.经络.安床.结网.塞穴.破土.入殓.", "j": "开市.安门.掘井.作灶.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0702": { "y": "订盟.纳采.会亲友.进人口.雕刻.拆卸.修造.动土.起基.开市.栽种.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0703": { "y": "祭祀.捕捉.取渔.修饰垣墙.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0704": { "y": "嫁娶.纳采.祭祀.祈福.求医.治病.出行.动土.移徙.入宅.", "j": "开市.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0705": { "y": "裁衣.作灶.移徙.入宅.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0706": { "y": "祭祀.入殓.移柩.启攒.安葬.", "j": "上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0707": { "y": "嫁娶.祭祀.出行.裁衣.冠笄.交易.雕刻.纳财.造畜椆栖.造车器.雕刻.教牛马.", "j": "移徙.入宅.栽种.动土.破土.作灶.安葬.行丧.伐木.上梁.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0708": { "y": "修造.动土.安机械.祭祀.沐浴.解除.拆卸.治病.作灶.造屋.起基.开池.扫舍.造畜椆栖.开生坟.合寿木.安葬.破土.启攒.移柩.入殓.立碑.", "j": "开市.入宅.出行.安床.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0709": { "y": "嫁娶.纳采.订盟.造车器.开光.出行.拆卸.起基.安床.除服.成服.开市.交易.立券.栽种.牧养.入殓.移柩.启攒.", "j": "上梁.入宅.修造.动土.破土.祭祀.祈福.斋醮.", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0710": { "y": "祭祀.嫁娶.畋猎.结网.", "j": "动土.破土.治病.开渠.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0711": { "y": "纳采.订盟.会亲友.入学.祭祀.祈福.求嗣.开光.出行.解除.理发.动土.起基.开市.交易.立券.纳财.造仓.栽种.纳畜.牧养.", "j": "嫁娶.作灶.出火.置产.嫁娶.入宅.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0712": { "y": "祭祀.祈福.解除.整手足甲.安床.沐浴.入殓.移柩.破土.启攒.安葬.谢土.", "j": "嫁娶.斋醮.开市.出火.入宅.移徙.出行.作灶.安门.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0713": { "y": "破屋.坏垣.解除.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0714": { "y": "嫁娶.开市.立券.移徙.入宅.安机械.会亲友.经络.安门.安床.挂匾.拆卸.开仓.出货财.开池.栽种.纳畜.牧养.破土.安葬.启攒.移柩.入殓.立碑.", "j": "祭祀.祈福.探病.谢土.造桥.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0715": { "y": "嫁娶.订盟.纳采.祭祀.祈福.斋醮.开光.会亲友.求医.治病.造屋.起基.竖柱.上梁.安门.安碓硙.筑堤.开池.破土.安葬.除服.成服.", "j": "入宅.开市.掘井.词讼.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0717": { "y": "纳采.订盟.嫁娶.祭祀.沐浴.塑绘.开光.出火.治病.习艺.伐木.造屋.竖柱.上梁.安床.作灶.安碓硙.挂匾.掘井.纳畜.", "j": "出行.安葬.造桥.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0719": { "y": "祭祀.修造.出行.造屋.竖柱.造车器.教牛马.造畜椆栖.割蜜.", "j": "动土.破土.掘井.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0720": { "y": "祭祀.沐浴.塑绘.开光.入学.解除.扫舍.治病.开池.牧养.", "j": "嫁娶.出行.纳采.入宅.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0721": { "y": "纳财.开市.交易.立券.出行.祭祀.祈福.求嗣.开光.解除.扫舍.起基.竖柱.安床.移徙.开仓.出货财.补垣.塞穴.栽种.纳畜.牧养.", "j": "斋醮.入宅.安门.安葬.破土.行丧.", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0722": { "y": "祭祀.修饰垣墙.平治道涂.", "j": "开市.动土.破土.嫁娶.修造.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0723": { "y": "订盟.纳采.祭祀.祈福.开光.安香.出火.立券.安机械.移徙.入宅.竖柱.上梁.会亲友.安床.拆卸.挂匾.牧养.教牛马.", "j": "嫁娶.安葬.行丧.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0725": { "y": "求医.治病.破屋.坏垣.余事勿取.", "j": "嫁娶.出行.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0727": { "y": "祭祀.祈福.斋醮.出行.纳采.订盟.安机械.出火.拆卸.修造.动土.起基.移徙.入宅.造庙.入殓.除服.成服.移柩.破土.安葬.谢土.", "j": "嫁娶.开市.栽种.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0729": { "y": "祭祀.塑绘.开光.求医.治病.嫁娶.会亲友.放水.掘井.牧养.纳畜.开渠.安碓硙.", "j": "造屋.入宅.作灶.入学.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0824": { "y": "嫁娶.普渡.祭祀.祈福.补垣.塞穴.断蚁.筑堤.入殓.除服.成服.安葬.", "j": "动土.破土.掘井.开光.上梁.词讼.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0823": { "y": "嫁娶.订盟.纳采.祭祀.斋醮.普渡.解除.出行.会亲友.开市.纳财.修造.动土.竖柱.上梁.开光.开仓.出货财.纳畜.牧养.开池.破土.启攒.", "j": "出火.入宅.造屋.安门.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0814": { "y": "解除.祭祀.祈福.求嗣.修造.动土.竖柱.上梁.安床.纳畜.造屋.合脊.起基.入殓.破土.安葬.", "j": "出火.嫁娶.开光.进人口.出行.词讼.开市.入宅.移徙.赴任.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0923": { "y": "嫁娶.造车器.安机械.祭祀.祈福.开光.安香.出火.出行.开市.立券.修造.动土.移徙.入宅.破土.安葬.", "j": "纳采.订盟.架马.词讼.开渠.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0801": { "y": "移徙.入宅.治病.会亲友.祭祀.祈福.斋醮.安香.移徙.嫁娶.造屋.起基.", "j": "开市.斋醮.安床.出行.经络.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0802": { "y": "塑绘.出行.冠笄.嫁娶.进人口.裁衣.纳婿.造畜椆栖.交易.立券.牧养.开生坟.入殓.除服.成服.移柩.安葬.启攒.", "j": "", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0803": { "y": "祭祀.冠笄.嫁娶.捕捉.结网.畋猎.取渔.余事勿取.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0804": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0805": { "y": "纳采.祭祀.祈福.解除.动土.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0806": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0807": { "y": "破屋.坏垣.治病.余事勿取.", "j": "祈福.纳采.订盟.嫁娶.入宅.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0808": { "y": "嫁娶.开光.祭祀.祈福.求嗣.安香.出火.解除.伐木.入宅.移徙.安床.开市.交易.立券.栽种.出火.出行.安葬.", "j": "掘井.理发.作灶.动土.破土.开池.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0809": { "y": "安机械.纳采.订盟.祭祀.祈福.求嗣.开光.普渡.出行.出火.拆卸.修造.动土.进人口.开市.交易.立券.移徙.安床.栽种.上梁.纳畜.破土.移柩.安葬.", "j": "入宅.嫁娶.掘井.牧养.", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0810": { "y": "嫁娶.祭祀.祈福.求嗣.裁衣.冠笄.经络.修造.进人口.安床.动土.竖柱.上梁.移徙.交易.立券.栽种.会亲友.", "j": "行丧.安葬.出行.作梁.纳畜.伐木.造桥.", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0811": { "y": "嫁娶.纳采.订盟.开光.祭祀.出行.理发.动土.安床.放水.开渠.栽种.进人口.", "j": "入宅.上梁.入殓.造屋.探病.作灶.安门.安葬.纳畜.伐木.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0812": { "y": "祭祀.出行.作梁.出火.拆卸.修造.动土.起基.安床.补垣.塞穴.入殓.破土.安葬.移柩.造畜椆栖.", "j": "嫁娶.入宅.斋醮.开光.针灸.掘井.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0813": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.出行.解除.竖柱.入宅.移徙.纳财.上梁.纳畜.入殓.安葬.启攒.", "j": "栽种.掘井.动土.安床.破土.置产.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0815": { "y": "沐浴.理发.会亲友.塑绘.开光.栽种.牧养.嫁娶.经络.补垣.塞穴.", "j": "开市.入宅.动土.破土.安葬.作灶.上梁.安床.开仓.祈福.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0816": { "y": "祭祀.理发.作灶.沐浴.修饰垣墙.平治道涂.", "j": "嫁娶.栽种.祈福.造桥.安葬.安门.伐木.作梁.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0817": { "y": "嫁娶.纳采.订盟.祭祀.祈福.斋醮.普渡.移徙.入宅.出行.安机械.开光.修造.动土.竖柱.上梁.造屋.起基.定磉.安门.安葬.破土.", "j": "开市.立券.置产.作灶.造桥.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0818": { "y": "祭祀.普渡.捕捉.解除.结网.畋猎.入殓.破土.安葬.", "j": "开市.交易.入宅.嫁娶.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0819": { "y": "沐浴.破屋.坏垣.余事勿取.", "j": "斋醮.开市.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0820": { "y": "订盟.纳采.祭祀.祈福.安香.出火.开市.立券.入宅.挂匾.造桥.启攒.安葬.", "j": "动土.破土.嫁娶.掘井.安床.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0821": { "y": "嫁娶.祭祀.祈福.斋醮.普渡.移徙.入宅.动土.治病.开市.交易.立券.开光.修造.造车器.安香.安床.捕捉.畋猎.结网.", "j": "纳采.订盟.经络.行丧.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0822": { "y": "嫁娶.订盟.纳采.作灶.冠笄.裁衣.会亲友.纳畜.牧养.安机械.开市.立券.纳财.安床.", "j": "掘井.出行.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0825": { "y": "嫁娶.冠笄.祭祀.沐浴.普渡.出行.纳财.扫舍.纳畜.赴任.", "j": "开市.动土.破土.安床.开仓.上梁.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0827": { "y": "塑绘.冠笄.嫁娶.会亲友.进人口.经络.裁衣.栽种.纳畜.牧养.补垣.塞穴.捕捉.", "j": "祈福.开市.动土.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0828": { "y": "出行.沐浴.订盟.纳采.裁衣.竖柱.上梁.移徙.纳畜.牧养.", "j": "嫁娶.安门.动土.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0829": { "y": "纳采.订盟.嫁娶.祭祀.祈福.普渡.开光.安香.出火.移徙.入宅.竖柱.修造.动土.竖柱.上梁.起基.造屋.安门.造庙.造桥.破土.启攒.安葬.", "j": "开市.立券.纳财.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0830": { "y": "祭祀.捕捉.畋猎.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "嫁娶.纳采.订盟.开市.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0831": { "y": "破屋.坏垣.治病.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0913": { "y": "破屋.坏垣.求医.治病.余事勿取.", "j": "移徙.入宅.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0903": { "y": "塑绘.开光.解除.订盟.纳采.嫁娶.出火.修造.动土.移徙.入宅.拆卸.起基.安门.分居.开市.交易.立券.纳财.纳畜.牧养.", "j": "", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1023": { "y": "祭祀.作灶.纳财.捕捉.畋猎.余事勿取.", "j": "动土.破土.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0901": { "y": "祈福.斋醮.出行.冠笄.嫁娶.雕刻.开柱眼.入宅.造桥.开市.交易.立券.纳财.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "动土.破土.订盟.安床.开池.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0902": { "y": "祈福.求嗣.解除.订盟.纳采.动土.起基.放水.造仓.开市.纳畜.牧养.开生坟.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0904": { "y": "祈福.出行.订盟.纳采.嫁娶.裁衣.动土.安床.放水.开市.掘井.交易.立券.栽种.开渠.除服.成服.移柩.破土.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0905": { "y": "嫁娶.祭祀.祈福.斋醮.作灶.移徙.入宅.", "j": "动土.破土.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0906": { "y": "嫁娶.出行.纳畜.祭祀.入殓.启攒.安葬.", "j": "作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0907": { "y": "祭祀.出行.沐浴.扫舍.安葬.余事勿取.", "j": "动土.破土.置产.掘井.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0908": { "y": "嫁娶.纳采.祭祀.解除.出行.修造.动土.开市.上梁.安床.整手足甲.扫舍.求医.治病.起基.定磉.造屋.合脊.", "j": "造庙.行丧.安葬.伐木.作灶.造船.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0909": { "y": "纳采.订盟.开市.交易.立券.挂匾.纳财.栽种.进人口.入宅.移徙.安床.开光.出火.拆卸.安门.修造.", "j": "斋醮.嫁娶.行丧.动土.作灶.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0910": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.入宅.安床.出行.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0911": { "y": "开光.祈福.求嗣.斋醮.修造.动土.纳财.造仓.作厕.栽种.牧养.会亲友.", "j": "作灶.出火.进人口.开渠.入宅.移徙.祭祀.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0912": { "y": "开光.解除.拆卸.修造.动土.竖柱.安门.牧养.安葬.修坟.破土.移柩.", "j": "出火.入宅.移徙.祈福.祭祀.安床.开市.嫁娶.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0914": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.开光.出行.出火.拆卸.修造.动土.进人口.入宅.移徙.安床.上梁.合脊.放水.掘井.破土.移柩.谢土.除服.成服.", "j": "开市.开仓.安门.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0915": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.开光.解除.进人口.入宅.移徙.出火.安床.开市.交易.立券.挂匾.", "j": "安葬.纳畜.出行.行丧.伐木.栽种.造庙.造桥.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0916": { "y": "祭祀.冠笄.捕捉.余事勿取.", "j": "嫁娶.开市.造屋.作梁.合寿木.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0917": { "y": "祭祀.解除.结网.畋猎.取渔.会亲友.入学.移柩.启攒.除服.成服.", "j": "开市.祈福.动土.破土.入殓.安葬.造船.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0918": { "y": "冠笄.沐浴.出行.修造.动土.移徙.入宅.破土.安葬.", "j": "嫁娶.开市.祭祀.祈福.斋醮.纳采.修坟.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0919": { "y": "祭祀.出行.", "j": "嫁娶.入宅.修造.动土.会亲友.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0920": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.修造.动土.移徙.入宅.", "j": "针灸.伐木.作梁.造庙.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0921": { "y": "出行.开市.交易.立券.安机械.出火.上梁.移徙.", "j": "嫁娶.安葬.动土.造桥.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0922": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "斋醮.嫁娶.移徙.出行.上梁.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0924": { "y": "沐浴.捕捉.入殓.除服.成服.破土.启攒.安葬.", "j": "祭祀.嫁娶.安床.开市.入宅.探病.上梁.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0925": { "y": "余事勿取.", "j": "探病.余事勿取.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0926": { "y": "订盟.纳采.祭祀.祈福.安香.出火.修造.动土.上梁.安门.起基.竖柱.上梁.定磉.开池.移徙.入宅.立券.破土.", "j": "嫁娶.造庙.造桥.造船.作灶.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0927": { "y": "开光.求嗣.雕刻.嫁娶.订盟.纳采.出火.拆卸.修造.动土.起基.上梁.放水.移徙.入宅.造仓.造船.开市.开池.纳畜.牧养.挂匾.", "j": "行丧.安葬.合寿木.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0928": { "y": "祭祀.嫁娶.捕捉.", "j": "开光.动土.破土.开市.修造.入宅.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0929": { "y": "祭祀.普渡.解除.会亲友.捕捉.畋猎.启攒.除服.成服.移柩.", "j": "嫁娶.开市.动土.掘井.开池.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0930": { "y": "祭祀.出行.解除.冠笄.嫁娶.伐木.架马.开柱眼.修造.动土.移徙.入宅.开生坟.合寿木.入殓.移柩.破土.安葬.修坟.", "j": "开光.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d1028": { "y": "沐浴.理发.冠笄.安床.开市.立券.会亲友.交易.纳财.结网.教牛马.", "j": "移徙.入宅.出行.祈福.嫁娶.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1025": { "y": "冠笄.祭祀.沐浴.作灶.理发.整手足甲.扫舍.补垣.塞穴.入殓.破土.启攒.", "j": "开光.嫁娶.会亲友.栽种.针灸.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1015": { "y": "祭祀.开光.出行.解除.伐木.作梁.出火.拆卸.入宅.移徙.安床.修造.造畜椆栖.扫舍.", "j": "造庙.嫁娶.掘井.栽种.造桥.作灶.动土.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1005": { "y": "祭祀.会亲友.纳采.嫁娶.开光.塑绘.斋醮.安香.开市.立券.除服.成服.入殓.移柩.安葬.赴任.进人口.出行.裁衣.修造.动土.上梁.经络.交易.", "j": "入宅.伐木.", "c": "生肖冲羊", "s": "煞东", "ch": "定", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d1031": { "y": "祭祀.祈福.求嗣.斋醮.造庙.出火.安机械.会亲友.开市.交易.立券.纳财.习艺.经络.求医.治病.开池.作厕.畋猎.结网.栽种.牧养.安葬.破土.启攒.", "j": "开光.嫁娶.掘井.伐木.作梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1024": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.求医.治病.出火.移徙.入宅.", "j": "开市.开仓.出货财.安床.安门.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1029": { "y": "祭祀.造畜椆栖.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.开市.安床.掘井.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1125": { "y": "嫁娶.订盟.纳采.祭祀.祈福.塑绘.开光.移徙.安床.伐木.作梁.捕捉.畋猎.结网.求医.治病.解除.安葬.除服.成服.移柩.入殓.立碑.谢土.", "j": "开市.造庙.动土.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d1001": { "y": "祭祀.祈福.求嗣.出行.沐浴.交易.扫舍.教牛马.", "j": "动土.作灶.行丧.安葬.修坟.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d1002": { "y": "出行.解除.纳采.冠笄.雕刻.修造.动土.起基.上梁.合脊.安床.移徙.入宅.开市.栽种.作厕.", "j": "造庙.安门.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d1003": { "y": "祭祀.沐浴.解除.理发.冠笄.安机械.作灶.造仓.开市.开池.作厕.补垣.塞穴.断蚁.结网.", "j": "嫁娶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d1004": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d1006": { "y": "祭祀.冠笄.会亲友.拆卸.起基.除服.成服.移柩.启攒.安葬.沐浴.捕捉.开光.塑绘.", "j": "作灶.祭祀.入宅.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d1007": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "移徙.入宅.出行.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d1008": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "嫁娶.入宅.上梁.出行.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d1009": { "y": "祭祀.求嗣.冠笄.进人口.会亲友.安门.安床.经络.纳财.牧养.畋猎.放水.割蜜.", "j": "祈福.斋醮.纳采.订盟.嫁娶.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1010": { "y": "嫁娶.纳采.订盟.开市.交易.立券.挂匾.祭祀.祈福.开光.造车器.挂匾.出行.入宅.移徙.安床.安门.拆卸.修造.动土.栽种.安葬.破土.启攒.除服.成服.入殓.立碑.", "j": "探病.纳畜.伐木.起基.作梁.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d1011": { "y": "祭祀.冠笄.移徙.会亲友.纳财.理发.捕捉.", "j": "嫁娶.开市.开池.作厕.破土.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1012": { "y": "祭祀.祈福.求嗣.斋醮.开光.出行.嫁娶.求医.治病.动土.破土.入学.起基.扫舍.竖柱.上梁.开仓.出货财.置产.栽种.牧养.开生坟.谢土.立碑.", "j": "安门.安床.裁衣.入宅.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1013": { "y": "嫁娶.裁衣.冠笄.合帐.祭祀.出行.安床.移徙.塞穴.入殓.破土.移柩.安葬.", "j": "开市.出行.栽种.置产.词讼.安门.掘井.开光.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1014": { "y": "祭祀.造车器.出行.修造.上梁.造屋.安门.安床.造畜椆栖.教牛马.", "j": "出货财.开仓.动土.破土.安葬.行丧.伐木.开渠.栽种.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1016": { "y": "纳采.订盟.开市.交易.立券.会亲友.纳畜.牧养.问名.移徙.解除.作厕.入学.起基.安床.开仓.出货财.安葬.启攒.入殓.除服.成服.", "j": "入宅.上梁.斋醮.出火.谢土.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1017": { "y": "祭祀.平治道涂.余事勿取.", "j": "嫁娶.开市.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1018": { "y": "捕捉.畋猎.余事勿取.", "j": "开市.交易.祭祀.入宅.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1019": { "y": "嫁娶.纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.安香.出火.造庙.移徙.出行.入宅.造庙.起基.竖柱.上梁.安床.纳畜.捕捉.纳婿.安葬.", "j": "开市.破土.掘井.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1020": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "开市.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1021": { "y": "订盟.纳采.会亲友.交易.立券.纳财.栽种.纳畜.牧养.", "j": "嫁娶.开市.入宅.祈福.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1022": { "y": "造车器.嫁娶.订盟.纳采.会亲友.祭祀.出行.开市.立券.移徙.入宅.破土.安葬.", "j": "上梁.开光.造屋.架马.合寿木.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1026": { "y": "纳采.订盟.嫁娶.祭祀.祈福.求嗣.置产.求医.治病.开市.交易.立券.会亲友.移徙.竖柱.上梁.造屋.合脊.安门.放水.捕捉.纳畜.", "j": "造庙.造船.动土.破土.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1027": { "y": "出行.造车器.造畜椆栖.解除.冠笄.裁衣.作梁.雕刻.会亲友.移徙.入宅.安机械.造畜椆栖.开市.扫舍.", "j": "嫁娶.动土.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1030": { "y": "捕捉.结网.入殓.除服.成服.移柩.破土.安葬.启攒.立碑.", "j": "嫁娶.祭祀.入宅.造屋.移徙.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1127": { "y": "嫁娶.纳采.订盟.祭祀.冠笄.裁衣.伐木.作梁.架马.定磉.开柱眼.作灶.移徙.安床.畋猎.结网.开池.作厕.除服.成服.启攒.入殓.移柩.安葬.", "j": "造屋.造船.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d1122": { "y": "塑绘.会亲友.安机械.塞穴.结网.裁衣.经络.", "j": "嫁娶.开市.祈福.斋醮.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d1227": { "y": "合帐.裁衣.教牛马.余事勿取.", "j": "入宅.动土.破土.嫁娶.作灶.造船.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1101": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1102": { "y": "会亲友.嫁娶.订盟.纳采.纳婿.拆卸.修造.动土.起基.竖柱.上梁.安床.会亲友.纳财.", "j": "出行.祈福.安葬.作灶.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1103": { "y": "祭祀.塑绘.开光.祈福.斋醮.出行.订盟.纳采.裁衣.嫁娶.拆卸.修造.安床.入宅.安香.入殓.启攒.安葬.谢土.赴任.会亲友.进人口.出行.移徙.上梁.经络.开市.交易.立券.纳财.", "j": "开仓.冠笄.伐木.作梁.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1104": { "y": "祭祀.作灶.入殓.除服.成服.畋猎.", "j": "栽种.动土.安葬.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1105": { "y": "祭祀.祈福.斋醮.沐浴.竖柱.订盟.纳采.嫁娶.拆卸.入宅.移柩.启攒.谢土.赴任.出火.纳畜.", "j": "作灶.入殓.安葬.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d1106": { "y": "嫁娶.祭祀.安机械.入殓.破土.安葬.", "j": "动土.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d1107": { "y": "合帐.裁衣.嫁娶.安床.入殓.移柩.破土.造畜椆栖.", "j": "置产.造船.开光.掘井.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d1108": { "y": "解除.修饰垣墙.冠笄.出行.余事勿取.", "j": "开市.动土.破土.嫁娶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d1109": { "y": "纳采.订盟.嫁娶.祭祀.祈福.求嗣.开光.出行.解除.进人口.开市.立券.挂匾.入宅.移徙.安门.栽种.动土.求医.治病.会亲友.起基.修造.造屋.安葬.", "j": "作灶.经络.安床.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d1110": { "y": "祭祀.塑绘.理发.会亲友.牧养.开池.造畜椆栖.畋猎.结网.", "j": "祈福.谢土.安葬.上梁.作灶.开市.嫁娶.出行.入宅.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d1111": { "y": "出行.纳财.开市.交易.立券.动土.移徙.入宅.裁衣.会亲友.拆卸.进人口.安香.经络.出货财.修饰垣墙.平治道涂.", "j": "造庙.谢土.作灶.作梁.伐木.安葬.行丧.修坟.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d1112": { "y": "嫁娶.纳采.订盟.祭祀.斋醮.开光.安香.出火.出行.出火.拆卸.动土.祈福.进人口.纳财.交易.立券.移徙.安床.修造.安葬.除服.成服.", "j": "置产.掘井.词讼.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d1113": { "y": "嫁娶.纳采.订盟.祭祀.开光.出行.解除.伐木.出火.入宅.移徙.拆卸.修造.栽种.安葬.入殓.", "j": "破土.动土.安门.作灶.开市.交易.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d1114": { "y": "祭祀.解除.破屋.坏垣.求医.治病.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d1115": { "y": "祭祀.扫舍.破土.安葬.除服.成服.启攒.移柩.入殓.立碑.余事勿取.", "j": "祭祀.嫁娶.入宅.修造.动土.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d1116": { "y": "订盟.纳采.会亲友.祭祀.祈福.修造.动土.安机械.破土.安葬.", "j": "嫁娶.移徙.出火.开市.入宅.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d1117": { "y": "祭祀.沐浴.捕捉.畋猎.结网.扫舍.", "j": "嫁娶.纳采.订盟.安床.动土.破土.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d1118": { "y": "开市.纳财.出行.祭祀.祈福.求嗣.斋醮.问名.入学.起基.定磉.置产.开渠.掘井.拆卸.栽种.纳畜.牧养.动土.破土.启攒.", "j": "移徙.入宅.出火.入殓.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d1119": { "y": "祭祀.理发.置产.塞穴.除服.成服.移柩.入殓.破土.安葬.", "j": "嫁娶.入宅.安床.掘井.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d1120": { "y": "祭祀.沐浴.出行.余事勿取.", "j": "开市.动土.破土.行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d1121": { "y": "嫁娶.造车器.出行.会亲友.移徙.入宅.修造.动土.雕刻.开光.安香.出火.理发.会亲友.造屋.合脊.起基.归岫.安门.拆卸.扫舍.栽种.造畜椆栖.", "j": "开市.纳采.造庙.安床.开渠.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d1123": { "y": "纳采.移徙.纳财.开市.交易.立券.纳财.入宅.修造.动土.竖柱.起基.定磉.造庙.安香.出火.修饰垣墙.平治道涂.会亲友.出行.开池.作厕.", "j": "开仓.造屋.造桥.祭祀.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d1124": { "y": "订盟.纳采.纳财.开市.立券.祭祀.祈福.移徙.入宅.出行.造屋.起基.修造.动土.竖柱.上梁.安门.安香.出火.教牛马.会亲友.破土.", "j": "嫁娶.安葬.掘井.置产.造船.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d1126": { "y": "破屋.坏垣.祭祀.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d1128": { "y": "纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.会亲友.解除.入学.纳财.交易.立券.经络.起基.动土.定磉.开池.栽种.纳畜.牧养.破土.入殓.立碑.安葬.", "j": "嫁娶.开市.入宅.出火.移徙.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d1129": { "y": "捕捉.畋猎.会亲友.解除.入殓.除服.成服.移柩.余事勿取.", "j": "安床.安门.破土.修坟.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d1130": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.冠笄.出行.理发.拆卸.解除.起基.动土.定磉.安碓硙.开池.掘井.扫舍.除服.成服.移柩.启攒.立碑.谢土.", "j": "移徙.入宅.安门.作梁.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d1207": { "y": "纳采.订盟.祭祀.祈福.开光.安香.出火.出行.会亲友.安机械.修造.动土.竖柱.上梁.造屋.起基.定磉.安床.安门.拆卸.移徙.造桥.造船.安葬.破土.入殓.", "j": "开市.造庙.置产.掘井.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d1217": { "y": "订盟.纳采.会亲友.安机械.开光.修造.动土.竖柱.上梁.造屋.起基.造桥.栽种.纳畜.造畜椆栖.移柩.入殓.启攒.修坟.立碑.安葬.", "j": "祈福.出火.嫁娶.入宅.开市.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1221": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.入宅.探病.出行.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1220": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.斋醮.安香.出火.修造.起基.造屋.合脊.安门.安碓硙.动土.上梁.移徙.入宅.", "j": "出行.掘井.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1230": { "y": "祭祀.入殓.移柩.余事勿取.", "j": "入宅.修造.动土.破土.安门.上梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1224": { "y": "祭祀.沐浴.作灶.纳财.捕捉.畋猎.安床.扫舍.", "j": "开市.斋醮.破土.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1223": { "y": "纳采.订盟.移徙.入宅.出行.安机械.会亲友.祭祀.祈福.斋醮.开光.安香.出火.解除.求医.针灸.治病.造屋.起基.修造.安门.造船.纳畜.牧养.移柩.入殓.启攒.谢土.修坟.立碑.", "j": "嫁娶.动土.安床.造桥.掘井.", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1210": { "y": "安床.架马.祭祀.塑绘.开光.出行.理发.伐木.作梁.开柱眼.作厕.畋猎.破土.入殓.除服.成服.移柩.启攒.修坟.立碑.", "j": "作灶.安门.造桥.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1222": { "y": "冠笄.纳财.掘井.开池.出火.安床.交易.立券.畋猎.结网.理发.放水.", "j": "安门.动土.破土.行丧.安葬.成服.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1228": { "y": "纳采.订盟.嫁娶.祭祀.祈福.安香.出火.出行.会亲友.经络.求医.治病.解除.拆卸.起基.修造.动土.定磉.扫舍.栽种.牧养.造畜椆栖.", "j": "斋醮.作梁.掘井.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1201": { "y": "嫁娶.冠笄.安床.纳采.会亲友.塞穴.捕捉.置产.造畜椆栖.", "j": "开光.掘井.安葬.谢土.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d1202": { "y": "祭祀.沐浴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d1203": { "y": "祭祀.会亲友.嫁娶.沐浴.修造.动土.祈福.开光.塑绘.出行.订盟.纳采.裁衣.入殓.除服.成服.移柩.启攒.赴任.竖柱.上梁.纳财.扫舍.栽种.纳畜.伐木.", "j": "入宅.作灶.安床.开仓.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d1204": { "y": "理发.会亲友.补垣.塞穴.结网.", "j": "嫁娶.入宅.安门.移徙.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d1205": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.除服.成服.入殓.移柩.安葬.谢土.赴任.会亲友.进人口.出行.竖柱.上梁.经络.开市.交易.立券.纳财.开仓.", "j": "作灶.治病.伐木.作梁.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d1206": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.入殓.移柩.安葬.谢土.赴任.进人口.会亲友.", "j": "作灶.治病.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d1208": { "y": "嫁娶.冠笄.祭祀.祈福.求嗣.斋醮.进人口.会亲友.伐木.作梁.开柱眼.安床.掘井.捕捉.畋猎.", "j": "开生坟.破土.行丧.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1209": { "y": "破屋.坏垣.治病.余事勿取.", "j": "移徙.入宅.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d1211": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.解除.入宅.移徙.纳畜.入殓.破土.修坟.立碑.", "j": "伐木.作梁.动土.安床.破土.栽种.造桥.", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1212": { "y": "祭祀.沐浴.理发.纳财.进人口.栽种.扫舍.捕捉.畋猎.结网.", "j": "会亲友.安葬.入宅.移徙.安床.开市.行丧.出火.作灶.安门.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1213": { "y": "纳采.订盟.祭祀.祈福.求嗣.塑绘.解除.拆卸.修造.动土.竖柱.上梁.安门.置产.开池.掘井.纳畜.安床.栽种.造畜椆栖.破土.移柩.立碑.", "j": "嫁娶.开市.出火.进人口.入殓.赴任.入宅.移徙.出行.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1214": { "y": "入宅.移徙.出行.进人口.修造.动土.起基.上梁.安门.造仓.补垣.塞穴.造畜椆栖.", "j": "嫁娶.开市.安床.栽种.安葬.祈福.开光.掘井.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1215": { "y": "造畜椆栖.教牛马.", "j": "入宅.移徙.分居.作灶.出火.安香.动土.嫁娶.掘井.扫舍.造桥.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1216": { "y": "订盟.纳采.造车器.祭祀.祈福.出行.安香.修造.动土.上梁.开市.交易.立券.移徙.入宅.会亲友.安机械.栽种.纳畜.造屋.起基.安床.造畜椆栖.", "j": "破土.安葬.行丧.开生坟.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1218": { "y": "祭祀.平治道涂.修坟.除服.成服.余事勿取.", "j": "移徙.入宅.嫁娶.掘井.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1219": { "y": "嫁娶.冠笄.祭祀.祈福.求嗣.雕刻.开光.安香.出行.入学.修造.动土.竖柱.上梁.造屋.起基.安门.出火.移徙.入宅.掘井.造畜椆栖.安葬.破土.除服.成服.", "j": "开市.纳采.订盟.作灶.造庙.造船.经络.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1225": { "y": "祈福.斋醮.纳采.订盟.解除.架马.开柱眼.修造.动土.起基.上梁.归岫.造屋.合脊.掘井.除服.成服.破土.栽种.", "j": "移徙.开市.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1226": { "y": "纳采.订盟.祭祀.沐浴.冠笄.合帐.裁衣.修造.动土.拆卸.移徙.入宅.安门.开仓.筑堤.作厕.栽种.纳畜.补垣.塞穴.", "j": "嫁娶.祈福.开光.掘井.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1229": { "y": "纳财.开市.交易.立券.会亲友.进人口.经络.祭祀.祈福.安香.出火.求医.治病.修造.动土.拆卸.扫舍.安床.栽种.牧养.开生坟.合寿木.入殓.安葬.启攒.", "j": "嫁娶.祈福.出火.移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1231": { "y": "塑绘.开光.订盟.纳采.裁衣.冠笄.拆卸.修造.安床.入宅.出火.安葬.谢土.赴任.", "j": "掘井.伐木.斋醮.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" } }, "y2020": { "d0101": { "y": "平治道涂.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0201": { "y": "祭祀.祈福.斋醮.塑绘.开光.除服.成服.入殓.作灶.嫁娶.捕捉.畋猎.纳财.", "j": "开仓.造屋.安葬.安床.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0102": { "y": "求嗣.斋醮.塑绘.订盟.纳采.出火.拆卸.修造.动土.造桥.安机械.栽种.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.", "j": "开市.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0103": { "y": "嫁娶.订盟.纳采.祭祀.祈福.修造.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0104": { "y": "治病.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0105": { "y": "祭祀.祈福.求嗣.斋醮.开光.入学.订盟.冠笄.伐木.修造.动土.起基.放水.交易.开池.", "j": "造桥.安门.理发.造庙.栽种.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0106": { "y": "沐浴.开仓.出货财.开市.交易.立券.纳财.栽种.纳畜.牧养.畋猎.入殓.破土.安葬.", "j": "祈福.嫁娶.安床.入宅.造船.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0107": { "y": "祭祀.沐浴.补垣.塞穴.断蚁.解除.余事勿取.", "j": "造庙.入宅.修造.安葬.行丧.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0108": { "y": "嫁娶.纳采.订盟.问名.祭祀.冠笄.裁衣.会亲友.进人口.纳财.捕捉.作灶.", "j": "开市.安床.安葬.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0109": { "y": "订盟.纳采.会亲友.祭祀.斋醮.沐浴.塑绘.出火.开光.竖柱.上梁.开市.交易.立券.作梁.开柱眼.伐木.架马.安门.安床.拆卸.牧养.造畜椆栖.掘井.", "j": "造庙.嫁娶.出行.动土.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0110": { "y": "交易.立券.纳财.安床.裁衣.造畜椆栖.安葬.谢土.启攒.除服.成服.修坟.立碑.移柩.入殓.", "j": "开光.嫁娶.开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0111": { "y": "祭祀.解除.教牛马.会亲友.余事勿取.", "j": "破土.动土.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0112": { "y": "纳采.订盟.移徙.纳财.开市.交易.立券.入宅.会亲友.解除.求医.治病.入学.安床.安门.安香.出火.拆卸.扫舍.入宅.挂匾.开生坟.合寿木.破土.修坟.启攒.入殓.", "j": "探病.祭祀.出行.上梁.造屋.谢土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0113": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求嗣.会亲友.解除.出行.入学.纳财.开市.交易.立券.习艺.经络.安床.开仓.出货财.纳畜.安葬.启攒.修坟.入殓.", "j": "入宅.开光.开市.动土.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0114": { "y": "祭祀.冠笄.嫁娶.会亲友.进人口.裁衣.结网.平治道涂.", "j": "移徙.入宅.造庙.作灶.治病.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0115": { "y": "祭祀.安碓硙.结网.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "定", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0116": { "y": "嫁娶.祭祀.沐浴.裁衣.出行.理发.移徙.捕捉.畋猎.放水.入宅.除服.成服.启攒.安葬.移柩.入殓.", "j": "造屋.开市.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0117": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0118": { "y": "纳采.订盟.祭祀.求嗣.出火.塑绘.裁衣.会亲友.入学.拆卸.扫舍.造仓.挂匾.掘井.开池.结网.栽种.纳畜.破土.修坟.立碑.安葬.入殓.", "j": "祈福.嫁娶.造庙.安床.谢土.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0119": { "y": "入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.", "j": "开市.伐木.嫁娶.作梁.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0120": { "y": "祭祀.作灶.入殓.除服.余事勿取.", "j": "开市.安床.", "c": "生肖冲龙", "s": "煞北", "ch": "收", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0121": { "y": "塑绘.开光.沐浴.冠笄.会亲友.作灶.放水.造畜椆栖.", "j": "嫁娶.入殓.安葬.出行.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0122": { "y": "祭祀.沐浴.祈福.斋醮.订盟.纳采.裁衣.拆卸.起基.竖柱.上梁.安床.入殓.除服.成服.移柩.启攒.挂匾.求嗣.出行.合帐.造畜椆栖.", "j": "开仓.嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0123": { "y": "祭祀.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "建", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0124": { "y": "沐浴.解除.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.移徙.入宅.除服.成服.移柩.破土.启攒.安葬.扫舍.修坟.伐木.纳财.交易.立券.", "j": "作灶.祭祀.上梁.出行.", "c": "生肖冲猴", "s": "煞北", "ch": "除", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0125": { "y": "出行.嫁娶.订盟.纳采.入殓.安床.启攒.安葬.祭祀.裁衣.会亲友.进人口.", "j": "作灶.掘井.谢土.入宅.", "c": "生肖冲鸡", "s": "煞西", "ch": "满", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0126": { "y": "修饰垣墙.平治道涂.入殓.移柩.余事勿取.", "j": "嫁娶.移徙.入宅.开光.", "c": "生肖冲狗", "s": "煞南", "ch": "平", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0127": { "y": "会亲友.纳采.进人口.修造.动土.竖柱.上梁.祭祀.开光.塑绘.祈福.斋醮.嫁娶.安床.移徙.入宅.安香.纳畜.", "j": "出行.治病.安葬.开市.", "c": "生肖冲猪", "s": "煞东", "ch": "定", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0128": { "y": "祭祀.会亲友.出行.订盟.纳采.沐浴.修造.动土.祈福.斋醮.嫁娶.拆卸.安床.入殓.移柩.安葬.谢土.赴任.裁衣.竖柱.上梁.伐木.捕捉.栽种.破土.安门.", "j": "造屋.开市.作灶.入宅.", "c": "生肖冲鼠", "s": "煞北", "ch": "执", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0129": { "y": "解除.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "破", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0130": { "y": "塑绘.开光.出行.订盟.纳采.除服.成服.嫁娶.纳婿.入殓.移柩.启攒.安葬.立碑.", "j": "入宅.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "危", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0131": { "y": "入殓.除服.成服.移柩.启攒.安葬.立碑.余事勿取.", "j": "破土.伐木.", "c": "生肖冲兔", "s": "煞東", "ch": "成", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0215": { "y": "祭祀.沐浴.开光.塑绘.祈福.求嗣.订盟.纳采.冠笄.裁衣.嫁娶.动土.除服.成服.移柩.破土.启攒.出行.安碓硙.放水.开市.立券.交易.", "j": "安葬.上梁.入宅.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0202": { "y": "祭祀.出行.沐浴.裁衣.祈福.斋醮.订盟.纳采.嫁娶.安机械.开市.立券.安碓硙.纳畜.", "j": "栽种.嫁娶.入殓.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "开", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0205": { "y": "纳采.会亲友.竖柱.上梁.立券.入殓.移柩.安葬.启攒.", "j": "祭祀.移徙.入宅.动土.破土.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0225": { "y": "取渔.入殓.除服.成服.移柩.破土.安葬.立碑.", "j": "嫁娶.上梁.入宅.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0212": { "y": "祭祀.冠笄.嫁娶.拆卸.修造.动土.起基.上梁.造屋.入宅.开市.开池.塞穴.入殓.除服.成服.移柩.安葬.破土.", "j": "安床.栽种.治病.作灶.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0315": { "y": "塑绘.开光.订盟.纳采.裁衣.合帐.冠笄.安机械.会亲友.纳财.开市.立券.交易.安床.竖柱.上梁.结网.栽种.解除.经络.", "j": "作灶.出行.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0203": { "y": "祭祀.祈福.斋醮.沐浴.安床.安机械.造车器.入殓.移柩.启攒.安葬.立碑.合帐.经络.交易.", "j": "作灶.掘井.嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "闭", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0204": { "y": "祭祀.祈福.求嗣.斋醮.入殓.除服.成服.移柩.安葬.启攒.", "j": "嫁娶.动土.开光.造屋.破土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0206": { "y": "祭祀.祈福.斋醮.出行.开市.立券.动土.移徙.入宅.破土.安葬.", "j": "开光.嫁娶.作灶.掘井.纳畜.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0207": { "y": "会亲友.求嗣.理发.冠笄.结网.捕捉.开光.理发.", "j": "开市.动土.安葬.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0208": { "y": "祭祀.平治道涂.余事勿取.", "j": "嫁娶.祈福.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0209": { "y": "祈福.求嗣.斋醮.纳采.嫁娶.伐木.修造.动土.移徙.入宅.造庙.安机械.开市.入殓.除服.成服.移柩.安葬.破土.谢土.", "j": "置产.造屋.合脊.开光.探病.安门.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0210": { "y": "入学.习艺.出行.纳采.订盟.嫁娶.会亲友.进人口.牧养.捕捉.入殓.移柩.安葬.启攒.", "j": "开光.开市.入宅.动土.造屋.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0211": { "y": "祭祀.沐浴.求医.治病.扫舍.破屋.坏垣.解除.余事勿取.", "j": "入宅.开市.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0213": { "y": "祭祀.结网.入殓.除服.成服.移柩.安葬.破土.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "成", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0214": { "y": "塑绘.开光.祈福.求嗣.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.起基.安门.安床.移徙.造仓.结网.纳畜.", "j": "伐木.作灶.安葬.取渔.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0216": { "y": "祭祀.祈福.求嗣.酬神.裁衣.安床.立券.交易.入殓.除服.成服.移柩.谢土.启攒.", "j": "出行.嫁娶.入宅.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0217": { "y": "裁衣.合帐.入殓.除服.成服.会亲友.纳财.", "j": "祭祀.祈福.移徙.嫁娶.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0218": { "y": "祭祀.斋醮.裁衣.合帐.冠笄.订盟.纳采.嫁娶.入宅.安香.谢土.入殓.移柩.破土.立碑.安香.会亲友.出行.祈福.求嗣.立碑.上梁.放水.", "j": "掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0219": { "y": "安床.合帐.入宅.问名.纳采.求嗣.祭祀.开仓.", "j": "斋醮.作灶.安床.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0220": { "y": "作灶.平治道涂.", "j": "祭祀.祈福.安葬.安门.余事勿取.", "c": "生肖冲猪", "s": "煞东", "ch": "平", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0221": { "y": "塑绘.开光.酬神.斋醮.订盟.纳采.裁衣.合帐.拆卸.动土.上梁.安床.安香.造庙.挂匾.会亲友.进人口.出行.修造.纳财.伐木.放水.出火.纳畜.沐浴.安门.", "j": "造屋.栽种.安葬.作灶.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0222": { "y": "祭祀.祈福.酬神.订盟.纳采.冠笄.裁衣.合帐.嫁娶.安床.移徙.入宅.安香.入殓.移柩.启攒.安葬.解除.取渔.捕捉.伐木.安门.出火.", "j": "栽种.动土.开市.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "执", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0223": { "y": "求医.破屋.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "破", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0224": { "y": "祈福.求嗣.斋醮.塑绘.开光.订盟.纳采.嫁娶.动土.入宅.安香.移柩.安葬.谢土.出行.沐浴.修造.竖柱.上梁.纳财.破土.解除.安门.放水.", "j": "作灶.安床.", "c": "生肖冲兔", "s": "煞東", "ch": "危", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0226": { "y": "祭祀.求嗣.沐浴.酬神.订盟.纳采.裁衣.合帐.冠笄.安机械.安床.造仓.开池.经络.纳财.开市.立券.交易.结网.取渔.纳畜.捕捉.", "j": "安葬.作灶.伐木.作梁.", "c": "生肖冲蛇", "s": "煞西", "ch": "收", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0227": { "y": "祭祀.沐浴.祈福.求嗣.斋醮.订盟.纳采.裁衣.冠笄.开市.立券.交易.纳财.沐浴.除服.谢土.出行.移柩.", "j": "入殓.安葬.作灶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "开", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0228": { "y": "祭祀.祈福.求嗣.入殓.启攒.安葬.移柩.", "j": "开光.掘井.针灸.出行.嫁娶.入宅.移徙.作灶.动土.", "c": "生肖冲羊", "s": "煞東", "ch": "闭", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0229": { "y": "安床.解除.裁衣.竖柱.上梁.交易.立券.纳财.纳畜.牧养.入殓.移柩.安葬.启攒.", "j": "嫁娶.出行.动土.开渠.入宅.祭祀.掘井.", "c": "生肖冲猴", "s": "煞北", "ch": "建", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0305": { "y": "嫁娶.造车器.纳采.订盟.祭祀.祈福.安机械.移徙.入宅.开市.立券.破土.安葬.", "j": "纳畜.理发.合寿木.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0415": { "y": "祭祀.塑绘.开光.订盟.纳采.冠笄.裁衣.安机械.拆卸.修造.动土.安床.经络.开市.", "j": "出火.入宅.安葬.伐木.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0301": { "y": "嫁娶.安床.开光.出行.祭祀.动土.出火.解除.会亲友.开市.交易.立券.挂匾.入宅.移徙.拆卸.破土.启攒.安葬.", "j": "掘井.词讼.", "c": "生肖冲鸡", "s": "煞西", "ch": "除", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0302": { "y": "嫁娶.开光.求嗣.会亲友.安床.牧养.塑绘.针灸.", "j": "入宅.移徙.出火.分居.安香.作灶.开市.交易.立券.安葬.动土.伐木.", "c": "生肖冲狗", "s": "煞南", "ch": "满", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0303": { "y": "作灶.解除.平治道涂.", "j": "栽种.出行.祈福.行丧.纳畜.安葬.安门.伐木.作梁.牧养.", "c": "生肖冲猪", "s": "煞東", "ch": "平", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0304": { "y": "解除.沐浴.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "定", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0306": { "y": "祈福.斋醮.出行.移徙.入宅.修造.动土.破土.安葬.", "j": "纳采.开光.安床.嫁娶.开市.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0307": { "y": "破屋.坏垣.余事勿取.", "j": "嫁娶.移徙.开市.入宅.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0308": { "y": "嫁娶.冠笄.祭祀.出行.会亲友.修造.动土.入殓.破土.", "j": "塑绘.开光.造桥.除服.成服.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0309": { "y": "开光.求嗣.出行.纳采.冠笄.出火.拆卸.起基.修造.动土.上梁.移徙.造船.开市.交易.立券.纳财.", "j": "祈福.嫁娶.安葬.破土.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0310": { "y": "理发.冠笄.嫁娶.进人口.栽种.捕捉.针灸.", "j": "纳财.开市.安葬.破土.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0311": { "y": "开光.祈福.求嗣.出行.解除.伐木.造屋.起基.修造.架马.安门.移徙.入宅.造庙.除服.成服.移柩.谢土.纳畜.牧养.", "j": "纳采.动土.开市.交易.安门.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0312": { "y": "裁衣.经络.伐木.开柱眼.拆卸.修造.动土.上梁.合脊.合寿木.入殓.除服.成服.移柩.破土.安葬.启攒.修坟.立碑.", "j": "祭祀.嫁娶.出行.上梁.掘井.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0313": { "y": "祭祀.会亲友.立券.交易.裁衣.合帐.嫁娶.冠笄.进人口.", "j": "栽种.动土.安葬.掘井.修坟.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0314": { "y": "扫舍.塞穴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0316": { "y": "祭祀.嫁娶.纳婿.除服.成服.入殓.移柩.", "j": "动土.作灶.入宅.开光.安床.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0317": { "y": "祈福.求嗣.开光.塑绘.斋醮.订盟.纳采.嫁娶.拆卸.安床.入宅.安香.移柩.修坟.安葬.谢土.栽种.解除.冠笄.裁衣.移徙.修造.动土.竖柱.放水.启攒.立碑.", "j": "赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0318": { "y": "祭祀.解除.入殓.除服.成服.移柩.启攒.安葬.修坟.立碑.谢土.沐浴.扫舍.捕捉.取渔.结网.畋猎.理发.", "j": "安床.嫁娶.作灶.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0319": { "y": "破屋.坏垣.", "j": "诸事不宜.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0320": { "y": "祭祀.出行.订盟.纳采.裁衣.合帐.冠笄.进人口.动土.安床.作灶.入殓.移柩.安葬.破土.结网.取渔.畋猎.", "j": "作梁.造庙.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0321": { "y": "祭祀.开光.塑绘.订盟.纳采.合帐.冠笄.拆卸.动土.起基.上梁.入宅.安香.开市.立券.纳财.沐浴.求嗣.出火.竖柱.安门.", "j": "造庙.嫁娶.伐木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0322": { "y": "祭祀.沐浴.捕捉.栽种.", "j": "嫁娶.入宅.移徙.作灶.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0323": { "y": "祭祀.开光.塑绘.酬神.斋醮.订盟.纳采.嫁娶.裁衣.动土.起基.出火.拆卸.移徙.入宅.安香.修造.竖柱.上梁.纳畜.牧养.祈福.求嗣.解除.伐木.定磉.造屋.安门.", "j": "栽种.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "开", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0324": { "y": "订盟.纳采.冠笄.拆卸.修造.动土.安床.入殓.除服.成服.移柩.安葬.破土.启攒.造仓.", "j": "作灶.开光.嫁娶.开市.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "闭", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0325": { "y": "祈福.开光.塑绘.酬神.订盟.纳采.裁衣.安床.开市.立券.入殓.除服.成服.移柩.启攒.安葬.立碑.赴任.会亲友.出行.交易.竖柱.", "j": "作灶.掘井.动土.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "建", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0326": { "y": "祭祀.扫舍.塞穴.", "j": "栽种.作灶.安葬.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "除", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0327": { "y": "开光.塑绘.裁衣.冠笄.伐木.拆卸.竖柱.上梁.开仓.会亲友.安机械.造仓.造屋.交易.解除.开市.立券.纳财.", "j": "出行.嫁娶.入宅.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "满", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0328": { "y": "冠笄.入殓.除服.成服.移柩.平治道涂.修饰垣墙.", "j": "造屋.作灶.治病.探病.", "c": "生肖冲鼠", "s": "煞北", "ch": "平", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0329": { "y": "祭祀.嫁娶.祈福.纳采.裁衣.合帐.安床.入宅.安香.入殓.移柩.安葬.谢土.修造.安碓硙.求嗣.会亲友.挂匾.交易.立券.纳财.造仓.放水.", "j": "栽种.伐木.", "c": "生肖冲牛", "s": "煞西", "ch": "定", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0330": { "y": "祭祀.祈福.斋醮.订盟.纳采.裁衣.合帐.拆卸.修造.动土.上梁.起基.移柩.安葬.谢土.沐浴.扫舍.开柱眼.伐木.出火.", "j": "安床.开市.立券.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "执", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0331": { "y": "破屋.坏垣.求医.治病.", "j": "诸事不宜.", "c": "生肖冲兔", "s": "煞東", "ch": "破", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0409": { "y": "求嗣.出行.解除.订盟.纳采.嫁娶.会亲友.进人口.安床.开市.交易.纳畜.牧养.入殓.除服.成服.移柩.安葬.启攒.", "j": "祈福.开市.修造.动土.破土.谢土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0419": { "y": "祭祀.进人口.嫁娶.安床.解除.冠笄.出行.裁衣.扫舍.", "j": "掘井.动土.破土.安葬.开光.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0404": { "y": "祭祀.捕捉.解除.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0509": { "y": "沐浴.扫舍.余事勿取.", "j": "斋醮.开市.嫁娶.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0401": { "y": "祭祀.动土.上梁.订盟.纳采.嫁娶.安机械.拆卸.安床.入宅.安香.入殓.移柩.破土.安葬.立碑.谢土.赴任.出行.移徙.祈福.求嗣.解除.造仓.进人口.", "j": "开光.出货财.", "c": "生肖冲龙", "s": "煞北", "ch": "危", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0402": { "y": "祭祀.开光.塑绘.纳采.裁衣.拆卸.安床.起基.动土.竖柱.上梁.移徙.入宅.安香.开市.立券.挂匾.沐浴.出行.求嗣.安门.", "j": "嫁娶.栽种.伐木.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "成", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0403": { "y": "裁衣.合帐.冠笄.嫁娶.纳婿.安床.入殓.纳财.", "j": "作灶.开市.安葬.作梁.", "c": "生肖冲马", "s": "煞南", "ch": "收", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0405": { "y": "纳采.嫁娶.出行.开市.立券.纳畜.牧养.出火.移徙.入宅.", "j": "祈福.动土.破土.安葬.入殓.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0406": { "y": "祭祀.祈福.求嗣.斋醮.冠笄.作灶.纳财.交易.", "j": "开光.嫁娶.掘井.安葬.安门.探病.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0407": { "y": "祭祀.解除.教牛马.出行.余事勿取.", "j": "动土.破土.行丧.开光.作梁.安葬.探病.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0408": { "y": "沐浴.斋醮.解除.求医.治病.会亲友.造畜椆栖.栽种.理发.扫舍.", "j": "开市.嫁娶.移徙.入宅.掘井.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0410": { "y": "祭祀.作灶.平治道涂.余事勿取.", "j": "嫁娶.安葬.动土.安床.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0411": { "y": "造车器.祭祀.祈福.求嗣.斋醮.开市.交易.安机械.雕刻.开光.造屋.合脊.起基.定磉.安门.纳畜.安葬.开生坟.立碑.谢土.斋醮.", "j": "入宅.动土.开仓.出货财.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0412": { "y": "祭祀.祈福.开光.求嗣.斋醮.纳采.订盟.求医.治病.起基.定磉.造船.取渔.解除.安葬.启攒.谢土.入殓.", "j": "开市.动土.掘井.开池.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0413": { "y": "祭祀.沐浴.破屋.坏垣.求医.治病.解除.余事勿取.", "j": "嫁娶.开市.交易.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0414": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0416": { "y": "祭祀.余事勿取.", "j": "造庙.嫁娶.安床.余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0417": { "y": "订盟.纳采.嫁娶.进人口.会亲友.交易.立券.动土.除服.谢土.移柩.破土.启攒.赴任.出行.开市.纳财.栽种.", "j": "入殓.安葬.入宅.安床.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0418": { "y": "祭祀.祈福.裁衣.合帐.安床.入殓.除服.成服.移柩.破土.启攒.安葬.谢土.立碑.造畜椆栖.", "j": "掘井.安门.嫁娶.纳采.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0420": { "y": "纳采.开光.求医.治病.动土.上梁.移徙.入宅.", "j": "嫁娶.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0421": { "y": "祭祀.会亲友.开市.安床.启攒.安葬.", "j": "嫁娶.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0422": { "y": "祭祀.作灶.掘井.平治道涂.", "j": "嫁娶.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0423": { "y": "祭祀.斋醮.开市.动土.入殓.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "定", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0424": { "y": "嫁娶.纳采.祭祀.祈福.出行.移徙.求医.", "j": "开市.动土.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "执", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0425": { "y": "祭祀.求医.治病.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲龙", "s": "煞北", "ch": "破", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0426": { "y": "沐浴.结网.取渔.", "j": "嫁娶.入宅.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "危", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0427": { "y": "", "j": "诸事不宜.", "c": "生肖冲马", "s": "煞南", "ch": "成", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0428": { "y": "解除.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "收", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0429": { "y": "嫁娶.开光.出行.出火.拆卸.进人口.开市.立券.交易.挂匾.入宅.移徙.安床.栽种.", "j": "祈福.入殓.祭祀.作灶.安葬.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "开", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0430": { "y": "嫁娶.出行.合帐.冠笄.安床.除服.成服.作灶.交易.立券.入殓.移柩.破土.安葬.", "j": "词讼.开光.开市.", "c": "生肖冲鸡", "s": "煞西", "ch": "闭", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0609": { "y": "嫁娶.订盟.纳采.冠笄.会亲友.安机械.造车器.祭祀.出行.纳财.入宅.安香.出火.入学.塑绘.开光.拆卸.起基.修造.动土.牧养.栽种.安门.作厕.", "j": "行丧.伐木.作梁.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0501": { "y": "出行.修饰垣墙.造畜椆栖.教牛马.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "建", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0502": { "y": "祭祀.祈福.开光.求嗣.解除.伐木.出火.入宅.移徙.安床.拆卸.修造.动土.造畜椆栖.", "j": "嫁娶.纳财.安葬.出行.开市.立券.作灶.栽种.", "c": "生肖冲猪", "s": "煞東", "ch": "除", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0503": { "y": "纳采.嫁娶.开光.出行.理发.会亲友.开市.安床.栽种.牧养.入殓.移柩.启攒.", "j": "谢土.祈福.上梁.作灶.斋醮.修造.入宅.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "满", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0504": { "y": "祭祀.平治道涂.解除.修饰垣墙.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "平", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0505": { "y": "祭祀.沐浴.移徙.破土.安葬.扫舍.平治道涂.", "j": "祈福.嫁娶.入宅.安床.作灶.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0506": { "y": "祭祀.祈福.斋醮.求嗣.安机械.纳畜.移徙.入宅.安机械.塑绘.开光.起基.竖柱.上梁.作灶.安门.安香.出火.造屋.启攒.安葬.", "j": "动土.破土.嫁娶.嫁娶.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0507": { "y": "嫁娶.纳采.订盟.斋醮.开光.祭祀.祈福.求医.治病.会亲友.动土.解除.捕捉.纳畜.牧养.入殓.破土.安葬.", "j": "移徙.入宅.造屋.架马.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0508": { "y": "祭祀.沐浴.解除.破屋.坏垣.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0510": { "y": "开市.交易.立券.安机械.会亲友.开光.求医.治病.造屋.起基.修造.动土.定磉.竖柱.上梁.安门.作灶.放水.作厕.开池.栽种.牧养.造畜椆栖.破土.安葬.立碑.", "j": "嫁娶.出火.移徙.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0511": { "y": "栽种.捕捉.畋猎.余事勿取.", "j": "开市.动土.祭祀.斋醮.安葬.探病.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0512": { "y": "嫁娶.祭祀.祈福.求嗣.斋醮.订盟.纳采.解除.出行.动土.破土.习艺.针灸.理发.会亲友.起基.修造.动土.竖柱.定磉.安床.拆卸.纳畜.牧养.放水.破土.除服.成服.修坟.立碑.", "j": "开市.入宅.探病.出火.造屋.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0513": { "y": "余事勿取.", "j": "余事勿取.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0514": { "y": "塞穴.断蚁.结网.余事勿取.", "j": "破土.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0515": { "y": "开光.出行.纳采.嫁娶.伐木.架马.出火.拆卸.移徙.入宅.造庙.造桥.造船.造畜椆栖.开市.入殓.除服.成服.移柩.安葬.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0516": { "y": "进人口.牧养.置产.塞穴.结网.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0517": { "y": "开光.出行.嫁娶.", "j": "会亲友.进人口.修造.动土.起基.移徙.开市.纳畜.入殓.除服.成服.移柩.破土.安葬.修坟.立碑.会亲友.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0518": { "y": "嫁娶.纳采.出行.祭祀.祈福.开市.动土.移徙.入宅.破土.安葬.", "j": "安门.", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0519": { "y": "嫁娶.纳采.求医.治病.修造.动土.移徙.入宅.破土.安葬.", "j": "开市.开光.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0520": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0521": { "y": "嫁娶.纳采.祭祀.祈福.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "祈福.斋醮.", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0522": { "y": "纳采.祭祀.祈福.开市.求医.治病.动土.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0523": { "y": "嫁娶.纳采.出行.移徙.入宅.", "j": "动土.破土.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0524": { "y": "订盟.纳采.祭祀.动土.破土.交易.立券.", "j": "嫁娶.安葬.", "c": "生肖冲鸡", "s": "煞西", "ch": "开", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0525": { "y": "嫁娶.裁衣.祭祀.出行.安床.作灶.移徙.入宅.破土.安葬.", "j": "赴任.捕捉.", "c": "生肖冲狗", "s": "煞南", "ch": "闭", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0526": { "y": "塞穴.结网.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猪", "s": "煞東", "ch": "建", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0527": { "y": "嫁娶.订盟.纳采.出行.祭祀.祈福.斋醮.动土.上梁.破土.安葬.", "j": "移徙.入宅.", "c": "生肖冲鼠", "s": "煞北", "ch": "除", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0528": { "y": "订盟.纳采.会亲友.安床.作灶.造畜椆栖.", "j": "开市.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "满", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0529": { "y": "沐浴.平治道涂.扫舍.入殓.移柩.破土.启攒.安葬.余事勿取.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "平", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0530": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.出火.拆卸.动土.上梁.进人口.入宅.移徙.安床.安门.开市.交易.立券.挂匾.栽种.破土.安葬.", "j": "", "c": "生肖冲兔", "s": "煞東", "ch": "定", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0531": { "y": "祭祀.开光.出行.解除.塑绘.裁衣.入殓.移柩.破土.启攒.安葬.除服.成服.", "j": "嫁娶.上梁.修造.拆卸.架马.入宅.伐木.动土.出火.开柱眼.", "c": "生肖冲龙", "s": "煞北", "ch": "执", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0606": { "y": "祭祀.祈福.求嗣.斋醮.安香.解除.移徙.入宅.会亲友.求医.治病.动土.破土.开生坟.合寿木.", "j": "合帐.上梁.经络.安葬.入殓.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0603": { "y": "开市.交易.立券.祭祀.祈福.开光.伐木.进人口.安床.拆卸.修造.动土.栽种.破土.移柩.安葬.", "j": "入宅.移徙.理发.出火.嫁娶.出行.", "c": "生肖冲羊", "s": "煞東", "ch": "成", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0608": { "y": "祭祀.交易.纳财.", "j": "斋醮.开渠.上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0706": { "y": "祭祀.修饰垣墙.平治道涂.", "j": "开市.动土.破土.嫁娶.修造.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0601": { "y": "祭祀.解除.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "破", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0602": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.拆卸.动土.上梁.出火.进人口.入宅.移徙.安床.栽种.纳畜.牧养.竖柱.安门.修造.解除.会亲友.", "j": "", "c": "生肖冲马", "s": "煞南", "ch": "危", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0604": { "y": "结网.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猴", "s": "煞北", "ch": "收", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0605": { "y": "祭祀.作灶.余事勿取.", "j": "开市.安葬.破土.修坟.掘井.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0607": { "y": "嫁娶.冠笄.修造.动土.作灶.移徙.入宅.补垣.塞穴.纳畜.牧养.架马.修造.动土.起基.定磉.开池.造船.", "j": "祈福.开光.掘井.开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0610": { "y": "开光.求嗣.出行.冠笄.嫁娶.伐木.架马.开柱眼.修造.移徙.入宅.开市.交易.立券.出行.安香.出火.挂匾.起基.修造.开生坟.合寿木.入殓.除服.成服.移柩.安葬.", "j": "安床.出货财.作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0611": { "y": "祭祀.沐浴.理发.嫁娶.作灶.整手足甲.扫舍.修饰垣墙.平治道涂.", "j": "斋醮.出行.治病.合寿木.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0612": { "y": "安机械.移徙.入宅.出行.祭祀.祈福.斋醮.纳采.订盟.安香.出火.解除.会亲友.修造.动土.拆卸.起基.定磉.移徙.入宅.造屋.安床.修造.破土.安葬.入殓.立碑.", "j": "开市.伐木.作梁.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0613": { "y": "祭祀.沐浴.捕捉.结网.畋猎.取渔.余事勿取.", "j": "开市.交易.嫁娶.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0614": { "y": "破屋.坏垣.求医.治病.畋猎.余事勿取.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0615": { "y": "嫁娶.出行.安机械.祭祀.塑绘.开光.治病.经络.安床.结网.塞穴.破土.入殓.", "j": "开市.安门.掘井.作灶.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0616": { "y": "订盟.纳采.会亲友.进人口.雕刻.拆卸.修造.动土.起基.开市.栽种.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0617": { "y": "祭祀.捕捉.取渔.修饰垣墙.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0618": { "y": "嫁娶.纳采.祭祀.祈福.求医.治病.出行.动土.移徙.入宅.", "j": "开市.安门.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0619": { "y": "裁衣.作灶.移徙.入宅.纳畜.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0620": { "y": "祭祀.入殓.移柩.启攒.安葬.", "j": "上梁.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0621": { "y": "订盟.纳采.出行.祈福.斋醮.安床.会亲友.", "j": "移徙.入宅.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0622": { "y": "嫁娶.纳采.出行.求医.治病.开市.移徙.入宅.启攒.安葬.", "j": "动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0623": { "y": "嫁娶.祭祀.沐浴.扫舍.修饰垣墙.", "j": "行丧.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0624": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "定", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0625": { "y": "订盟.纳采.出行.祭祀.祈福.修造.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "执", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0626": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲马", "s": "煞南", "ch": "破", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0627": { "y": "嫁娶.订盟.纳采.祭祀.祈福.入殓.破土.安葬.", "j": "开光.开市.", "c": "生肖冲羊", "s": "煞東", "ch": "危", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0628": { "y": "开光.求医.治病.动土.上梁.入殓.破土.安葬.", "j": "嫁娶.开光.", "c": "生肖冲猴", "s": "煞北", "ch": "成", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0629": { "y": "祭祀.栽种.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "收", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0630": { "y": "嫁娶.开光.祭祀.祈福.求嗣.出行.解除.伐木.入宅.移徙.安床.出火.拆卸.修造.上梁.栽种.移柩.", "j": "安葬.开市.交易.立券.", "c": "生肖冲狗", "s": "煞南", "ch": "开", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0709": { "y": "求医.治病.破屋.坏垣.余事勿取.", "j": "嫁娶.出行.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d0809": { "y": "嫁娶.冠笄.祭祀.沐浴.普渡.出行.纳财.扫舍.纳畜.赴任.", "j": "开市.动土.破土.安床.开仓.上梁.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d0701": { "y": "求嗣.嫁娶.纳采.合帐.裁衣.冠笄.伐木.作梁.修造.动土.起基.竖柱.上梁.安门.作灶.筑堤.造畜椆栖.", "j": "安葬.出行.祈福.栽种.", "c": "生肖冲猪", "s": "煞東", "ch": "闭", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0702": { "y": "祭祀.解除.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "建", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0703": { "y": "嫁娶.祭祀.祈福.出火.开光.求嗣.出行.拆卸.开市.交易.立券.挂匾.入宅.移徙.安床.栽种.动土.", "j": "安葬.行丧.伐木.作梁.", "c": "生肖冲牛", "s": "煞西", "ch": "除", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0704": { "y": "开光.求嗣.出行.解除.伐木.出火.拆卸.修造.上梁.起基.入宅.移徙.开市.交易.立券.栽种.牧养.入殓.安葬.除服.成服.", "j": "置产.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "满", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0705": { "y": "祭祀.理发.修饰垣墙.平治道涂.沐浴.整手足甲.扫舍.", "j": "出行.安门.修造.嫁娶.上梁.入宅.", "c": "生肖冲兔", "s": "煞東", "ch": "平", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0707": { "y": "订盟.纳采.祭祀.祈福.开光.安香.出火.立券.安机械.移徙.入宅.竖柱.上梁.会亲友.安床.拆卸.挂匾.牧养.教牛马.", "j": "嫁娶.安葬.行丧.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0708": { "y": "沐浴.理发.捕捉.入殓.移柩.破土.启攒.安葬.", "j": "出火.嫁娶.入宅.作灶.破土.上梁.动土.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0710": { "y": "纳采.订盟.嫁娶.移徙.入宅.出行.开市.交易.立券.纳财.会亲友.安香.出火.拆卸.造屋.起基.安床.作灶.挂匾.安葬.破土.启攒.立碑.入殓.移柩.", "j": "祈福.上梁.开仓.掘井.牧养.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0711": { "y": "祭祀.祈福.斋醮.出行.纳采.订盟.安机械.出火.拆卸.修造.动土.起基.移徙.入宅.造庙.入殓.除服.成服.移柩.破土.安葬.谢土.", "j": "嫁娶.开市.栽种.合寿木.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0712": { "y": "祭祀.进人口.纳财.纳畜.牧养.捕捉.余事勿取.", "j": "开市.入宅.安床.动土.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0713": { "y": "祭祀.塑绘.开光.求医.治病.嫁娶.会亲友.放水.掘井.牧养.纳畜.开渠.安碓硙.", "j": "造屋.入宅.作灶.入学.安葬.行丧.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0714": { "y": "祭祀.塞穴.结网.畋猎.余事勿取.", "j": "移徙.开市.入宅.嫁娶.开光.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0715": { "y": "开市.纳财.祭祀.塑绘.安机械.冠笄.会亲友.裁衣.开仓.经络.纳畜.造畜椆栖.教牛马.牧养.", "j": "动土.破土.安葬.治病.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0716": { "y": "移徙.入宅.治病.会亲友.祭祀.祈福.斋醮.安香.移徙.嫁娶.造屋.起基.", "j": "开市.斋醮.安床.出行.经络.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0717": { "y": "塑绘.出行.冠笄.嫁娶.进人口.裁衣.纳婿.造畜椆栖.交易.立券.牧养.开生坟.入殓.除服.成服.移柩.安葬.启攒.", "j": "", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0718": { "y": "祭祀.冠笄.嫁娶.捕捉.结网.畋猎.取渔.余事勿取.", "j": "余事勿取.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0719": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0720": { "y": "纳采.祭祀.祈福.解除.动土.破土.安葬.", "j": "嫁娶.移徙.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0721": { "y": "祭祀.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0722": { "y": "嫁娶.纳采.开市.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "祭祀.祈福.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0723": { "y": "嫁娶.纳采.开市.出行.动土.上梁.移徙.入宅.破土.安葬.", "j": "赴任.", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0724": { "y": "祭祀.作灶.纳财.捕捉.", "j": "开市.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0725": { "y": "嫁娶.开市.立券.祭祀.祈福.动土.移徙.入宅.", "j": "造庙.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0726": { "y": "补垣.塞穴.结网.入殓.除服.成服.移柩.安葬.启攒.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "闭", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0727": { "y": "嫁娶.纳采.出行.祭祀.祈福.解除.移徙.入宅.", "j": "动土.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "建", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0728": { "y": "嫁娶.祭祀.祈福.斋醮.治病.破土.安葬.", "j": "开市.入宅.", "c": "生肖冲虎", "s": "煞南", "ch": "除", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0729": { "y": "嫁娶.出行.开市.安床.入殓.启攒.安葬.", "j": "祈福.动土.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "满", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0730": { "y": "嫁娶.祭祀.裁衣.结网.冠笄.沐浴.", "j": "开仓.出货财.置产.安葬.动土.破土.掘井.栽种.", "c": "生肖冲龙", "s": "煞北", "ch": "平", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0731": { "y": "入宅.移徙.安床.开光.祈福.求嗣.进人口.开市.交易.立券.出火.拆卸.修造.动土.", "j": "嫁娶.破土.置产.栽种.安葬.修坟.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "定", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0818": { "y": "塑绘.开光.解除.订盟.纳采.嫁娶.出火.修造.动土.移徙.入宅.拆卸.起基.安门.分居.开市.交易.立券.纳财.纳畜.牧养.", "j": "", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d0808": { "y": "嫁娶.普渡.祭祀.祈福.补垣.塞穴.断蚁.筑堤.入殓.除服.成服.安葬.", "j": "动土.破土.掘井.开光.上梁.词讼.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d0804": { "y": "嫁娶.开光.出行.祈福.求嗣.解除.拆卸.动土.修造.进人口.开市.交易.立券.挂匾.入宅.移徙.安床.栽种.纳畜.入殓.移柩.安葬.", "j": "", "c": "生肖冲鸡", "s": "煞西", "ch": "成", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d0814": { "y": "祭祀.捕捉.畋猎.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "嫁娶.纳采.订盟.开市.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d0803": { "y": "嫁娶.开光.出行.理发.作梁.出火.拆卸.修造.开市.交易.立券.挂匾.动土.入宅.移徙.安床.栽种.", "j": "伐木.祭祀.纳畜.祭祀.", "c": "生肖冲猴", "s": "煞北", "ch": "危", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d0802": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "破", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d0819": { "y": "祈福.出行.订盟.纳采.嫁娶.裁衣.动土.安床.放水.开市.掘井.交易.立券.栽种.开渠.除服.成服.移柩.破土.", "j": "", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d0909": { "y": "余事勿取.", "j": "探病.余事勿取.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d0801": { "y": "祭祀.解除.沐浴.整手足甲.入殓.移柩.破土.启攒.安葬.", "j": "嫁娶.入宅.移徙.作灶.开市.交易.安门.栽种.", "c": "生肖冲马", "s": "煞南", "ch": "执", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d0805": { "y": "祭祀.作灶.纳财.栽种.纳畜.进人口.", "j": "安葬.经络.修坟.破土.开市.安床.启攒.立碑.", "c": "生肖冲狗", "s": "煞南", "ch": "收", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d0806": { "y": "祭祀.祈福.求嗣.开光.开市.牧养.理发.", "j": "嫁娶.出行.安葬.入殓.入宅.作灶.冠笄.上梁.", "c": "生肖冲猪", "s": "煞東", "ch": "开", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d0807": { "y": "嫁娶.订盟.纳采.祭祀.斋醮.普渡.解除.出行.会亲友.开市.纳财.修造.动土.竖柱.上梁.开光.开仓.出货财.纳畜.牧养.开池.破土.启攒.", "j": "出火.入宅.造屋.安门.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d0810": { "y": "祭祀.沐浴.理发.整手足甲.冠笄.解除.入殓.移柩.破土.启攒.安葬.", "j": "嫁娶.出行.入宅.开市.安门.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0811": { "y": "塑绘.冠笄.嫁娶.会亲友.进人口.经络.裁衣.栽种.纳畜.牧养.补垣.塞穴.捕捉.", "j": "祈福.开市.动土.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d0812": { "y": "出行.沐浴.订盟.纳采.裁衣.竖柱.上梁.移徙.纳畜.牧养.", "j": "嫁娶.安门.动土.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d0813": { "y": "纳采.订盟.嫁娶.祭祀.祈福.普渡.开光.安香.出火.移徙.入宅.竖柱.修造.动土.竖柱.上梁.起基.造屋.安门.造庙.造桥.破土.启攒.安葬.", "j": "开市.立券.纳财.作灶.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d0815": { "y": "破屋.坏垣.治病.余事勿取.", "j": "行丧.安葬.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d0816": { "y": "祈福.斋醮.出行.冠笄.嫁娶.雕刻.开柱眼.入宅.造桥.开市.交易.立券.纳财.入殓.除服.成服.移柩.破土.安葬.启攒.", "j": "动土.破土.订盟.安床.开池.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d0817": { "y": "祈福.求嗣.解除.订盟.纳采.动土.起基.放水.造仓.开市.纳畜.牧养.开生坟.入殓.除服.成服.移柩.破土.安葬.", "j": "", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d0820": { "y": "嫁娶.祭祀.祈福.斋醮.作灶.移徙.入宅.", "j": "动土.破土.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d0821": { "y": "嫁娶.出行.纳畜.祭祀.入殓.启攒.安葬.", "j": "作灶.动土.破土.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d0822": { "y": "订盟.纳采.祭祀.祈福.修造.动土.上梁.破土.安葬.", "j": "嫁娶.开市.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d0823": { "y": "订盟.纳采.出行.会亲友.修造.上梁.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d0824": { "y": "沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.祈福.余事勿取.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d0825": { "y": "嫁娶.祭祀.祈福.斋醮.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d0826": { "y": "捕捉.结网.入殓.破土.安葬.", "j": "嫁娶.入宅.", "c": "生肖冲羊", "s": "煞東", "ch": "执", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d0827": { "y": "沐浴.治病.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猴", "s": "煞北", "ch": "破", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d0828": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.移徙.入宅.启攒.安葬.", "j": "动土.破土.", "c": "生肖冲鸡", "s": "煞西", "ch": "危", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d0829": { "y": "嫁娶.订盟.纳采.祭祀.祈福.求医.治病.动土.移徙.入宅.破土.安葬.", "j": "开光.针灸.", "c": "生肖冲狗", "s": "煞南", "ch": "成", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d0830": { "y": "订盟.纳采.祭祀.祈福.安机械.作灶.纳畜.", "j": "动土.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "收", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d0831": { "y": "嫁娶.祭祀.祈福.求嗣.出行.动土.安床.掘井.破土.启攒.", "j": "入宅.作梁.安门.伐木.修造.上梁.入殓.造屋.", "c": "生肖冲鼠", "s": "煞北", "ch": "开", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d0904": { "y": "塑绘.开光.进人口.纳畜.补垣.塞穴.栽种.牧养.", "j": "嫁娶.纳财.祈福.安葬.修造.开市.交易.立券.动土.上梁.", "c": "生肖冲龙", "s": "煞北", "ch": "满", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d0908": { "y": "沐浴.捕捉.入殓.除服.成服.破土.启攒.安葬.", "j": "祭祀.嫁娶.安床.开市.入宅.探病.上梁.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d0907": { "y": "嫁娶.造车器.安机械.祭祀.祈福.开光.安香.出火.出行.开市.立券.修造.动土.移徙.入宅.破土.安葬.", "j": "纳采.订盟.架马.词讼.开渠.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d1009": { "y": "冠笄.祭祀.沐浴.作灶.理发.整手足甲.扫舍.补垣.塞穴.入殓.破土.启攒.", "j": "开光.嫁娶.会亲友.栽种.针灸.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d0901": { "y": "嫁娶.祭祀.祈福.求嗣.出行.出火.拆卸.修造.移徙.动土.安床.入殓.破土.安葬.启攒.", "j": "造屋.开光.理发.造船.掘井.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d0902": { "y": "祭祀.祈福.求嗣.开光.出行.解除.上梁.造屋.移徙.安门.纳财.牧养.纳畜.安葬.启攒.入殓.", "j": "破土.置产.掘井.动土.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "建", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d0903": { "y": "祭祀.解除.沐浴.理发.整手足甲.入殓.移柩.破土.安葬.扫舍.", "j": "嫁娶.会亲友.进人口.出行.入宅.移徙.赴任.作灶.", "c": "生肖冲兔", "s": "煞東", "ch": "除", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d0905": { "y": "祭祀.作灶.沐浴.修饰垣墙.平治道涂.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "平", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d0906": { "y": "祭祀.求嗣.开光.出行.伐木.作梁.出火.解除.拆卸.进人口.修造.动土.起基.安床.栽种.纳畜.入殓.破土.安葬.除服.成服.", "j": "嫁娶.移徙.", "c": "生肖冲马", "s": "煞南", "ch": "定", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d0910": { "y": "订盟.纳采.祭祀.祈福.安香.出火.修造.动土.上梁.安门.起基.竖柱.上梁.定磉.开池.移徙.入宅.立券.破土.", "j": "嫁娶.造庙.造桥.造船.作灶.安葬.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d0911": { "y": "开光.求嗣.雕刻.嫁娶.订盟.纳采.出火.拆卸.修造.动土.起基.上梁.放水.移徙.入宅.造仓.造船.开市.开池.纳畜.牧养.挂匾.", "j": "行丧.安葬.合寿木.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d0912": { "y": "祭祀.嫁娶.捕捉.", "j": "开光.动土.破土.开市.修造.入宅.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d0913": { "y": "祭祀.普渡.解除.会亲友.捕捉.畋猎.启攒.除服.成服.移柩.", "j": "嫁娶.开市.动土.掘井.开池.安葬.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d0914": { "y": "祭祀.出行.解除.冠笄.嫁娶.伐木.架马.开柱眼.修造.动土.移徙.入宅.开生坟.合寿木.入殓.移柩.破土.安葬.修坟.", "j": "开光.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d0915": { "y": "祭祀.祈福.求嗣.出行.沐浴.交易.扫舍.教牛马.", "j": "动土.作灶.行丧.安葬.修坟.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d0916": { "y": "出行.解除.纳采.冠笄.雕刻.修造.动土.起基.上梁.合脊.安床.移徙.入宅.开市.栽种.作厕.", "j": "造庙.安门.行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d0917": { "y": "祭祀.沐浴.解除.理发.冠笄.安机械.作灶.造仓.开市.开池.作厕.补垣.塞穴.断蚁.结网.", "j": "嫁娶.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d0918": { "y": "祭祀.沐浴.修饰垣墙.平治道涂.", "j": "嫁娶.入宅.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d0919": { "y": "祭祀.会亲友.纳采.嫁娶.开光.塑绘.斋醮.安香.开市.立券.除服.成服.入殓.移柩.安葬.赴任.进人口.出行.裁衣.修造.动土.上梁.经络.交易.", "j": "入宅.伐木.", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d0920": { "y": "祭祀.冠笄.会亲友.拆卸.起基.除服.成服.移柩.启攒.安葬.沐浴.捕捉.开光.塑绘.", "j": "作灶.祭祀.入宅.嫁娶.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d0921": { "y": "祭祀.沐浴.破屋.坏垣.余事勿取.", "j": "移徙.入宅.出行.栽种.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d0922": { "y": "祭祀.塑绘.开光.出行.解除.订盟.嫁娶.拆卸.起基.安床.入宅.开市.入殓.除服.成服.移柩.破土.谢土.挂匾.开柱眼.交易.", "j": "造桥.冠笄.造屋.掘井.", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d0923": { "y": "祭祀.赴任.动土.上梁.开光.塑绘.冠笄.拆卸.起基.安床.开市.立券.赴任.经络.", "j": "定磉.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d0924": { "y": "祭祀.裁衣.冠笄.嫁娶.纳婿.会亲友.除服.成服.移柩.捕捉.进人口.入殓.", "j": "移徙.入宅.作灶.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d0925": { "y": "祭祀.诸事不宜.", "j": "入殓.安葬.开市.交易.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d0926": { "y": "祭祀.裁衣.冠笄.嫁娶.安机械.拆卸.动土.起基.移徙.入宅.入殓.启攒.安葬.造仓.经络.", "j": "安床.开光.开市.交易.", "c": "生肖冲虎", "s": "煞南", "ch": "闭", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d0927": { "y": "祭祀.出行.成服.除服.沐浴.入殓.", "j": "动土.冠笄.移徙.入宅.开市.竖柱.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "建", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d0928": { "y": "祭祀.沐浴.赴任.出行.余事勿取.", "j": "诸事不宜.", "c": "生肖冲龙", "s": "煞北", "ch": "除", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d0929": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "满", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d0930": { "y": "沐浴.入殓.移柩.除服.成服.破土.平治道涂.", "j": "嫁娶.移徙.入宅.开市.", "c": "生肖冲马", "s": "煞南", "ch": "平", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1008": { "y": "嫁娶.订盟.纳采.祭祀.祈福.出行.求医.治病.出火.移徙.入宅.", "j": "开市.开仓.出货财.安床.安门.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1108": { "y": "订盟.纳采.纳财.开市.立券.祭祀.祈福.移徙.入宅.出行.造屋.起基.修造.动土.竖柱.上梁.安门.安香.出火.教牛马.会亲友.破土.", "j": "嫁娶.安葬.掘井.置产.造船.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲己酉", "ts": "碓磨门外正东" }, "d1001": { "y": "嫁娶.祭祀.祈福.求嗣.沐浴.出火.出行.拆卸.修造.动土.进人口.开市.交易.立券.入宅.移徙.安床.栽种.纳畜.入殓.安葬.启攒.除服.成服.", "j": "", "c": "生肖冲羊", "s": "煞東", "ch": "定", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1002": { "y": "开光.解除.起基.动土.拆卸.上梁.立碑.修坟.安葬.破土.启攒.移柩.", "j": "嫁娶.出行.安床.作灶.祭祀.入宅.移徙.出火.进人口.置产.", "c": "生肖冲猴", "s": "煞北", "ch": "执", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1003": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "破", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1004": { "y": "嫁娶.祈福.求嗣.出行.出火.拆卸.修造.动土.上梁.开光.进人口.开市.交易.立券.挂匾.安床.入宅.移徙.栽种.伐木.入殓.破土.除服.成服.", "j": "", "c": "生肖冲狗", "s": "煞南", "ch": "危", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1005": { "y": "开市.交易.立券.挂匾.祭祀.开光.进人口.入宅.安床.出火.拆卸.修造.动土.栽种.", "j": "嫁娶.立碑.出行.伐木.安葬.行丧.移徙.纳畜.", "c": "生肖冲猪", "s": "煞東", "ch": "成", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1006": { "y": "祭祀.理发.会亲友.进人口.嫁娶.针灸.入殓.移柩.", "j": "探病.开渠.安葬.伐木.作灶.入宅.", "c": "生肖冲鼠", "s": "煞北", "ch": "收", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1007": { "y": "祭祀.立碑.修坟.启攒.除服.成服.余事勿取.", "j": "余事勿取.", "c": "生肖冲牛", "s": "煞西", "ch": "开", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1010": { "y": "纳采.订盟.嫁娶.祭祀.祈福.求嗣.置产.求医.治病.开市.交易.立券.会亲友.移徙.竖柱.上梁.造屋.合脊.安门.放水.捕捉.纳畜.", "j": "造庙.造船.动土.破土.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1011": { "y": "出行.造车器.造畜椆栖.解除.冠笄.裁衣.作梁.雕刻.会亲友.移徙.入宅.安机械.造畜椆栖.开市.扫舍.", "j": "嫁娶.动土.破土.修坟.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1012": { "y": "沐浴.理发.冠笄.安床.开市.立券.会亲友.交易.纳财.结网.教牛马.", "j": "移徙.入宅.出行.祈福.嫁娶.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1013": { "y": "祭祀.造畜椆栖.修饰垣墙.平治道涂.余事勿取.", "j": "嫁娶.开市.安床.掘井.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1014": { "y": "捕捉.结网.入殓.除服.成服.移柩.破土.安葬.启攒.立碑.", "j": "嫁娶.祭祀.入宅.造屋.移徙.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1015": { "y": "祭祀.祈福.求嗣.斋醮.造庙.出火.安机械.会亲友.开市.交易.立券.纳财.习艺.经络.求医.治病.开池.作厕.畋猎.结网.栽种.牧养.安葬.破土.启攒.", "j": "开光.嫁娶.掘井.伐木.作梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1016": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1017": { "y": "会亲友.嫁娶.订盟.纳采.纳婿.拆卸.修造.动土.起基.竖柱.上梁.安床.会亲友.纳财.", "j": "出行.祈福.安葬.作灶.", "c": "生肖冲猪", "s": "煞東", "ch": "危", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1018": { "y": "祭祀.塑绘.开光.祈福.斋醮.出行.订盟.纳采.裁衣.嫁娶.拆卸.修造.安床.入宅.安香.入殓.启攒.安葬.谢土.赴任.会亲友.进人口.出行.移徙.上梁.经络.开市.交易.立券.纳财.", "j": "开仓.冠笄.伐木.作梁.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1019": { "y": "祭祀.作灶.入殓.除服.成服.畋猎.", "j": "栽种.动土.安葬.开市.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1020": { "y": "祭祀.祈福.斋醮.沐浴.竖柱.订盟.纳采.嫁娶.拆卸.入宅.移柩.启攒.谢土.赴任.出火.纳畜.", "j": "作灶.入殓.安葬.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d1021": { "y": "嫁娶.祭祀.安机械.入殓.破土.安葬.", "j": "动土.上梁.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d1022": { "y": "作灶.造畜椆栖.", "j": "行丧.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d1023": { "y": "沐浴.理发.入学.习艺.进人口.", "j": "嫁娶.入宅.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d1024": { "y": "开光.针灸.会亲友.启攒.安葬.", "j": "开市.动土.破土.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d1025": { "y": "祭祀.结网.造畜椆栖.余事勿取.", "j": "余事勿取.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d1026": { "y": "入殓.除服.成服.移柩.破土.启攒.安葬.", "j": "移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "定", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d1027": { "y": "嫁娶.订盟.纳采.出行.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "开市.赴任.", "c": "生肖冲鸡", "s": "煞西", "ch": "执", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d1028": { "y": "祭祀.解除.破屋.坏垣.余事勿取.", "j": "余事勿取.", "c": "生肖冲狗", "s": "煞南", "ch": "破", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d1029": { "y": "订盟.纳采.会亲友.安机械.纳财.牧养.", "j": "祈福.安葬.", "c": "生肖冲猪", "s": "煞东", "ch": "危", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d1030": { "y": "嫁娶.订盟.纳采.出行.开市.祭祀.祈福.动土.移徙.入宅.破土.安葬.", "j": "斋醮.安门.", "c": "生肖冲鼠", "s": "煞北", "ch": "成", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d1031": { "y": "祭祀.塞穴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲牛", "s": "煞西", "ch": "收", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d1107": { "y": "纳采.移徙.纳财.开市.交易.立券.纳财.入宅.修造.动土.竖柱.起基.定磉.造庙.安香.出火.修饰垣墙.平治道涂.会亲友.出行.开池.作厕.", "j": "开仓.造屋.造桥.祭祀.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲戊申", "ts": "占门炉外东北" }, "d1117": { "y": "祭祀.会亲友.嫁娶.沐浴.修造.动土.祈福.开光.塑绘.出行.订盟.纳采.裁衣.入殓.除服.成服.移柩.启攒.赴任.竖柱.上梁.纳财.扫舍.栽种.纳畜.伐木.", "j": "入宅.作灶.安床.开仓.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲戊午", "ts": "占门碓外东南" }, "d1104": { "y": "祭祀.祈福.求嗣.开光.出行.解除.移徙.伐木.安床.纳畜.出火.拆卸.", "j": "安葬.修坟.作灶.破土.造庙.动土.嫁娶.纳采.", "c": "生肖冲蛇", "s": "煞西", "ch": "除", "zc": "正冲正冲乙巳", "ts": "厨灶床外东北" }, "d1114": { "y": "祭祀.祈福.求嗣.斋醮.沐浴.冠笄.出行.理发.拆卸.解除.起基.动土.定磉.安碓硙.开池.掘井.扫舍.除服.成服.移柩.启攒.立碑.谢土.", "j": "移徙.入宅.安门.作梁.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲乙卯", "ts": "厨灶门外东南" }, "d1113": { "y": "捕捉.畋猎.会亲友.解除.入殓.除服.成服.移柩.余事勿取.", "j": "安床.安门.破土.修坟.安葬.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲甲寅", "ts": "碓磨炉外东南" }, "d1118": { "y": "理发.会亲友.补垣.塞穴.结网.", "j": "嫁娶.入宅.安门.移徙.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲己未", "ts": "碓磨厕外东南" }, "d1115": { "y": "嫁娶.冠笄.安床.纳采.会亲友.塞穴.捕捉.置产.造畜椆栖.", "j": "开光.掘井.安葬.谢土.修坟.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲丙辰", "ts": "仓库栖外东南" }, "d1217": { "y": "祭祀.求医.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲戊子", "ts": "占门碓房内北" }, "d1101": { "y": "祭祀.祈福.求嗣.开光.开市.出行.解除.动土.起基.置产.栽种.", "j": "嫁娶.作灶.修坟.安门.入宅.立碑.安葬.安床.", "c": "生肖冲虎", "s": "煞南", "ch": "开", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" }, "d1102": { "y": "祭祀.解除.裁衣.理发.安床.作灶.造畜椆栖.放水.筑堤.补垣.塞穴.整手足甲.扫舍.", "j": "嫁娶.开光.会亲友.掘井.安门.栽种.", "c": "生肖冲兔", "s": "煞東", "ch": "闭", "zc": "正冲正冲癸卯", "ts": "占大门外东北" }, "d1103": { "y": "祭祀.出行.裁衣.冠笄.会亲友.造畜椆栖.嫁娶.竖柱.上梁.移徙.纳财.纳畜.", "j": "动土.伐木.作梁.行丧.安葬.开生坟.", "c": "生肖冲龙", "s": "煞北", "ch": "建", "zc": "正冲正冲甲辰", "ts": "碓磨栖外东北" }, "d1105": { "y": "开市.交易.立券.纳财.会亲友.开光.理发.入殓.移柩.安葬.启攒.", "j": "嫁娶.作灶.出火.出行.入宅.移徙.安床.祈福.上梁.", "c": "生肖冲马", "s": "煞南", "ch": "满", "zc": "正冲正冲丙午", "ts": "仓库碓外东北" }, "d1106": { "y": "造畜椆栖.平治道涂.余事勿取.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "平", "zc": "正冲正冲丁未", "ts": "房床厕外东北" }, "d1109": { "y": "嫁娶.订盟.纳采.祭祀.祈福.塑绘.开光.移徙.安床.伐木.作梁.捕捉.畋猎.结网.求医.治病.解除.安葬.除服.成服.移柩.入殓.立碑.谢土.", "j": "开市.造庙.动土.破土.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲庚戌", "ts": "厨灶栖外正东" }, "d1110": { "y": "破屋.坏垣.祭祀.余事勿取.", "j": "嫁娶.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲辛亥", "ts": "仓库床外正东" }, "d1111": { "y": "嫁娶.纳采.订盟.祭祀.冠笄.裁衣.伐木.作梁.架马.定磉.开柱眼.作灶.移徙.安床.畋猎.结网.开池.作厕.除服.成服.启攒.入殓.移柩.安葬.", "j": "造屋.造船.动土.破土.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲壬子", "ts": "房床碓外正东" }, "d1112": { "y": "纳采.订盟.祭祀.祈福.求嗣.斋醮.开光.会亲友.解除.入学.纳财.交易.立券.经络.起基.动土.定磉.开池.栽种.纳畜.牧养.破土.入殓.立碑.安葬.", "j": "嫁娶.开市.入宅.出火.移徙.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲癸丑", "ts": "占门厕外正东" }, "d1116": { "y": "祭祀.沐浴.余事勿取.", "j": "诸事不宜.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲丁巳", "ts": "占房床外东南" }, "d1119": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.除服.成服.入殓.移柩.安葬.谢土.赴任.会亲友.进人口.出行.竖柱.上梁.经络.开市.交易.立券.纳财.开仓.", "j": "作灶.治病.伐木.作梁.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲庚申", "ts": "厨灶炉外正南" }, "d1120": { "y": "祭祀.祈福.订盟.纳采.裁衣.拆卸.修造.动土.起基.安床.移徙.入宅.安香.入殓.移柩.安葬.谢土.赴任.进人口.会亲友.", "j": "作灶.治病.", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲辛酉", "ts": "仓库门外正南" }, "d1121": { "y": "祭祀.塑绘.开光.订盟.纳采.嫁娶.安床.进人口.入殓.除服.成服.移柩.启攒.安葬.立碑.", "j": "开市.交易.破土.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲壬戌", "ts": "房床栖外正南" }, "d1122": { "y": "祭祀.解除.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲癸亥", "ts": "占门床外正南" }, "d1123": { "y": "祭祀.解除.祈福.开光.塑绘.斋醮.订盟.纳采.裁衣.冠笄.拆卸.修造.动土.入殓.除服.成服.移柩.启攒.安床.赴任.出行.移徙.竖柱.上梁.伐木.栽种.破土.安葬.纳畜.", "j": "造屋.治病.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲甲子", "ts": "占碓磨外正南" }, "d1124": { "y": "祭祀.祈福.订盟.纳采.裁衣.合帐.冠笄.安机械.安床.造畜椆栖.入殓.移柩.启攒.安葬.谢土.除服.成服.会亲友.竖柱.上梁.经络.开市.交易.立券.纳财.纳畜.筑堤.", "j": "嫁娶.入宅.治病.赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲乙丑", "ts": "厨灶厕外西南" }, "d1125": { "y": "沐浴.扫舍.余事勿取.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "收", "zc": "正冲正冲丙寅", "ts": "仓库炉外西南" }, "d1126": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲兔", "s": "煞東", "ch": "开", "zc": "正冲正冲丁卯", "ts": "房床门外西南" }, "d1127": { "y": "祈福.斋醮.出行.订盟.纳采.入殓.移柩.破土.安葬.立碑.结网.", "j": "入宅.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "闭", "zc": "正冲正冲戊辰", "ts": "门鸡栖外西南" }, "d1128": { "y": "祭祀.沐浴.出行.冠笄.进人口.余事勿取.", "j": "嫁娶.动土.安葬.作灶.", "c": "生肖冲蛇", "s": "煞西", "ch": "建", "zc": "正冲正冲己巳", "ts": "碓磨床外西南" }, "d1129": { "y": "祭祀.祈福.斋醮.塑绘.开光.订盟.纳采.裁衣.冠笄.嫁娶.拆卸.入宅.安香.入殓.移柩.理发.安葬.修坟.谢土.赴任.移徙.沐浴.治病.破土.启攒.整手足甲.入学.作梁.", "j": "开市.", "c": "生肖冲马", "s": "煞南", "ch": "除", "zc": "正冲正冲庚午", "ts": "厨灶碓外西南" }, "d1130": { "y": "诸事不宜.", "j": "诸事不宜.", "c": "生肖冲羊", "s": "煞東", "ch": "满", "zc": "正冲正冲辛未", "ts": "仓库厕外西南" }, "d1213": { "y": "纳财.开市.交易.立券.会亲友.进人口.经络.祭祀.祈福.安香.出火.求医.治病.修造.动土.拆卸.扫舍.安床.栽种.牧养.开生坟.合寿木.入殓.安葬.启攒.", "j": "嫁娶.祈福.出火.移徙.入宅.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲甲申", "ts": "碓磨炉外正北" }, "d1203": { "y": "开光.解除.拆卸.修造.动土.安床.纳畜.安葬.启攒.入殓.", "j": "嫁娶.开市.出火.栽种.破土.动土.入宅.移徙.安香.分居.掘井.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "执", "zc": "正冲正冲甲戌", "ts": "碓磨栖外正西" }, "d1210": { "y": "纳采.订盟.祭祀.沐浴.冠笄.合帐.裁衣.修造.动土.拆卸.移徙.入宅.安门.开仓.筑堤.作厕.栽种.纳畜.补垣.塞穴.", "j": "嫁娶.祈福.开光.掘井.安葬.行丧.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲辛巳", "ts": "仓库床外西北" }, "d1230": { "y": "祭祀.祈福.求嗣.斋醮.开光.入学.订盟.冠笄.伐木.修造.动土.起基.放水.交易.开池.", "j": "造桥.安门.理发.造庙.栽种.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲辛丑", "ts": "仓库厕房内东" }, "d1218": { "y": "祭祀.祈福.斋醮.出行.冠笄.安机械.移徙.入宅.安香.安床.除服.成服.移柩.启攒.", "j": "开光.栽种.治病.安门.作灶.", "c": "生肖冲牛", "s": "煞西", "ch": "危", "zc": "正冲正冲己丑", "ts": "碓磨厕房内北" }, "d1208": { "y": "祭祀.沐浴.作灶.纳财.捕捉.畋猎.安床.扫舍.", "j": "开市.斋醮.破土.安葬.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲己卯", "ts": "占门炉外西北" }, "d1220": { "y": "祭祀.沐浴.安床.纳财.畋猎.捕捉.", "j": "开市.破土.", "c": "生肖冲兔", "s": "煞東", "ch": "收", "zc": "正冲正冲辛卯", "ts": "仓库门房内北" }, "d1201": { "y": "开市.交易.立券.挂匾.纳财.开光.出行.入宅.移徙.安床.纳畜.入殓.移柩.安葬.", "j": "栽种.破土.置产.祭祀.嫁娶.动土.作灶.祈福.", "c": "生肖冲猴", "s": "煞北", "ch": "平", "zc": "正冲正冲壬申", "ts": "房床厕外正南" }, "d1202": { "y": "嫁娶.祭祀.祈福.求嗣.开光.出行.解除.出火.出行.拆卸.进人口.入宅.移徙.安床.栽种.动土.修造.纳畜.入殓.安葬.立碑.除服.成服.", "j": "", "c": "生肖冲鸡", "s": "煞西", "ch": "定", "zc": "正冲正冲癸酉", "ts": "占门厕外正南" }, "d1204": { "y": "破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲猪", "s": "煞東", "ch": "破", "zc": "正冲正冲乙亥", "ts": "厨灶床外正西" }, "d1205": { "y": "嫁娶.祭祀.开光.出火.出行.拆卸.修造.动土.解除.开市.交易.立券.挂匾.纳财.入宅.移徙.安床.栽种.纳畜.", "j": "探病.安葬.", "c": "生肖冲鼠", "s": "煞北", "ch": "危", "zc": "正冲正冲丙子", "ts": "仓库碓外西北" }, "d1206": { "y": "祭祀.祈福.求嗣.开光.解除.理发.会亲友.栽种.纳畜.牧养.安葬.修坟.立碑.启攒.", "j": "入宅.作灶.词讼.移徙.出行.赴任.", "c": "生肖冲牛", "s": "煞西", "ch": "成", "zc": "正冲正冲丁丑", "ts": "房床厕外西北" }, "d1207": { "y": "纳采.订盟.移徙.入宅.出行.安机械.会亲友.祭祀.祈福.斋醮.开光.安香.出火.解除.求医.针灸.治病.造屋.起基.修造.安门.造船.纳畜.牧养.移柩.入殓.启攒.谢土.修坟.立碑.", "j": "嫁娶.动土.安床.造桥.掘井.", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲戊寅", "ts": "占门炉外西北" }, "d1209": { "y": "祈福.斋醮.纳采.订盟.解除.架马.开柱眼.修造.动土.起基.上梁.归岫.造屋.合脊.掘井.除服.成服.破土.栽种.", "j": "移徙.开市.入宅.安葬.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲庚辰", "ts": "厨灶栖外西北" }, "d1211": { "y": "合帐.裁衣.教牛马.余事勿取.", "j": "入宅.动土.破土.嫁娶.作灶.造船.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲壬午", "ts": "房床碓外正北" }, "d1212": { "y": "纳采.订盟.嫁娶.祭祀.祈福.安香.出火.出行.会亲友.经络.求医.治病.解除.拆卸.起基.修造.动土.定磉.扫舍.栽种.牧养.造畜椆栖.", "j": "斋醮.作梁.掘井.行丧.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲癸未", "ts": "占门厕外正北" }, "d1214": { "y": "祭祀.入殓.移柩.余事勿取.", "j": "入宅.修造.动土.破土.安门.上梁.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲乙酉", "ts": "厨灶门外正北" }, "d1215": { "y": "塑绘.开光.订盟.纳采.裁衣.冠笄.拆卸.修造.安床.入宅.出火.安葬.谢土.赴任.", "j": "掘井.伐木.斋醮.作灶.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲丙戌", "ts": "仓库栖外正北" }, "d1216": { "y": "祭祀.塑绘.开光.裁衣.冠笄.嫁娶.纳采.拆卸.修造.动土.竖柱.上梁.安床.移徙.入宅.安香.结网.捕捉.畋猎.伐木.进人口.放水.", "j": "出行.安葬.修坟.开市.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲丁亥", "ts": "占房床房内北" }, "d1219": { "y": "塑绘.斋醮.出行.拆卸.解除.修造.移徙.造船.入殓.除服.成服.移柩.启攒.修坟.立碑.谢土.", "j": "", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲庚寅", "ts": "厨灶炉房内北" }, "d1221": { "y": "订盟.纳采.祭祀.祈福.修造.动土.上梁.破土.", "j": "嫁娶.作灶.", "c": "生肖冲龙", "s": "煞北", "ch": "开", "zc": "正冲正冲壬辰", "ts": "房床栖房内南" }, "d1222": { "y": "出行.沐浴.理发.补垣.塞穴.", "j": "入宅.安葬.", "c": "生肖冲蛇", "s": "煞西", "ch": "闭", "zc": "正冲正冲癸巳", "ts": "占门床房内南" }, "d1223": { "y": "教牛马.余事勿取.", "j": "入宅.动土.破土.余事勿取.", "c": "生肖冲马", "s": "煞南", "ch": "建", "zc": "正冲正冲甲午", "ts": "占碓磨房内南" }, "d1224": { "y": "嫁娶.出行.求医.治病.祭祀.祈福.上梁.纳畜.", "j": "开市.安葬.", "c": "生肖冲羊", "s": "煞東", "ch": "除", "zc": "正冲正冲乙未", "ts": "厨灶厕房内南" }, "d1225": { "y": "开市.立券.开光.解除.安机械.上梁.启攒.安葬.", "j": "嫁娶.祈福.", "c": "生肖冲猴", "s": "煞北", "ch": "满", "zc": "正冲正冲丙申", "ts": "仓库炉房内南" }, "d1226": { "y": "平治道涂.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鸡", "s": "煞西", "ch": "平", "zc": "正冲正冲丁酉", "ts": "房床门房内南" }, "d1227": { "y": "求嗣.斋醮.塑绘.订盟.纳采.出火.拆卸.修造.动土.造桥.安机械.栽种.纳畜.牧养.入殓.除服.成服.移柩.破土.安葬.", "j": "开市.嫁娶.", "c": "生肖冲狗", "s": "煞南", "ch": "定", "zc": "正冲正冲戊戌", "ts": "门鸡栖房内东" }, "d1228": { "y": "嫁娶.订盟.纳采.祭祀.祈福.修造.动土.移徙.入宅.", "j": "开市.安葬.", "c": "生肖冲猪", "s": "煞東", "ch": "执", "zc": "正冲正冲己亥", "ts": "碓磨床房内东" }, "d1229": { "y": "治病.破屋.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲鼠", "s": "煞北", "ch": "破", "zc": "正冲正冲庚子", "ts": "厨灶碓房内东" }, "d1231": { "y": "解除.坏垣.余事勿取.", "j": "诸事不宜.", "c": "生肖冲虎", "s": "煞南", "ch": "成", "zc": "正冲正冲壬寅", "ts": "房床炉房内东" } } } lunar-date-3.0.2/data/table.toml000066400000000000000000000010731501066716200164520ustar00rootroot00000000000000# [1900] # # #农历各月份的总天数 # days = 30,29,30,29,29,30,29,30,30,29,30,30 # # #润月是哪月 # leap = 0 # # #润月多少天? # leap_days = 30 # # #24节气中的节是公历几日,从2月份的立春开始 # 节:立春,惊蛰,清明,立夏,芒种,小暑,立秋,白露,寒露,立冬,大雪,小寒 # jie = [4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6] # 表示:当年公历2月4日立春,....,次年公历1月6日小寒。 [2050] days = [29, 30, 29, 29, 30, 29, 30, 30, 29, 30, 30, 29] leap = 3 leap_days = 30 jie = [3, 5, 4, 5, 6, 7, 7, 7, 8, 7, 7, 5] lunar-date-3.0.2/data/table2code.py000077500000000000000000000061211501066716200170460ustar00rootroot00000000000000#! /usr/bin/env python # -*- encoding:utf-8 -*- # FileName: table2code.py "This file is part of lunar-date" __author__ = "yetist" __copyright__= "Copyright (C) 2019-2021 yetist " __license__ = """ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . """ import toml class Table(object): def __init__ (self, file): self.file = file self.data = None def load(self): fp = open(self.file) self.data = toml.load(fp) self.lst = list(self.data.keys()) self.lst.sort() self.start = self.lst[0] self.end = self.lst[-1] self.count = len(self.lst) def get_year_info(self, year): year_data = self.data[year] info = 0 if year_data['leap_days'] == 30: info += 1 for i in year_data['days']: info = info << 1 if i == 30: info |= 1 else: info |= 0 info = info << 4 info += year_data['leap'] #print(bin(info), info, hex(info)) return hex(info) def get_fest(self, year): year_data = self.data[year] return year_data['jie'] def gen_year_info(self): header=""" long years_info[NUM_OF_YEARS] = { /* encoding: * * b bbbbbbbbbbbb bbbb * bit# 1 111111000000 0000 * 6 543210987654 3210 * . ............ .... * month# 000000000111 * M 123456789012 L b_j = 1 for long month, b_j = 0 for short month L is the leap month of the year if 1<=L<=12; NO leap month if L = 0. The leap month (if exists) is long one iff M = 1. */ """ print(header) for i in self.lst: val = self.get_year_info(i) if int(i) % 5 == 0: print("{} /* {} */".format(val, i), end = '\n') elif int(i) % 5 == 1: print(" {},".format(val), end = ' ') elif int(i) % 5 == 4: print("{} ".format(val), end = ' ') else: print("{},".format(val), end = ' ') print(" /* {} */".format(i), end = '\n};\n\n') def gen_fest(self): print("static gchar fest[NUM_OF_YEARS][%d] = {" % self.count) for i in self.lst: print("{", end = ' ') jie_lst = [ str(x) for x in self.get_fest(i)] x = ', '.join(jie_lst) print(x, end = ' ') print("}, /* %s */" % str(i)) print('};\n\n') if __name__=="__main__": t = Table("table.toml") t.load() t.gen_year_info() t.gen_fest() lunar-date-3.0.2/docs/000077500000000000000000000000001501066716200145045ustar00rootroot00000000000000lunar-date-3.0.2/docs/lunar-date-docs.xml000066400000000000000000000022211501066716200202050ustar00rootroot00000000000000 ]> LunarDate Reference Manual for LunarDate &version; API Reference API Index Index of new symbols in 2.4.0 Index of new symbols in 3.0.0 lunar-date-3.0.2/docs/meson.build000066400000000000000000000021121501066716200166420ustar00rootroot00000000000000conf = configuration_data() conf.set('PACKAGE_VERSION', meson.project_version()) version_xml = configure_file(input: 'version.xml.in', output: 'version.xml', configuration: conf) private_headers = [ 'config.h', 'lunar-date-private.h', 'lunar-date-utils.h', ] glib_prefix = dependency('glib-2.0').get_variable(pkgconfig : 'prefix') glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html') docpath = join_paths(get_option('datadir'), 'gtk-doc', 'html') gnome.gtkdoc( 'lunar-date', main_xml : 'lunar-date-docs.xml', src_dir: [ join_paths(meson.project_source_root(), 'lunar-date'), join_paths(meson.project_build_root(), 'lunar-date'), ], dependencies: liblunar_date_deps, gobject_typesfile: 'lunar-date.types', scan_args: [ '--rebuild-types', '--ignore-headers=' + ' '.join(private_headers), ], fixxref_args: [ '--html-dir=@0@'.format(docpath), '--extra-dir=@0@'.format(join_paths(glib_docpath, 'glib')), '--extra-dir=@0@'.format(join_paths(glib_docpath, 'gobject')), '--extra-dir=@0@'.format(join_paths(glib_docpath, 'gio')), ], install : true ) lunar-date-3.0.2/docs/version.xml.in000066400000000000000000000000221501066716200173120ustar00rootroot00000000000000@PACKAGE_VERSION@ lunar-date-3.0.2/example/000077500000000000000000000000001501066716200152075ustar00rootroot00000000000000lunar-date-3.0.2/example/example.js000077500000000000000000000004531501066716200172050ustar00rootroot00000000000000#!/usr/bin/env gjs-console const Gettext = imports.gettext; const LunarDate = imports.gi.LunarDate; Gettext.setlocale(Gettext.LocaleCategory.ALL, null); var l = new LunarDate.Date(); l.set_solar_date(2010,4,2,18); var out = l.strftime("%(NIAN)年%(YUE)月%(RI)日%(SHI)时"); print(out); l.free(); lunar-date-3.0.2/example/example.py000077500000000000000000000014001501066716200172120ustar00rootroot00000000000000#!/usr/bin/python # coding=utf-8 import gi gi.require_version('LunarDate', '3.0') from gi.repository import LunarDate import sys import locale locale.setlocale(locale.LC_ALL, "") def test_date(): l = LunarDate.Date() l.set_solar_date(2010, 4, 2, 18) format={"a":"%(YEAR)年%(MONTH)月%(DAY)日%(HOUR)时", "b": "%(year)年%(month)月%(day)日%(hour)时", "c": "%(NIAN)年%(YUE)月%(RI)日%(SHI)时", "d": "%(nian)年%(yue)月%(ri)日%(shi)时", "e": "%(Y60)年%(M60)月%(D60)日%(H60)时", "f": "%(Y8)年%(M8)月%(D8)日%(H8)时", "g": "生肖属%(shengxiao)"} for i in ("a","b","c","d","e","f"): print(format[i],"\t"*2, l.strftime(format[i])) l.free() test_date() lunar-date-3.0.2/example/example.vala000077500000000000000000000006011501066716200175070ustar00rootroot00000000000000#!/usr/bin/env -S vala --pkg lunar-date-3.0 using Lunar; static int main (string[] args) { //Environment.set_variable ("LC_ALL", "zh_CN.utf8", true); Intl.setlocale(LocaleCategory.ALL, ""); var t = new Lunar.Date(); try { t.set_solar_date(2009, DateMonth.JULY, 1, 8 ); } catch (Error e) { return 1; } print("%s\n", t.strftime("%(YEAR)年%(YUE)月%(RI)日")); return 0; } lunar-date-3.0.2/lunar-date/000077500000000000000000000000001501066716200156105ustar00rootroot00000000000000lunar-date-3.0.2/lunar-date/LunarDate-3.0.metadata000066400000000000000000000000651501066716200214700ustar00rootroot00000000000000LunarDate cheader_filename="lunar-date/lunar-date.h" lunar-date-3.0.2/lunar-date/abicheck.sh000077500000000000000000000002131501066716200176740ustar00rootroot00000000000000#!/bin/sh nm -D -g --defined-only .libs/liblunar-date-3.0.so | cut -d ' ' -f 3 | egrep -v '^(__bss_start|_edata|_end)' | sort > actual-abi lunar-date-3.0.2/lunar-date/lunar-date-enum-types.c.template000066400000000000000000000013241501066716200237260ustar00rootroot00000000000000/*** BEGIN file-header ***/ #include "lunar-date-enum-types.h" /*** END file-header ***/ /*** BEGIN file-production ***/ /* enumerations from "@filename@" */ #include "@filename@" /*** END file-production ***/ /*** BEGIN value-header ***/ GType @enum_name@_get_type (void) { static GType the_type = 0; if (the_type == 0) { static const G@Type@Value values[] = { /*** END value-header ***/ /*** BEGIN value-production ***/ { @VALUENAME@, "@VALUENAME@", "@valuenick@" }, /*** END value-production ***/ /*** BEGIN value-tail ***/ { 0, NULL, NULL } }; the_type = g_@type@_register_static ( g_intern_static_string ("@EnumName@"), values); } return the_type; } /*** END value-tail ***/ lunar-date-3.0.2/lunar-date/lunar-date-enum-types.h.template000066400000000000000000000010371501066716200237340ustar00rootroot00000000000000/*** BEGIN file-header ***/ #ifndef __LUNAR_ENUM_TYPES_H__ #define __LUNAR_ENUM_TYPES_H__ #include G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN file-production ***/ /* Enumerations from "@filename@" */ /*** END file-production ***/ /*** BEGIN enumeration-production ***/ #define LUNAR_TYPE_@ENUMSHORT@ (@enum_name@_get_type()) GType @enum_name@_get_type (void) G_GNUC_CONST; /*** END enumeration-production ***/ /*** BEGIN file-tail ***/ G_END_DECLS #endif /* __LUNAR_ENUM_TYPES_H__ */ /*** END file-tail ***/ lunar-date-3.0.2/lunar-date/lunar-date-private.h000066400000000000000000000427441501066716200215000ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2009-2025 yetist */ #ifndef __LUNAR_DATE_PRIVATE_H__ #define __LUNAR_DATE_PRIVATE_H__ 1 #if HAVE_CONFIG_H #include #endif #include #include #include "lunar-date-utils.h" G_BEGIN_DECLS #define BEGIN_YEAR 1900 /* Note that LC1900.1.1 is SC1900.1.31 */ #define NUM_OF_YEARS 201 #define NUM_OF_MONTHS 13 long years_info[NUM_OF_YEARS] = { /* encoding: * * b bbbbbbbbbbbb bbbb * bit# 1 111111000000 0000 * 6 543210987654 3210 * . ............ .... * month# 000000000111 * M 123456789012 L b_j = 1 for long month, b_j = 0 for short month L is the leap month of the year if 1<=L<=12; NO leap month if L = 0. The leap month (if exists) is long one iff M = 1. */ 0x04bd8, /* 1900 */ 0x04ae0, 0x0a570, 0x054d5, 0x0d260, 0x0d950, /* 1905 */ 0x16554, 0x056a0, 0x09ad0, 0x055d2, 0x04ae0, /* 1910 */ 0x0a5b6, 0x0a4d0, 0x0d250, 0x1d255, 0x0b540, /* 1915 */ 0x0d6a0, 0x0ada2, 0x095b0, 0x14977, 0x04970, /* 1920 */ 0x0a4b0, 0x0b4b5, 0x06a50, 0x06d40, 0x1ab54, /* 1925 */ 0x02b60, 0x09570, 0x052f2, 0x04970, 0x06566, /* 1930 */ 0x0d4a0, 0x0ea50, 0x06e95, 0x05ad0, 0x02b60, /* 1935 */ 0x186e3, 0x092e0, 0x1c8d7, 0x0c950, 0x0d4a0, /* 1940 */ 0x1d8a6, 0x0b550, 0x056a0, 0x1a5b4, 0x025d0, /* 1945 */ 0x092d0, 0x0d2b2, 0x0a950, 0x0b557, 0x06ca0, /* 1950 */ 0x0b550, 0x15355, 0x04da0, 0x0a5d0, 0x14573, /* 1955 */ 0x052d0, 0x0a9a8, 0x0e950, 0x06aa0, 0x0aea6, /* 1960 */ 0x0ab50, 0x04b60, 0x0aae4, 0x0a570, 0x05260, /* 1965 */ 0x0f263, 0x0d950, 0x05b57, 0x056a0, 0x096d0, /* 1970 */ 0x04dd5, 0x04ad0, 0x0a4d0, 0x0d4d4, 0x0d250, /* 1975 */ 0x0d558, 0x0b540, 0x0b5a0, 0x195a6, 0x095b0, /* 1980 */ 0x049b0, 0x0a974, 0x0a4b0, 0x0b27a, 0x06a50, /* 1985 */ 0x06d40, 0x0af46, 0x0ab60, 0x09570, 0x04af5, /* 1990 */ 0x04970, 0x064b0, 0x074a3, 0x0ea50, 0x06b58, /* 1995 */ 0x05ac0, 0x0ab60, 0x096d5, 0x092e0, 0x0c960, /* 2000 */ 0x0d954, 0x0d4a0, 0x0da50, 0x07552, 0x056a0, /* 2005 */ 0x0abb7, 0x025d0, 0x092d0, 0x0cab5, 0x0a950, /* 2010 */ 0x0b4a0, 0x0baa4, 0x0ad50, 0x055d9, 0x04ba0, /* 2015 */ 0x0a5b0, 0x15176, 0x052b0, 0x0a930, 0x07954, /* 2020 */ 0x06aa0, 0x0ad50, 0x05b52, 0x04b60, 0x0a6e6, /* 2025 */ 0x0a4e0, 0x0d260, 0x0ea65, 0x0d530, 0x05aa0, /* 2030 */ 0x076a3, 0x096d0, 0x04afb, 0x04ad0, 0x0a4d0, /* 2035 */ 0x1d0b6, 0x0d250, 0x0d520, 0x0dd45, 0x0b5a0, /* 2040 */ 0x056d0, 0x055b2, 0x049b0, 0x0a577, 0x0a4b0, /* 2045 */ 0x0aa50, 0x1b255, 0x06d20, 0x0ada0, 0x14b63, /* 2050 */ 0x09370, 0x049f8, 0x04970, 0x064b0, 0x168a6, /* 2055 */ 0x0ea50, 0x06b20, 0x1a6c4, 0x0aae0, 0x0a2e0, /* 2060 */ 0x0d2e3, 0x0c960, 0x0d557, 0x0d4a0, 0x0da50, /* 2065 */ 0x05d55, 0x056a0, 0x0a6d0, 0x055d4, 0x052d0, /* 2070 */ 0x0a9b8, 0x0a950, 0x0b4a0, 0x0b6a6, 0x0ad50, /* 2075 */ 0x055a0, 0x0aba4, 0x0a5b0, 0x052b0, 0x0b273, /* 2080 */ 0x06930, 0x07337, 0x06aa0, 0x0ad50, 0x14b55, /* 2085 */ 0x04b60, 0x0a570, 0x054e4, 0x0d160, 0x0e968, /* 2090 */ 0x0d520, 0x0daa0, 0x16aa6, 0x056d0, 0x04ae0, /* 2095 */ 0x0a9d4, 0x0a2d0, 0x0d150, 0x0f252, 0x0d520 /* 2100 */ }; /* In "4-column" calculation, a "mingli" (fortune-telling) calculation, the beginning of a month is not the first day of the month as in the Lunar Calendar; it is instead governed by "jie2" (festival). Interestingly, in the Solar calendar, a jie always comes around certain day. For example, the jie "li4chun1" (beginning of spring) always comes near Feburary 4 of the Solar Calendar. Meaning of array fest: Each element, fest[i][j] stores the jie day (in term of the following Solar month) of the lunar i-th year, j-th month. For example, in 1992, fest[92][0] is 4, that means the jie "li4chun1" (beginning of spring) is on Feb. 4, 1992; fest[92][11] is 5, that means the jie of the 12th lunar month is on Jan. 5, 1993. */ static gchar fest[NUM_OF_YEARS][12] = { {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1900 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1901 */ {5, 6, 6, 6, 7, 8, 8, 8, 9, 8, 8, 6}, /* 1902 */ {5, 7, 6, 7, 7, 8, 9, 9, 9, 8, 8, 7}, /* 1903 */ {5, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1904 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1905 */ {5, 6, 6, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1906 */ {5, 7, 6, 7, 7, 8, 9, 9, 9, 8, 8, 7}, /* 1907 */ {5, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1908 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1909 */ {5, 6, 6, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1910 */ {5, 7, 6, 7, 7, 8, 9, 9, 9, 8, 8, 7}, /* 1911 */ {5, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1912 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1913 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1914 */ {5, 6, 6, 6, 7, 8, 8, 9, 9, 8, 8, 6}, /* 1915 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1916 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 7, 6}, /* 1917 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1918 */ {5, 6, 6, 6, 7, 8, 8, 9, 9, 8, 8, 6}, /* 1919 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1920 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 9, 7, 6}, /* 1921 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1922 */ {5, 6, 6, 6, 7, 8, 8, 9, 9, 8, 8, 6}, /* 1923 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1924 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 7, 6}, /* 1925 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1926 */ {5, 6, 6, 6, 7, 8, 8, 8, 9, 8, 8, 6}, /* 1927 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1928 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1929 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1930 */ {5, 6, 6, 6, 7, 8, 8, 8, 9, 8, 8, 6}, /* 1931 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1932 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1933 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1934 */ {5, 6, 6, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1935 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1936 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1937 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1938 */ {5, 6, 6, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1939 */ {5, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1940 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1941 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1942 */ {5, 6, 6, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1943 */ {5, 6, 5, 5, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1944 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1945 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1946 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1947 */ {5, 5, 5, 5, 6, 7, 7, 8, 8, 7, 7, 5}, /* 1948 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1949 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1950 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1951 */ {5, 5, 5, 5, 6, 7, 7, 8, 8, 7, 7, 5}, /* 1952 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1953 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 7, 6}, /* 1954 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1955 */ {5, 5, 5, 5, 6, 7, 7, 8, 8, 7, 7, 5}, /* 1956 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1957 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1958 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1959 */ {5, 5, 5, 5, 6, 7, 7, 7, 8, 7, 7, 5}, /* 1960 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1961 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1962 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1963 */ {5, 5, 5, 5, 6, 7, 7, 7, 8, 7, 7, 5}, /* 1964 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1965 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1966 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1967 */ {5, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1968 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1969 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1970 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1971 */ {5, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1972 */ {4, 6, 5, 5, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1973 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1974 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1975 */ {5, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1976 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 1977 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1978 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1979 */ {5, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1980 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 1981 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1982 */ {4, 6, 5, 6, 6, 8, 8, 8, 9, 8, 8, 6}, /* 1983 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1984 */ {5, 5, 5, 5, 5, 8, 7, 7, 8, 7, 7, 5}, /* 1985 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1986 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1987 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1988 */ {5, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1989 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 1990 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1991 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1992 */ {5, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1993 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1994 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1995 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1996 */ {5, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 1997 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 1998 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 1999 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2000 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2001 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 2002 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 2003 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2004 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2005 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2006 */ {4, 6, 5, 6, 6, 7, 8, 8, 9, 8, 7, 6}, /* 2007 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2008 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2009 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2010 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 2011 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2012 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2013 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2014 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 2015 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2016 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2017 */ {4, 5, 5, 5, 6, 7, 7, 8, 8, 7, 7, 5}, /* 2018 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 2019 */ {4, 5, 4, 5, 5, 6, 7, 7, 8, 7, 7, 5}, /* 2020 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2021 */ {4, 5, 5, 5, 6, 7, 7, 7, 8, 7, 7, 5}, /* 2022 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 8, 7, 6}, /* 2023 */ {4, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2024 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2025 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2026 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 2027 */ {4, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2028 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2029 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2030 */ {4, 6, 5, 6, 6, 7, 8, 8, 8, 7, 7, 6}, /* 2031 */ {4, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2032 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2033 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2034 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2035 */ {4, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2036 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2037 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2038 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2039 */ {4, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2040 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2041 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2042 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2043 */ {4, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2044 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2045 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2046 */ {4, 6, 5, 5, 6, 7, 7, 8, 8, 7, 7, 6}, /* 2047 */ {4, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2048 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 7, 5}, /* 2049 */ {3, 5, 4, 5, 6, 7, 7, 7, 8, 7, 7, 5}, /* 2050 */ {4, 5, 5, 5, 6, 7, 7, 7, 8, 7, 7, 5}, /* 2051 */ {4, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2052 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 7, 5}, /* 2053 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2054 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2055 */ {4, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2056 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2057 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2058 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2059 */ {4, 5, 4, 5, 5, 6, 7, 7, 7, 6, 6, 5}, /* 2060 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2061 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2062 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2063 */ {4, 5, 4, 5, 5, 6, 7, 7, 7, 6, 6, 5}, /* 2064 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2065 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2066 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2067 */ {4, 5, 4, 4, 5, 6, 6, 7, 7, 6, 6, 5}, /* 2068 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2069 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2070 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2071 */ {4, 5, 4, 4, 5, 6, 6, 7, 7, 6, 6, 5}, /* 2072 */ {3, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2073 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2074 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2075 */ {4, 5, 4, 4, 5, 6, 6, 7, 7, 6, 6, 5}, /* 2076 */ {3, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2077 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 7, 5}, /* 2078 */ {4, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2079 */ {4, 5, 4, 4, 5, 6, 6, 7, 7, 6, 6, 5}, /* 2080 */ {3, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2081 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 7, 5}, /* 2082 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2083 */ {4, 4, 4, 4, 5, 6, 6, 6, 7, 6, 6, 4}, /* 2084 */ {3, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2085 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 7, 5}, /* 2086 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2087 */ {4, 4, 4, 4, 4, 6, 6, 6, 7, 6, 6, 4}, /* 2088 */ {3, 5, 4, 5, 5, 6, 7, 7, 7, 7, 6, 5}, /* 2089 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2090 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2091 */ {4, 4, 4, 4, 4, 6, 6, 6, 7, 6, 6, 4}, /* 2092 */ {3, 5, 4, 5, 5, 6, 7, 7, 7, 6, 6, 5}, /* 2093 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2094 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2095 */ {4, 4, 4, 4, 4, 6, 6, 6, 7, 6, 6, 4}, /* 2096 */ {3, 5, 4, 5, 5, 6, 6, 7, 7, 6, 6, 5}, /* 2097 */ {3, 5, 4, 5, 5, 6, 7, 7, 8, 7, 6, 5}, /* 2098 */ {3, 5, 4, 5, 5, 7, 7, 7, 8, 7, 7, 5}, /* 2099 */ {4, 5, 5, 5, 5, 7, 7, 7, 8, 7, 7, 6} /* 2100 */ }; static int days_in_lunar_month[2] = {29,30}; static char *gan_list[] = { /* * 十天干: "Jiǎ" "Yǐ" "Bǐng" "Dīng" "Wù" "Jǐ" "Gēng" "Xīn" "Rén" "Guǐ" */ N_("Ji\307\216"), N_("Y\307\220"), N_("B\307\220ng"), N_("D\304\253ng"), N_("W\303\271"), N_("J\307\220"), N_("G\304\223ng"), N_("X\304\253n"), N_("R\303\251n"), N_("Gu\307\220") }; static char *zhi_list[] = { /* * 十二地支: "Zǐ" "Chǒu" "Yín" "Mǎo" "Chén" "Sì" "Wǔ" "Wèi" "Shēn" "Yǒu" "Xū" "Hài" */ N_("Z\307\220"), N_("Ch\307\222u"), N_("Y\303\255n"), N_("M\307\216o"), N_("Ch\303\251n"), N_("S\303\254"), N_("W\307\224"), N_("W\303\250i"), N_("Sh\304\223n"), N_("Y\307\222u"), N_("X\305\253"), N_("H\303\240i") }; static char *shengxiao_list[] = { N_("Mouse"), N_("Ox"), N_("Tiger"), N_("Rabbit"), N_("Dragon"), N_("Snake"), N_("Horse"), N_("Goat"), N_("Monkey"), N_("Rooster"), N_("Dog"), N_("Pig") }; static char *lunar_month_list[] = { N_("Jan"), N_("Feb"), N_("Mar"), N_("Apr"), N_("May"), N_("Jun"), N_("Jul"), N_("Aug"), N_("Sep"), N_("Oct"), N_("Nov"), N_("Dec") }; static char *lunar_day_list[] = { /* * 从 "初一" 到 "三十" * "Chūyī" "Chūèr" "Chūsān" "Chūsì" "Chūwǔ" "Chūliù" "Chūqī" "Chūbā" "Chūjiǔ" "Chūshí" * "Shíyī" "Shíèr" "Shísān" "Shísì" "Shíwǔ" "Shíliù" "Shíqī" "Shíbā" "Shíjiǔ" "Èrshí" * "Èryī" "Èrèr" "Èrsān" "Èrsì" "Èrwǔ" "Èrliù" "Èrqī" "Èrbā" "Èrjiǔ" "Sānshí" */ N_("Ch\305\253y\304\253"), N_("Ch\305\253\303\250r"), N_("Ch\305\253s\304\201n"), N_("Ch\305\253s\303\254"), N_("Ch\305\253w\307\224"), N_("Ch\305\253li\303\271"), N_("Ch\305\253q\304\253"), N_("Ch\305\253b\304\201"), N_("Ch\305\253ji\307\224"), N_("Ch\305\253sh\303\255"), N_("Sh\303\255y\304\253"), N_("Sh\303\255\303\250r"), N_("Sh\303\255s\304\201n"), N_("Sh\303\255s\303\254"), N_("Sh\303\255w\307\224"), N_("Sh\303\255li\303\271"), N_("Sh\303\255q\304\253"), N_("Sh\303\255b\304\201"), N_("Sh\303\255ji\307\224"), N_("\303\210rsh\303\255"), N_("\303\210ry\304\253"), N_("\303\210r\303\250r"), N_("\303\210rs\304\201n"), N_("\303\210rs\303\254"), N_("\303\210rw\307\224"), N_("\303\210rli\303\271"), N_("\303\210rq\304\253"), N_("\303\210rb\304\201"), N_("\303\210rji\307\224"), N_("S\304\201nsh\303\255") }; static gchar *twelve_constellations[] = { N_("Capricornus"), N_("Aquarius"), N_("Pisces"), N_("Aries"), N_("Taurus"), N_("Gemini"), N_("Cancer"), N_("Leo"), N_("Virgo"), N_("Libra"), N_("Scorpius"), N_("Sagittarius") }; static int days_of_constellations[] = { 20, 50, 80, 110, 141, 172, 204, 235, 266, 296, 326, 356, 366 }; static CLDate first_solar_date = {1900, 1, 31, 0, FALSE }; /* 1900年1月31日 */ static CLDate first_lunar_date = {1900, 1, 1, 0, FALSE }; /* 1900年元月初一 */ static CLDate first_gan_date = {6, 4, 0, 0, FALSE }; /* 庚年午月甲日甲时 */ static CLDate first_zhi_date = {0, 2, 4, 0, FALSE}; /* 子年寅月辰日子时 */ G_END_DECLS #endif /* __LUNAR_DATE_PRIVATE_H__ */ /* vi:ts=4:wrap:ai: */ lunar-date-3.0.2/lunar-date/lunar-date-utils.c000066400000000000000000000163701501066716200211550ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2007-2025 yetist */ #include #include "lunar-date-utils.h" #include #include typedef struct _CLDate CLDate; static char *hanzi_num[] = { /* 从○ 到十: "líng" "yī" "èr" "sān" "sì" "wǔ" "liù" "qī" "bā" "jiǔ" "shí" */ N_("l\303\255ng"), N_("y\304\253"), N_("\303\250r"), N_("s\304\201n"), N_("s\303\254"), N_("w\307\224"), N_("li\303\271"), N_("q\304\253"), N_("b\304\201"), N_("ji\307\224"), N_("sh\303\255") }; gboolean leap (guint year) { return((((year % 4) == 0) && ((year % 100) != 0)) || ((year % 400) == 0)); } gint _cmp_date (gint month1, gint day1, gint month2, gint day2) { if (month1!=month2) return(month1-month2); if (day1!=day2) return(day1-day2); return(0); } /** * year_jieqi: * * 传回 year 年第 n 个节气的日期(公历). * 以小寒为第0个节气. 1900-2100年应该没问题. **/ void year_jieqi(int year, int n, char* result) { /* 1900/1/6 02:05:00 小寒 */ static const double x_1900_1_6_2_5 = 693966.08680556; static const int termInfo[] = { 0 ,21208 ,42467 ,63836 ,85337 ,107014, 128867,150921,173149,195551,218072,240693, 263343,285989,308563,331033,353350,375494, 397447,419210,440795,462224,483532,504758 }; static const char* solar_term_name[] = { /* * "Xiǎohán" "Dàhán" "Lìchūn" "Yǔshuǐ" * "Jīngzhé" "Chūnfēn" "Qīngmíng" "Gǔyǔ" * "Lìxià" "Xiǎomǎn" "Mángzhòng" "Xiàzhì" * "Xiǎoshǔ" "Dàshǔ" "Lìqīu" "Chùshǔ" * "Báilòu" "Qīufēn" "Hánlòu" "Shuāngjiàng" * "Lìdōng" "Xiǎoxuě" "Dàxuě" "Dōngzhì" */ N_("Xi\307\216oh\303\241n"), N_("D\303\240h\303\241n"), N_("L\303\254ch\305\253n"), N_("Y\307\224shu\307\220"), N_("J\304\253ngzh\303\251"), N_("Ch\305\253nf\304\223n"), N_("Q\304\253ngm\303\255ng"), N_("G\307\224y\307\224"), N_("L\303\254xi\303\240"), N_("Xi\307\216om\307\216n"), N_("M\303\241ngzh\303\262ng"), N_("Xi\303\240zh\303\254"), N_("Xi\307\216osh\307\224"), N_("D\303\240sh\307\224"), N_("L\303\254q\304\253u"), N_("Ch\303\271sh\307\224"), N_("B\303\241il\303\271"), N_("Q\304\253uf\304\223n"), N_("H\303\241nl\303\262u"), N_("Shu\304\201ngji\303\240ng"), N_("L\303\254d\305\215ng"), N_("Xi\307\216oxu\304\233"), N_("D\303\240xu\304\233"), N_("D\305\215ngzh\303\254") }; static const int mdays[] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365}; int y, m, d, diff; unsigned days, _days; _days = x_1900_1_6_2_5+365.2422*(year-1900)+termInfo[n]/(60.*24); days = 100 * (_days - _days/(3652425L/(3652425L-3652400L))); y = days/36524; days%=36524; m = 1 + days/3044; /* [1..12] */ d = 1 + (days%3044)/100; /* [1..31] */ diff =y*365+y/4-y/100+y/400+mdays[m-1]+d-((m<=2&&((y&3)==0)&&((y%100)!=0||y%400==0))) - _days; if(diff > 0 && diff >= d) /* ~0.5% */ { if(m == 1) { --y; m = 12; d = 31 - (diff-d); } else { d = mdays[m-1] - (diff-d); if(--m == 2) d += ((y&3)==0) && ((y%100)!=0||y%400==0); } } else { if((d -= diff) > mdays[m]) /* ~1.6% */ { if(m == 2) { if(((y&3)==0) && ((y%100)!=0||y%400==0)) { if(d != 29) m = 3, d -= 29; } else { m = 3, d -= 28; } } else { d -= mdays[m]; if(m++ == 12) ++y, m = 1; } } } g_sprintf(result, "%04d%02d%02d %s", y, m, d, _(solar_term_name[n])); result = NULL; } /* Compute the number of days from the Solar date BYEAR.1.1 */ /* 返回从阳历年1201.1.1日经过的天数 */ //long Solar2Day1(CLDate *d) glong _date_calc_days_since_reference_year (CLDate *d, GError **error) { glong days, delta; int i; delta = d->year - REFERENCE_YEAR; if (delta<0) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_INTERNAL, _("Internal error: pick a larger constant for BYEAR.")); return 0; } days = delta * 365 + delta / 4 - delta / 100 + delta / 400; for (i=1; i< d->month; i++) days += days_in_solar_month[i]; if ((d->month > 2) && leap(d->year)) days++; days += d->day - 1; if ((d->month == 2) && leap(d->year)) { if (d->day > 29) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_DAY, _("Day out of range: \"%d\""), d->day); return 0; } } else if (d->day > days_in_solar_month[d->month]) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_DAY, _("Day out of range: \"%d\""), d->day); return 0; } return days; } /** * get_day_of_week: * @year: year * @month: month of year * @day: day of month * * calc weekday by year, month, day. * * Return value: week day. **/ gint get_day_of_week (gint year, gint month, gint day) { int val; if ((month == 1) || (month == 2)) { month += 12; year--; } val = (day + 2*month + 3*(month+1)/5 + year + year/4 - year/100 + year/400 +1 ) % 7; return val; } /** * get_weekth_of_month: * @day: 日。 * * 计算是本月第几个(星期几) * * Return value: which. **/ gint get_weekth_of_month (gint day) { gint a=1; while(day -7 >0) { day = day -7; a++; } return a; } /* 1982/34 -> 一九八二/三四 */ void num_2_hanzi(int n, char* hanzi, gulong len) { GString *str = g_string_new(""); int d; while (n > 10) { d = n % 10; n = n/10; str = g_string_prepend(str, _(hanzi_num[d])); } str = g_string_prepend(str, _(hanzi_num[n])); g_snprintf(hanzi, len, "%s", str->str); g_string_free(str, TRUE); } void mday_2_hanzi(int n, char* hanzi, gulong len) { GString *str = g_string_new(""); int d; if ((n % 10) == 0) { n /= 10; str = g_string_append(str, _(hanzi_num[n])); str = g_string_append(str, _(hanzi_num[10])); } else if ((n / 10) == 1) { n = n % 10; str = g_string_append(str, _(hanzi_num[10])); str = g_string_append(str, _(hanzi_num[n])); } else if (n > 10) { d = n % 10; n = n/10; str = g_string_append(str, _(hanzi_num[n])); str = g_string_append(str, _(hanzi_num[10])); str = g_string_append(str, _(hanzi_num[d])); } else str = g_string_append(str, _(hanzi_num[n])); g_snprintf(hanzi, len, "%s", str->str); g_string_free(str, TRUE); } char* str_replace(const gchar* string, const gchar* old, const gchar* new) { GRegex* regex; char* str; regex = g_regex_new (old, 0, 0, NULL); str = g_regex_replace(regex, string, -1, 0, new, 0, NULL); g_regex_unref (regex); return str; } lunar-date-3.0.2/lunar-date/lunar-date-utils.h000066400000000000000000000021721501066716200211550ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2009-2025 yetist */ #ifndef __LUNAR_DATE_UTILS_H__ #define __LUNAR_DATE_UTILS_H__ 1 #if HAVE_CONFIG_H #include #endif #include #include G_BEGIN_DECLS #define REFERENCE_YEAR 1201 typedef struct _CLDate CLDate; struct _CLDate { guint year : 16; guint month : 4; guint day : 6; guint hour : 5; gboolean isleap; /* the lunar month is a leap month */ }; static int days_in_solar_month[13] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; gboolean leap (guint year); gint _cmp_date (gint month1, gint day1, gint month2, gint day2); glong _date_calc_days_since_reference_year (CLDate *d, GError **error); void year_jieqi(int year, int n, char* result); gint get_day_of_week (gint year, gint month, gint day); gint get_weekth_of_month (gint day); void num_2_hanzi(int n, char* hanzi, gulong len); void mday_2_hanzi(int n, char* hanzi, gulong len); char* str_replace(const gchar* string, const gchar* old, const gchar* new); G_END_DECLS #endif /* __LUNAR_DATE_UTILS_H__ */ lunar-date-3.0.2/lunar-date/lunar-date-version.c000066400000000000000000000053701501066716200215000ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2009-2025 yetist */ #if HAVE_CONFIG_H #include #endif #include /** * SECTION:lunar-date-version * @Short_description: Variables and functions to check the LunarDate version * @Title: Version Information * @include: lunar-date/lunar-date-version.h * @stability: Stable * * LunarDate provides version information, primarily useful in * configure checks for builds that have a configure script. * Applications will not typically use the features described here. */ const guint lunar_date_major_version = LUNAR_DATE_MAJOR_VERSION; const guint lunar_date_minor_version = LUNAR_DATE_MINOR_VERSION; const guint lunar_date_micro_version = LUNAR_DATE_MICRO_VERSION; /** * lunar_date_check_version: * @required_major: the required major version. * @required_minor: the required minor version. * @required_micro: the required micro version. * * Checks that the LunarDate library in use is compatible with the * given version. Generally you would pass in the constants * #LUNAR_DATE_MAJOR_VERSION, #LUNAR_DATE_MINOR_VERSION, #LUNAR_DATE_MICRO_VERSION * as the three arguments to this function; that produces * a check that the library in use is compatible with * the version of LunarDate the application or module was compiled * against. * * Compatibility is defined by two things: first the version * of the running library is newer than the version * @required_major.required_minor.@required_micro. Second * the running library must be binary compatible with the * version @required_major.required_minor.@required_micro * (same major version.) * * Return value: %NULL if the LunarDate library is compatible with the * given version, or a string describing the version mismatch. * The returned string is owned by LunarDate and must not be modified * or freed. * * Since: 2.4.0 **/ const gchar * lunar_date_check_version (guint required_major, guint required_minor, guint required_micro) { gint lunar_effective_micro = 100 * LUNAR_DATE_MINOR_VERSION + LUNAR_DATE_MICRO_VERSION; gint required_effective_micro = 100 * required_minor + required_micro; if (required_major > LUNAR_DATE_MAJOR_VERSION) return "LunarDate version too old (major mismatch)"; if (required_major < LUNAR_DATE_MAJOR_VERSION) return "LunarDate version too new (major mismatch)"; if (required_effective_micro < lunar_effective_micro - LUNAR_DATE_BINARY_AGE) return "LunarDate version too new (micro mismatch)"; if (required_effective_micro > lunar_effective_micro) return "LunarDate version too old (micro mismatch)"; return NULL; } lunar-date-3.0.2/lunar-date/lunar-date-version.h.in000066400000000000000000000047771501066716200221240ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2009-2025 yetist */ #ifndef __LUNAR_VERSION_H__ #define __LUNAR_VERSION_H__ 1 #include G_BEGIN_DECLS /** * LUNAR_DATE_MAJOR_VERSION: * * The major version number of the LunarDate library * (e.g. in version 2.4.0 this is 2). * * Since: 2.4.0 */ #define LUNAR_DATE_MAJOR_VERSION @LUNAR_DATE_MAJOR_VERSION@ /** * LUNAR_DATE_MINOR_VERSION: * * The minor version number of the LunarDate library * (e.g. in version 2.4.0 this is 4). * * Since: 2.4.0 */ #define LUNAR_DATE_MINOR_VERSION @LUNAR_DATE_MINOR_VERSION@ /** * LUNAR_DATE_MICRO_VERSION: * * The macro version number of the LunarDate library * (e.g. in version 2.4.0 this is 0). * * Since: 2.4.0 */ #define LUNAR_DATE_MICRO_VERSION @LUNAR_DATE_MICRO_VERSION@ /** * lunar_date_major_version: * * The major version number of the LunarDate library * (e.g. in version 2.4.0 this is 2). Used for runtime. * * Since: 2.4.0 */ extern const guint lunar_date_major_version; /** * lunar_date_minor_version: * * The minor version number of the LunarDate library * (e.g. in version 2.4.0 this is 4). Used for runtime. * * Since: 2.4.0 */ extern const guint lunar_date_minor_version; /** * lunar_date_micro_version: * * The micro version number of the LunarDate library * (e.g. in version 2.4.0 this is 0). Used for runtime. * * Since: 2.4.0 */ extern const guint lunar_date_micro_version; const gchar * lunar_date_check_version (guint required_major, guint required_minor, guint required_micro); /** * LUNAR_DATE_CHECK_VERSION: * @major: required major version * @minor: required minor version * @micro: required micro version * * Checks the version of the LunarDate library. * * Checking the version of the LunarDate library: * |[ * if (!LUNAR_DATE_CHECK_VERSION (2, 4, 0)) * g_error ("LunarDate version 2.4.0 or above is needed"); * ]| * * Returns: %TRUE if the version of the LunarDate header files is the same * as or newer than the passed-in version. * * Since: 2.4.0 */ #define LUNAR_DATE_CHECK_VERSION(major,minor,micro) \ (LUNAR_MAJOR_VERSION > (major) || \ (LUNAR_MAJOR_VERSION == (major) && LUNAR_MINOR_VERSION > (minor)) || \ (LUNAR_MAJOR_VERSION == (major) && LUNAR_MINOR_VERSION == (minor) && \ LUNAR_MICRO_VERSION >= (micro))) #ifndef LIBLUNAR_DISABLE_DEPRECATED void lunar_init (int *argc, char ***argv) G_GNUC_DEPRECATED; #endif G_END_DECLS #endif /* __LUNAR_VERSION_H__ */ /* vi:ts=4:wrap:ai: */ lunar-date-3.0.2/lunar-date/lunar-date-win32.rc.in000066400000000000000000000017001501066716200215350ustar00rootroot00000000000000#include VS_VERSION_INFO VERSIONINFO FILEVERSION @LUNAR_DATE_MAJOR_VERSION@,@LUNAR_DATE_MINOR_VERSION@,@LUNAR_DATE_MICRO_VERSION@,0 PRODUCTVERSION @LUNAR_DATE_MAJOR_VERSION@,@LUNAR_DATE_MINOR_VERSION@,@LUNAR_DATE_MICRO_VERSION@,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "The LunarDate developer community" VALUE "FileDescription", "LunarDate" VALUE "FileVersion", "@LUNAR_DATE_VERSION@.0" VALUE "InternalName", "liblunar-date-3.0-@LT_CURRENT_MINUS_AGE@" VALUE "LegalCopyright", "Copyright 2007-2021 Xiaotian Wu." VALUE "OriginalFilename", "liblunar-date-3.0-@LT_CURRENT_MINUS_AGE@.dll" VALUE "ProductName", "LunarDate" VALUE "ProductVersion", "@LUNAR_DATE_VERSION@" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END lunar-date-3.0.2/lunar-date/lunar-date.c000066400000000000000000001157261501066716200200240ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2007-2025 yetist * * Thanks to the lunar authors: * Fung F. Lee * Ricky Yeung * because algorithm from lunar: http://packages.debian.org/unstable/utils/lunar * * Special thanks to * redwooods * who added solar term. * */ #if HAVE_CONFIG_H #include #endif #include #include #include #include #include #include #include "lunar-date-private.h" #include "lunar-date-utils.h" #include "lunar-date-resources.h" /** * SECTION:lunar-date * @Short_description: Chinese Lunar Date Library * @include: lunar-date/lunar-date.h * @Title: LunarDate * @stability: Stable * * The #LunarDate provide Chinese lunar date library. */ /** * LunarDateError: * @LUNAR_DATE_ERROR_INTERNAL: internal error. * @LUNAR_DATE_ERROR_YEAR: year setup error. * @LUNAR_DATE_ERROR_MONTH: month setup error. * @LUNAR_DATE_ERROR_DAY: day setup error. * @LUNAR_DATE_ERROR_HOUR: hour setup error. * @LUNAR_DATE_ERROR_LEAP: isleap setup error. */ enum { LAST_SIGNAL }; enum { PROP_0, }; struct _LunarDate { GObject object; CLDate *solar; CLDate *lunar; CLDate *lunar2; CLDate *gan; CLDate *zhi; CLDate *gan2; CLDate *zhi2; glong days; guint lunar_year_months[NUM_OF_YEARS]; guint lunar_year_days[NUM_OF_YEARS]; guint lunar_month_days[NUM_OF_MONTHS +1]; GHashTable *holiday_solar; GHashTable *holiday_lunar; GHashTable *holiday_week; }; static void lunar_date_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void lunar_date_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void _cl_date_make_all_lunar_data(LunarDate *date); static void lunar_date_init_i18n(void); static gchar* lunar_date_get_cal_holiday (LunarDate *date, gint max_len); G_DEFINE_TYPE (LunarDate, lunar_date, G_TYPE_OBJECT); static void lunar_date_class_init (LunarDateClass *class) { GObjectClass *gobject_class = G_OBJECT_CLASS (class); gobject_class->set_property = lunar_date_set_property; gobject_class->get_property = lunar_date_get_property; } static void lunar_date_init_holiday (LunarDate *date) { GResource *resource; GBytes *bytes; gconstpointer data; GKeyFile *keyfile; gchar **groups, **keys; gsize i=0, j=0; gsize size, len; gchar *p; date->holiday_solar = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); date->holiday_lunar = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); date->holiday_week = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); resource = lunar_date_get_resource(); bytes = g_resource_lookup_data (resource, "/org/moses/lunar/holiday.dat", G_RESOURCE_LOOKUP_FLAGS_NONE, NULL); data = g_bytes_get_data (bytes, &size); keyfile = g_key_file_new(); g_key_file_load_from_data (keyfile, data, size, G_KEY_FILE_NONE, NULL); groups = g_key_file_get_groups (keyfile, &size); while(i < size) { j = 0; keys = g_key_file_get_keys (keyfile, groups[i], &len, NULL); while(j < len) { g_autofree gchar *value; value = g_key_file_get_locale_string (keyfile, groups[i], keys[j], NULL, NULL); p = strchr(keys[j], '['); *p = '\0'; if (g_ascii_strcasecmp(groups[i], "SOLAR") == 0 ) { g_hash_table_insert(date->holiday_solar, g_strdup(keys[j]), g_strdup(value)); }else if (g_ascii_strcasecmp(groups[i], "LUNAR") == 0 ) { g_hash_table_insert(date->holiday_lunar, g_strdup(keys[j]), g_strdup(value)); }else if (g_ascii_strcasecmp(groups[i], "WEEK") == 0 ) { g_hash_table_insert(date->holiday_week, g_strdup(keys[j]), g_strdup(value)); } j++; } i++; g_strfreev (keys); } g_strfreev (groups); g_key_file_free(keyfile); g_bytes_unref(bytes); } static void lunar_date_init (LunarDate *date) { lunar_date_init_i18n(); date->solar = g_new0 (CLDate, 1); date->lunar = g_new0 (CLDate, 1); date->lunar2 = g_new0 (CLDate, 1); date->gan = g_new0 (CLDate, 1); date->zhi = g_new0 (CLDate, 1); date->gan2 = g_new0 (CLDate, 1); date->zhi2 = g_new0 (CLDate, 1); lunar_date_init_holiday (date); _cl_date_make_all_lunar_data(date); } /** * lunar_date_new: * * Allocates a #LunarDate and initializes it. Free the return value with lunar_date_free(). * * Returns: a newly-allocated #LunarDate * * Since: 2.4.0 **/ LunarDate* lunar_date_new (void) { return g_object_new (LUNAR_TYPE_DATE, NULL); } static void lunar_date_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) { switch (prop_id) { default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void lunar_date_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { switch (prop_id) { default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void _cl_date_calc_lunar(LunarDate *date, GError **error); static void _cl_date_calc_solar(LunarDate *date, GError **error); static gint _cl_date_make_lunar_month_days(LunarDate *date, gint year); static void _cl_date_days_to_lunar (LunarDate *date, GError **error); static void _cl_date_days_to_solar(LunarDate *date, GError **error); static void _cl_date_calc_ganzhi(LunarDate *date); static void _cl_date_calc_bazi(LunarDate *date); static gint _cl_date_get_bazi_lunar (LunarDate *date); static void _date_calc_days_since_lunar_year (LunarDate *date, GError **error); GQuark lunar_date_error_quark (void) { static GQuark quark = 0; if (G_UNLIKELY (quark == 0)) quark = g_quark_from_static_string ("lunar-date-error-quark"); return quark; } /** * lunar_date_set_solar_date: * @date: a #LunarDate. * @year: year to set. * @month: month to set. * @day: day to set. * @hour: hour to set. * @error: location to store the error occuring, or NULL to ignore errors. * * Sets the solar year, month, day and the hour for a #LunarDate. * * Since: 2.4.0 **/ void lunar_date_set_solar_date (LunarDate *date, GDateYear year, GDateMonth month, GDateDay day, guint8 hour, GError **error) { GError *calc_error = NULL; if (year < BEGIN_YEAR || year > BEGIN_YEAR+NUM_OF_YEARS || (year == BEGIN_YEAR && month == 1)) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_YEAR, _("Year out of range.(from 1900 to 2100).")); return; } if (!g_date_valid_month(month)) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_MONTH, _("Month out of range.")); return; } if (hour == 24) hour = 0; if (hour > 23) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_HOUR, _("Hour out of range.")); return; } date->solar->year = year; date->solar->month = month; date->solar->day = day; date->solar->hour = hour; /* Calculate Lunar Calendar */ _cl_date_calc_lunar(date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } _cl_date_calc_ganzhi(date); _cl_date_calc_bazi(date); } /** * lunar_date_set_lunar_date: * @date: a #LunarDate. * @year: year to set. * @month: month to set. * @day: day to set. * @hour: hour to set. * @isleap: indicate whether the month is a leap month. * @error: location to store the error occuring, or #NULL to ignore errors. * * Sets the lunar year, month, day and the hour for a #LunarDate. If the month is a leap month, you should set the isleap to TRUE. * * Since: 2.4.0 **/ void lunar_date_set_lunar_date (LunarDate *date, GDateYear year, GDateMonth month, GDateDay day, guint8 hour, gboolean isleap, GError **error) { GError *calc_error = NULL; if (!(year>=BEGIN_YEAR && year< BEGIN_YEAR+NUM_OF_YEARS)) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_YEAR, _("Year out of range.")); return; } if (!g_date_valid_month(month)) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_MONTH, _("Month out of range.")); return; } if (hour == 24) hour = 0; if (hour > 23) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_HOUR, _("Hour out of range.")); return; } date->lunar->year = year; date->lunar->month = month; date->lunar->day = day; date->lunar->hour = hour; date->lunar->isleap = isleap; /* Calculate the Gregorian calendar */ _cl_date_calc_solar(date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } _cl_date_calc_ganzhi(date); _cl_date_calc_bazi(date); } /** * lunar_date_set_solar_holiday: * @date: a #LunarDate * @month: Solar month of the holiday. * @day: Solar day of the holiday. * @holiday: custom holiday string. * * Add new holiday by solar. * * Since: 3.0.0 **/ void lunar_date_set_solar_holiday(LunarDate *date, GDateMonth month, GDateDay day, const gchar *holiday) { gchar key[10]; g_return_if_fail( date != NULL); g_return_if_fail( holiday != NULL); g_snprintf(key, sizeof(key), "%02u%02d", month, day); if (g_hash_table_lookup(date->holiday_solar, key) != NULL) { g_hash_table_remove(date->holiday_solar, key); } g_hash_table_insert(date->holiday_solar, g_strdup(key), g_strdup(holiday)); } /** * lunar_date_set_lunar_holiday: * @date: a #LunarDate * @month: Lunar month of the holiday. * @day: Lunar day of the holiday. * @holiday: custom holiday string. * * Add new holiday by lunar. * * Since: 3.0.0 **/ void lunar_date_set_lunar_holiday(LunarDate *date, GDateMonth month, GDateDay day, const gchar *holiday) { gchar key[10]; g_return_if_fail( date != NULL); g_return_if_fail( holiday != NULL); g_snprintf(key, sizeof(key), "%02u%02d", month, day); if (g_hash_table_lookup(date->holiday_lunar, key) != NULL) { g_hash_table_remove(date->holiday_lunar, key); } g_hash_table_insert(date->holiday_lunar, g_strdup(key), g_strdup(holiday)); } /** * lunar_date_set_week_holiday: * @date: a #LunarDate * @month: Month of the holiday. * @week_of_month: which week of the month, the first week is 1, range is 1-5. * @day_of_week: day of the week, 0 for Sunday, 6 for Saturday, range is 0-6. * @holiday: custom holiday string. * * Add new holiday by week. * * Since: 3.0.0 **/ void lunar_date_set_week_holiday(LunarDate *date, GDateMonth month, gint week_of_month, gint day_of_week, const gchar *holiday) { gchar key[10]; g_return_if_fail( date != NULL); g_return_if_fail( week_of_month >= 1 && week_of_month <= 5); g_return_if_fail( day_of_week >= 0 && day_of_week <= 6); g_return_if_fail( holiday != NULL); g_snprintf(key, sizeof(key), "%02d%01d%01d", date->solar->month, week_of_month, day_of_week); if (g_hash_table_lookup(date->holiday_week, key) != NULL) { g_hash_table_remove(date->holiday_week, key); } g_hash_table_insert(date->holiday_week, g_strdup(key), g_strdup(holiday)); } /** * lunar_date_get_real_holiday: * @date: a #LunarDate * @delimiter: used to join the holidays. * @full: Whether to display the full name of the holiday, the short name just used for calendar. * * Returns the all holiday of the date, joined with the delimiter. The date must be valid. * * Returns: a newly-allocated holiday string of the date or NULL. * * Since: 3.0.0 **/ static gchar* lunar_date_get_real_holiday (LunarDate *date, const gchar *delimiter, gboolean full) { GString* jieri; gint i, weekday, weekth; gchar buf[256]; gpointer value; static gchar str_jq[24][20]; gchar yc[5] = {str_jq[0][0], str_jq[0][1], str_jq[0][2], str_jq[0][3], '\0'}; g_return_val_if_fail(date != NULL, NULL); g_return_val_if_fail(delimiter != NULL, NULL); jieri=g_string_new(NULL); //append Lunar holiday. g_snprintf(buf, sizeof(buf), "%02d%02d", date->lunar->month, date->lunar->day); if (g_hash_table_lookup_extended(date->holiday_lunar, buf, NULL, &value)) { gchar *p; strcpy(buf, value); buf[strlen(buf)] = '\0'; if ((p = strchr(buf, '|')) != NULL) { *p = '\0'; if (full) { jieri=g_string_append(jieri, ++p); }else { jieri=g_string_append(jieri, buf); } } else { jieri=g_string_append(jieri, value); } } //append solar holiday. g_snprintf(buf, sizeof(buf), "%02d%02d", date->solar->month, date->solar->day); if (g_hash_table_lookup_extended(date->holiday_solar, buf, NULL, &value)) { gchar *p; strcpy(buf, value); buf[strlen(buf)] = '\0'; if (jieri->len > 0) jieri=g_string_append(jieri, delimiter); if ((p = strchr(buf, '|')) != NULL) { *p = '\0'; if (full) { jieri=g_string_append(jieri, ++p); }else { jieri=g_string_append(jieri, buf); } } else { jieri=g_string_append(jieri, value); } } //append week holiday. weekday = get_day_of_week ( date->solar->year, date->solar->month, date->solar->day); weekth = get_weekth_of_month ( date->solar->day); g_snprintf(buf, sizeof(buf), "%02d%01d%01d", date->solar->month, weekth, weekday); if (g_hash_table_lookup_extended(date->holiday_week, buf, NULL, &value)) { gchar *p; strcpy(buf, value); buf[strlen(buf)] = '\0'; if (jieri->len > 0) jieri=g_string_append(jieri, delimiter); if ((p = strchr(buf, '|')) != NULL) { *p = '\0'; if (full) { jieri=g_string_append(jieri, ++p); }else { jieri=g_string_append(jieri, buf); } } else { jieri=g_string_append(jieri, value); } } //jie2qi4 if(atoi(yc) != date->solar->year) { for(i=0; i<24; i++) { year_jieqi(date->solar->year, i, str_jq[i]); } } g_snprintf(buf, sizeof(buf), "%04d%02d%02d", date->solar->year, date->solar->month, date->solar->day); for (i=0; i<24; i++) { gchar** jq_day; jq_day = g_strsplit(str_jq[i], " ", 2); if (g_ascii_strcasecmp(jq_day[0], buf) == 0) { if (jieri->len > 0) jieri=g_string_append(jieri, delimiter); jieri=g_string_append(jieri, jq_day[1]); } g_strfreev(jq_day); } if (jieri->len > 0 ) { return g_string_free(jieri, FALSE); }else{ g_string_free(jieri, TRUE); return NULL; } } /* Returns the holidays used on the calendar, * max_len specifies the longest number of characters returned */ static gchar* lunar_date_get_cal_holiday (LunarDate *date, gint max_len) { const gint utf8_len = max_len; /* On the calendar, use 3 UTF8 characters */ const gint ascii_len =4; /* Use 4 Ascii characters */ gchar holiday[128]; gchar buf[128]; gchar *tmp; tmp = lunar_date_get_real_holiday (date, " ", FALSE); memset(buf, '\0', sizeof(buf)); memset(holiday, '\0', sizeof(holiday)); if (tmp != NULL) { gchar *p; g_strlcpy(buf, tmp, sizeof(buf)); g_free(tmp); if ((p = strchr(buf, ' ')) != NULL) { *p = '\0'; } if (g_utf8_validate(buf, -1, NULL)) { g_utf8_strncpy(holiday, buf, utf8_len); } else { g_strlcpy(holiday, buf, ascii_len); } if (strlen(holiday) > 0) { return g_strdup(holiday); }else{ return NULL; } } else { return NULL; } } /** * lunar_date_get_calendar: * @date: a #LunarDate * @max: max length of the returned string. * * Returns the string about the date, used to show in calendar. * * Returns: a newly-allocated string of the date or NULL. * * Since: 3.0.0 **/ gchar* lunar_date_get_calendar(LunarDate *date, gint max) { gchar* holiday; holiday = lunar_date_get_cal_holiday (date, max); if (holiday != NULL) return holiday; if (date->lunar->day == 1) { if (date->lunar->isleap) return g_strdup_printf("%s%s%s", _("R\303\271n"), _(lunar_month_list[date->lunar->month-1]), _("Yu\303\250")); else return g_strdup_printf("%s%s", _(lunar_month_list[date->lunar->month-1]), _("Yu\303\250")); } else { return g_strdup(_(lunar_day_list[date->lunar->day-1])); } return NULL; } /** * lunar_date_get_holiday: * @date: a #LunarDate * @delimiter: used to join the holidays. * * Returns the all holiday of the date, joined with the delimiter. The date must be valid. * * Returns: a newly-allocated holiday string of the date or NULL. * * Since: 3.0.0 **/ gchar* lunar_date_get_holiday (LunarDate *date, const gchar *delimiter) { return lunar_date_get_real_holiday (date, delimiter, TRUE); } #ifndef G_DISABLE_DEPRECATED /** * lunar_date_get_jieri: * @date: a #LunarDate * @delimiter: used to join the holidays. * * Returns the all holiday of the date, joined with the delimiter. The date must be valid. * * Returns: a newly-allocated holiday string of the date or NULL. * * Deprecated: 3.0.0: Use lunar_date_get_holiday() instead. **/ gchar* lunar_date_get_jieri(LunarDate *date, const gchar *delimiter) { return lunar_date_get_holiday(date, delimiter); } #endif /** * lunar_date_strftime: * @date: a #LunarDate * @format: specify the output format. * * Use the given format to output a string, similar to strftime usage. * The available formats and outputs are as follows: * * |[ * format="%(YEAR)年%(MONTH)月%(DAY)日%(HOUR)时", output="一九一○年二月十九日二时" //大写公历 * format="%(year)年%(month)月%(day)日%(hour)时", output="1910年2月19日2时" //小写公历 * format="%(NIAN)年%(YUE)月%(RI)日%(SHI)时", output="庚戌年一月初十日丑时" //大写农历(月份前带"闰"表示闰月) * format="%(nian)年%(yue)月%(ri)日%(shi)时", output="1910年1月10日2时" //小写农历(月份前带"*"表示闰月) * format="%(Y60)年%(M60)月%(D60)日%(H60)时", output="庚戌年戊寅月乙卯日丁丑时" //干支 * format="%(Y8)年%(M8)月%(D8)日%(H8)时", output="庚戌年戊寅月乙卯日丁丑时" //八字 * format="%(shengxiao)", output="狗" //生肖 * format="%(holiday)", output="雨水" //节日(节日、纪念日、节气等) * ]| * When using %(holiday), the output is automatically truncated to 3 utf8 characters or 4 ascii characters. * If you need all the holiday information, please use lunar_date_get_holiday () to get the output. * * Returns: a newly-allocated output string, nul-terminated * * Since: 2.4.0 **/ gchar* lunar_date_strftime (LunarDate *date, const char *format) { gchar *tmp; gchar* t1; gchar tmpbuf[32]; gchar* str = g_strdup(format); //solar-upper case if (strstr(format, "%(YEAR)") != NULL) { num_2_hanzi(date->solar->year, tmpbuf, sizeof(tmpbuf)); t1 = str_replace(str, "\%\\(YEAR\\)", tmpbuf); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(MONTH)") != NULL) { mday_2_hanzi(date->solar->month, tmpbuf, sizeof(tmpbuf)); t1 = str_replace(str, "\%\\(MONTH\\)", tmpbuf); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(DAY)") != NULL) { mday_2_hanzi(date->solar->day, tmpbuf, sizeof(tmpbuf)); t1 = str_replace(str, "\%\\(DAY\\)", tmpbuf); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(HOUR)") != NULL) { mday_2_hanzi(date->solar->hour, tmpbuf, sizeof(tmpbuf)); t1 = str_replace(str, "\%\\(HOUR\\)", tmpbuf); g_free(str); str=g_strdup(t1); g_free(t1); } //solar-lower case if (strstr(format, "%(year)") != NULL) { tmp = g_strdup_printf("%d", date->solar->year); t1 = str_replace(str, "\%\\(year\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(month)") != NULL) { tmp = g_strdup_printf("%d", date->solar->month); t1 = str_replace(str, "\%\\(month\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(day)") != NULL) { tmp = g_strdup_printf("%d", date->solar->day); t1 = str_replace(str, "\%\\(day\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(hour)") != NULL) { tmp = g_strdup_printf("%d", date->solar->hour); t1 = str_replace(str, "\%\\(hour\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } //lunar-upper case if (strstr(format, "%(NIAN)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan->year]), _(zhi_list[date->zhi->year])); t1 = str_replace(str, "\%\\(NIAN\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(YUE)") != NULL) { if (date->lunar->isleap) tmp = g_strdup_printf("%s%s", _("R\303\271n"), _(lunar_month_list[date->lunar->month-1])); else tmp = g_strdup_printf("%s", _(lunar_month_list[date->lunar->month-1])); t1 = str_replace(str, "\%\\(YUE\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(RI)") != NULL) { t1 = str_replace(str, "\%\\(RI\\)", _(lunar_day_list[date->lunar->day-1])); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(SHI)") != NULL) { t1 = str_replace(str, "\%\\(SHI\\)", _(zhi_list[date->zhi->hour])); g_free(str); str=g_strdup(t1); g_free(t1); } //lunar-lower case if (strstr(format, "%(nian)") != NULL) { tmp = g_strdup_printf("%d", date->lunar->year); t1 = str_replace(str, "\%\\(nian\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(yue)") != NULL) { if (date->lunar->isleap) tmp = g_strdup_printf("*%d", date->lunar->month); else tmp = g_strdup_printf("%d", date->lunar->month); t1 = str_replace(str, "\%\\(yue\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(ri)") != NULL) { tmp = g_strdup_printf("%d", date->lunar->day); t1 = str_replace(str, "\%\\(ri\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(shi)") != NULL) { tmp = g_strdup_printf("%d", date->zhi->hour); t1 = str_replace(str, "\%\\(shi\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } //ganzhi if (strstr(format, "%(Y60)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan->year]), _(zhi_list[date->zhi->year])); t1 = str_replace(str, "\%\\(Y60\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(M60)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan->month]), _(zhi_list[date->zhi->month])); t1 = str_replace(str, "\%\\(M60\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(D60)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan->day]), _(zhi_list[date->zhi->day])); t1 = str_replace(str, "\%\\(D60\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(H60)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan->hour]), _(zhi_list[date->zhi->hour])); t1 = str_replace(str, "\%\\(H60\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } //bazi if (strstr(format, "%(Y8)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan2->year]), _(zhi_list[date->zhi2->year])); t1 = str_replace(str, "\%\\(Y8\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(M8)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan2->month]), _(zhi_list[date->zhi2->month])); t1 = str_replace(str, "\%\\(M8\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } if (strstr(format, "%(D8)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan2->day]), _(zhi_list[date->zhi2->day])); t1 = str_replace(str, "\%\\(D8\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } /* 子时: 从23点到凌晨1点前 */ if (strstr(format, "%(H8)") != NULL) { tmp = g_strdup_printf("%s%s", _(gan_list[date->gan2->hour]), _(zhi_list[date->zhi2->hour])); t1 = str_replace(str, "\%\\(H8\\)", tmp); g_free(tmp); g_free(str); str=g_strdup(t1); g_free(t1); } //shengxiao if (strstr(format, "%(shengxiao)") != NULL) { t1 = str_replace(str, "\%\\(shengxiao\\)", _(shengxiao_list[date->zhi->year])); g_free(str); str=g_strdup(t1); g_free(t1); } //holiday if (strstr(format, "%(holiday)") != NULL) { gchar *tmp2; if ((tmp2 = lunar_date_get_cal_holiday(date, 3)) != NULL) { t1 = str_replace(str, "\%\\(holiday\\)", tmp2); g_free(tmp2); g_free(str); str=g_strdup(t1); g_free(t1); } else { t1 = str_replace(str, "\%\\(holiday\\)", ""); g_free(str); str=g_strdup(t1); g_free(t1); } } return str; } gchar* lunar_date_get_constellation (LunarDate *date) { GDate *gdate; gint days; gint n; gdate = g_date_new_dmy (date->solar->day, date->solar->month, date->solar->year); days = g_date_get_day_of_year (gdate); /* 28 February is the 59th days. */ if (g_date_is_leap_year (date->solar->year) && days > 59) { days -= 1; } for (n=0; n<14; n++) { if (days < days_of_constellations[n]) { break; } } return g_strdup (twelve_constellations[n]); } /** * lunar_date_free: * @date: a #LunarDate * * Frees a #LunarDate returned from lunar_date_new(). * * Since: 2.4.0 **/ void lunar_date_free (LunarDate *date) { g_return_if_fail (date != NULL); g_free(date->solar); g_free(date->lunar); g_free(date->lunar2); g_free(date->gan); g_free(date->zhi); g_free(date->gan2); g_free(date->zhi2); g_hash_table_destroy(date->holiday_solar); g_hash_table_destroy(date->holiday_lunar); g_hash_table_destroy(date->holiday_week); } static void _cl_date_calc_lunar(LunarDate *date, GError **error) { GError *calc_error = NULL; date->days = _date_calc_days_since_reference_year(date->solar, &calc_error) ; if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } date->days -= _date_calc_days_since_reference_year(&first_solar_date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } /* A lunar day begins at 11 p.m. */ if (date->solar->hour == 23) date->days ++; _cl_date_days_to_lunar(date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } date->lunar->hour = date->solar->hour; } static void _cl_date_calc_solar(LunarDate *date, GError **error) { GError *calc_error = NULL; _date_calc_days_since_lunar_year(date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } _cl_date_days_to_solar(date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } date->solar->hour = date->lunar->hour; } //TODO static void _cl_date_calc_ganzhi(LunarDate *date) { int year, month; year = date->lunar->year - first_lunar_date.year; month = year * 12 + date->lunar->month - 1; /* leap months do not count */ date->gan->year = (first_gan_date.year + year) % 10; date->zhi->year = (first_zhi_date.year + year) % 12; date->gan->month = (first_gan_date.month + month) % 10; date->zhi->month = (first_zhi_date.month + month) % 12; date->gan->day = (first_gan_date.day + date->days) % 10; date->zhi->day = (first_zhi_date.day + date->days) % 12; date->zhi->hour = ((date->lunar->hour + 1) / 2) % 12; date->gan->hour = (date->gan->day * 12 + date->zhi->hour) % 10; } static void _cl_date_calc_bazi(LunarDate *date) { int year, month; _cl_date_get_bazi_lunar(date); year = date->lunar2->year - first_lunar_date.year; month = year * 12 + date->lunar2->month - 1; /* leap months do not count */ date->gan2->year = (first_gan_date.year + year) % 10; date->zhi2->year = (first_zhi_date.year + year) % 12; date->gan2->month = (first_gan_date.month + month) % 10; date->zhi2->month = (first_zhi_date.month + month) % 12; date->gan2->day = (first_gan_date.day + date->days) % 10; date->zhi2->day = (first_zhi_date.day + date->days) % 12; date->zhi2->hour = ((date->lunar->hour + 1) / 2) % 12; date->gan2->hour = (date->gan2->day * 12 + date->zhi2->hour) % 10; } /* Compute offset days of a lunar date from the beginning of the table */ static void _date_calc_days_since_lunar_year (LunarDate *date, GError **error) { int year, i, m, leap_month; date->days = 0; year = date->lunar->year - first_lunar_date.year; for (i=0; idays += date->lunar_year_days[i]; leap_month = _cl_date_make_lunar_month_days(date, year); if ((date->lunar->isleap) && (leap_month!=date->lunar->month)) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_LEAP, _("%d is not a leap month in year %d.\n"), date->lunar->month, date->lunar->year); return; } for (m=1; mlunar->month; m++) date->days+= date->lunar_month_days[m]; if (leap_month && ((date->lunar->month>leap_month) || (date->lunar->isleap && (date->lunar->month==leap_month)) )) date->days += date->lunar_month_days[m++]; date->days += date->lunar->day - 1; if (date->lunar->day > date->lunar_month_days[m]) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_DAY, _("Day out of range: \"%d\""), date->lunar->day); return; } } static void _cl_date_days_to_lunar (LunarDate *date, GError **error) { int i, m, leap_month; glong offset = date->days; for (i=0; i 0; i++) offset -= date->lunar_year_days[i]; if (offset <0) offset += date->lunar_year_days[--i]; if (i==NUM_OF_YEARS) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_DAY, _("Year out of range. \"%d\""), date->solar->year); return; } date->lunar->year = i + first_lunar_date.year; leap_month = _cl_date_make_lunar_month_days(date, i); for (m=1; m<=NUM_OF_MONTHS && offset >0; m++) offset -= date->lunar_month_days[m]; if (offset <0) offset += date->lunar_month_days[--m]; date->lunar->isleap = FALSE; /* don't know leap or not yet */ if (leap_month>0) /* has leap month */ { /* if preceeding month number is the leap month, this month is the actual extra leap month */ date->lunar->isleap = (gboolean)(leap_month == (m - 1)); /* month > leap_month is off by 1, so adjust it */ if (m > leap_month) --m; } date->lunar->month = m; date->lunar->day = offset + 1; } static void _cl_date_days_to_solar(LunarDate *date, GError **error) { GError *calc_error = NULL; gint adj, i, m, days; glong offset; adj = (date->lunar->hour == 23)? -1 : 0; offset = date->days; offset += adj; offset -= _date_calc_days_since_reference_year(&first_lunar_date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } offset += _date_calc_days_since_reference_year(&first_solar_date, &calc_error); if (calc_error != NULL) { g_propagate_error (error, calc_error); calc_error = NULL; return; } /* offset is now the number of days from SolarFirstDate.year.1.1 */ for (i=first_solar_date.year; (i 0); i++) offset -= 365 + leap(i); if (offset<0) { --i; /* LeapYear is a macro */ offset += 365 + leap(i); } if (i==(first_solar_date.year + NUM_OF_YEARS)) { g_set_error(error, LUNAR_DATE_ERROR, LUNAR_DATE_ERROR_DAY, _("Year out of range. \"%d\""), i); return; } date->solar->year = i; /* assert(offset<(365+LeapYear(i))); */ for (m=1; m<=12; m++) { days = days_in_solar_month[m]; if ((m==2) && leap(i)) /* leap February */ days++; if (offsetsolar->month = m; date->solar->day = offset + 1; return; } offset -= days; } } static void _cl_date_make_all_lunar_data(LunarDate *date) { gint year, i, leap; long code; for (year = 0; year < NUM_OF_YEARS; year++) { code = years_info[year]; leap = code & 0xf; date->lunar_year_days[year] = 0; if (leap != 0) { i = (code >> 16) & 0x1; date->lunar_year_days[year] += days_in_lunar_month[i]; } code >>= 4; for (i = 0; i < NUM_OF_MONTHS-1; i++) { date->lunar_year_days[year] += days_in_lunar_month[code&0x1]; code >>= 1; } date->lunar_year_months[year] = 12; if (leap != 0) date->lunar_year_months[year]++; } } /* Compute the days of each month in the given lunar year */ static gint _cl_date_make_lunar_month_days(LunarDate *date, gint year) { int i, leap_month; long code; code = years_info[year]; leap_month = code & 0xf; code >>= 4; if (leap_month == 0) { date->lunar_month_days[NUM_OF_MONTHS] = 0; for (i = NUM_OF_MONTHS-1; i >= 1; i--) { date->lunar_month_days[i] = days_in_lunar_month[code&0x1]; code >>= 1; } } else { /* There is a leap month (run4 yue4) L in this year. mday[1] contains the number of days in the 1-st month; mday[L] contains the number of days in the L-th month; mday[L+1] contains the number of days in the L-th leap month; mday[L+2] contains the number of days in the L+1 month, etc. cf. years_info[]: info about the leap month is encoded differently. */ i = (years_info[year] >> 16) & 0x1; date->lunar_month_days[leap_month+1] = days_in_lunar_month[i]; for (i = NUM_OF_MONTHS; i >= 1; i--) { if (i == leap_month+1) i--; date->lunar_month_days[i] = days_in_lunar_month[code&0x1]; code >>= 1; } } return leap_month; } /* Compare two dates and return <,=,> 0 if the 1st is <,=,> the 2nd */ static gint _cl_date_get_bazi_lunar (LunarDate *date) { int m, flag; if (date->solar->month==1) { flag = _cmp_date(date->solar->month, date->solar->day, 1, fest[date->solar->year - first_solar_date.year - 1][11]); if (flag<0) date->lunar2->month = 11; else if (flag>0) date->lunar2->month = 12; date->lunar2->year = date->solar->year - 1; return(flag==0); } for (m=2; m<=12; m++) { flag = _cmp_date(date->solar->month, date->solar->day, m, fest[date->solar->year - first_solar_date.year][m-2]); if (flag==0) m++; if (flag<=0) break; } date->lunar2->month = (m-2) % 12; date->lunar2->year = date->solar->year; if ((date->lunar2->month)==0) { date->lunar2->year = date->solar->year - 1; date->lunar2->month = 12; } return(flag==0); } static void lunar_date_init_i18n(void) { static gboolean _lunar_calendar_gettext_initialized = FALSE; if (!_lunar_calendar_gettext_initialized) { #ifdef G_OS_WIN32 g_autofree gchar *prgdir = NULL; g_autofree gchar *localedir = NULL; prgdir = g_win32_get_package_installation_directory_of_module(NULL); localedir = g_build_filename (prgdir, "locale", NULL); bindtextdomain (GETTEXT_PACKAGE, localedir); #else bindtextdomain (GETTEXT_PACKAGE, LUNAR_DATE_LOCALEDIR); #endif #ifdef HAVE_BIND_TEXTDOMAIN_CODESET bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); #endif _lunar_calendar_gettext_initialized = TRUE; } } lunar-date-3.0.2/lunar-date/lunar-date.gresource.xml000066400000000000000000000002631501066716200223640ustar00rootroot00000000000000 ../data/holiday.desktop lunar-date-3.0.2/lunar-date/lunar-date.h000066400000000000000000000035221501066716200200170ustar00rootroot00000000000000/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (C) 2007-2025 yetist */ #ifndef __LUNAR_DATE_H__ #define __LUNAR_DATE_H__ 1 #include G_BEGIN_DECLS #define LUNAR_TYPE_DATE (lunar_date_get_type ()) #define LUNAR_DATE_ERROR (lunar_date_error_quark ()) G_DECLARE_FINAL_TYPE (LunarDate, lunar_date, LUNAR, DATE, GObject) typedef enum { LUNAR_DATE_ERROR_INTERNAL, LUNAR_DATE_ERROR_YEAR, LUNAR_DATE_ERROR_MONTH, LUNAR_DATE_ERROR_DAY, LUNAR_DATE_ERROR_HOUR, LUNAR_DATE_ERROR_LEAP } LunarDateError; GQuark lunar_date_error_quark (void); LunarDate* lunar_date_new (void); void lunar_date_set_solar_date (LunarDate *date, GDateYear year, GDateMonth month, GDateDay day, guint8 hour, GError **error); void lunar_date_set_lunar_date (LunarDate *date, GDateYear year, GDateMonth month, GDateDay day, guint8 hour, gboolean isleap, GError **error); void lunar_date_set_solar_holiday (LunarDate *date, GDateMonth month, GDateDay day, const gchar *holiday); void lunar_date_set_lunar_holiday (LunarDate *date, GDateMonth month, GDateDay day, const gchar *holiday); void lunar_date_set_week_holiday (LunarDate *date, GDateMonth month, gint week_of_month, gint day_of_week, const gchar *holiday); gchar* lunar_date_get_holiday (LunarDate *date, const gchar *delimiter); gchar* lunar_date_get_calendar (LunarDate *date, gint max); gchar* lunar_date_strftime (LunarDate *date, const gchar *format); gchar* lunar_date_get_constellation (LunarDate *date); void lunar_date_free (LunarDate *date); GLIB_DEPRECATED_FOR(lunar_date_get_holiday) gchar* lunar_date_get_jieri (LunarDate *date, const gchar *delimiter); G_END_DECLS #endif /*__LUNAR_DATE_H__ */ lunar-date-3.0.2/lunar-date/lunar-date.symbols000066400000000000000000000016671501066716200212700ustar00rootroot00000000000000/* This file lists all exported symbols. It is used to generate * the lunar-date.def file used to control exports on Windows. * * Every symbol must be included in the right * #ifdef IN_HEADER(sym) #endif and * #ifdef IN_FILE(sym) #endif sections. */ #ifdef ALL_FILES #define IN_FILE(x) 1 #define IN_HEADER(x) 1 #endif #if IN_HEADER(__LUNAR_DATE_H__) #if IN_FILE(__LUNAR_DATE_C__) lunar_date_error_get_type G_GNUC_CONST lunar_date_error_quark lunar_date_get_type G_GNUC_CONST lunar_date_new lunar_date_set_lunar_date lunar_date_set_solar_date lunar_date_add_solar_holiday lunar_date_add_lunar_holiday lunar_date_add_week_holiday lunar_date_get_holiday G_GNUC_MALLOC lunar_date_strftime G_GNUC_MALLOC lunar_date_free #endif #endif #if IN_HEADER(__LUNAR_VERSION_H__) #if IN_FILE(__LUNAR_VERSION_C__) lunar_date_check_version #endif #endif #ifdef INCLUDE_VARIABLES lunar_date_major_version lunar_date_micro_version lunar_date_minor_version #endif lunar-date-3.0.2/lunar-date/meson.build000066400000000000000000000042531501066716200177560ustar00rootroot00000000000000gnome = import('gnome') pkg = import('pkgconfig') version_h = configure_file( input: 'lunar-date-version.h.in', output : 'lunar-date-version.h', configuration : conf ) source_h = [ 'lunar-date.h', version_h, ] source_c = [ 'lunar-date.c', 'lunar-date-version.c', 'lunar-date-utils.c', ] source_enum = gnome.mkenums('lunar-date-enum-types', sources: source_h, h_template: 'lunar-date-enum-types.h.template', c_template: 'lunar-date-enum-types.c.template', ) source_resources = gnome.compile_resources( 'lunar-date-resources', 'lunar-date.gresource.xml', source_dir : '.', c_name : 'lunar_date' ) install_headers(source_h, subdir : join_paths('lunar-date-3.0', 'lunar-date')) liblunar_date = shared_library('lunar-date-3.0', source_c, source_enum, source_resources, dependencies: [gio_dep], soversion: soversion, version: libversion, include_directories: top_srcdir, install : true, install_dir : get_option('libdir') ) liblunar_date_deps = declare_dependency(sources: source_h, include_directories: [top_srcdir, include_directories('.')], dependencies: [gio_dep, gio_os_dep], link_with: liblunar_date) pkg.generate( name: 'lunar-date-3.0', version: meson.project_version(), description: 'Chinese Lunar Date Library', requires_private: 'gio-2.0', filebase: 'lunar-date-3.0', libraries: '-llunar-date-3.0', subdirs: 'lunar-date-3.0', ) if get_option('introspection') liblunar_date_gir = gnome.generate_gir(liblunar_date, sources: [source_h, source_c, source_enum.get(1)], nsversion : api_version, namespace : 'LunarDate', symbol_prefix : 'lunar', identifier_prefix : 'Lunar', link_with: liblunar_date, includes : ['GObject-2.0'], install : true, install_dir_gir: girdir, install_dir_typelib: typelibdir, extra_args: [ '--c-include=lunar-date/lunar-date.h' ], ) if get_option('vapi') lunar_date_vapi = gnome.generate_vapi('lunar-date-' + api_version, sources: liblunar_date_gir.get(0), packages: 'gio-2.0', install: true, install_dir: vapidir, ) endif endif lunar-date-3.0.2/meson.build000066400000000000000000000116551501066716200157260ustar00rootroot00000000000000project('lunar-date', 'c', version : '3.0.2', license : 'LGPLv2.1+', meson_version : '>=1.0.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], ) # Versionning version_arr = meson.project_version().split('.') lunar_date_version_major = version_arr[0].to_int() lunar_date_version_minor = version_arr[1].to_int() lunar_date_version_micro = version_arr[2].to_int() api_version = '3.0' soversion = 1 if lunar_date_version_minor.is_odd() lunar_date_interface_age = 0 else lunar_date_interface_age = lunar_date_version_micro endif # maintaining compatibility with the previous libtool versioning # current = minor * 100 + micro - interface # revision = interface current = lunar_date_version_minor * 100 + lunar_date_version_micro - lunar_date_interface_age revision = lunar_date_interface_age libversion = '@0@.@1@.@2@'.format(soversion, current, revision) # Compiler & Project arguments add_project_arguments([ '-DHAVE_CONFIG_H', '-I' + meson.project_build_root(), ], language: 'c') # get suported warning flags test_args = [ '-Waggregate-return', '-Warray-bounds', '-Wcast-align', '-Wclobbered', '-Wdeclaration-after-statement', '-Wempty-body', '-Wformat=2', '-Wformat-nonliteral', '-Wformat-security', '-Wformat-signedness', '-Wignored-qualifiers', '-Wimplicit-function-declaration', '-Winit-self', '-Winline', '-Wmissing-declarations', '-Wmissing-format-attribute', '-Wmissing-include-dirs', '-Wmissing-noreturn', '-Wmissing-parameter-type', '-Wmissing-prototypes', '-Wnested-externs', '-Wno-discarded-qualifiers', '-Wno-missing-field-initializers', '-Wno-strict-aliasing', '-Wno-suggest-attribute=format', '-Wno-unused-parameter', '-Wold-style-definition', '-Woverride-init', '-Wpacked', '-Wpointer-arith', '-Wredundant-decls', '-Wreturn-type', '-Wshadow', '-Wsign-compare', '-Wstrict-aliasing', '-Wstrict-prototypes', '-Wswitch-default', '-Wtype-limits', '-Wundef', '-Wuninitialized', '-Wunused-but-set-variable', '-Wwrite-strings' ] if host_machine.system() == 'windows' test_args += ['-fno-stack-protector'] else test_args += ['-fstack-protector-strong'] endif cc = meson.get_compiler('c') foreach arg: test_args if cc.has_argument(arg) add_project_arguments(arg, language : 'c') endif endforeach # enable full RELRO where possible # FIXME: until https://github.com/mesonbuild/meson/issues/1140 is fixed global_link_args = [] test_link_args = [ '-Wl,-z,relro', '-Wl,-z,now', ] if host_machine.system() != 'windows' foreach arg: test_link_args if cc.has_link_argument(arg) global_link_args += arg endif endforeach endif add_global_link_arguments( global_link_args, language: 'c' ) # Dependencies glib_req_version = '>= 2.44.0' gio_dep = dependency('gio-2.0', method: 'pkg-config', version: glib_req_version) message(host_machine.system()) if host_machine.system() == 'windows' gio_os_dep = dependency('gio-windows-2.0', version: glib_req_version) else gio_os_dep = dependency('gio-unix-2.0', version: glib_req_version) endif # Configure data conf = configuration_data() conf.set('LUNAR_DATE_MAJOR_VERSION', lunar_date_version_major) conf.set('LUNAR_DATE_MINOR_VERSION', lunar_date_version_minor) conf.set('LUNAR_DATE_MICRO_VERSION', lunar_date_version_micro) conf.set('LUNAR_DATE_BINARY_AGE', lunar_date_interface_age) conf.set_quoted('VERSION', meson.project_version()) conf.set_quoted('PACKAGE_NAME', meson.project_name()) conf.set_quoted('PACKAGE_VERSION', meson.project_version()) conf.set_quoted('GETTEXT_PACKAGE', meson.project_name()) conf.set_quoted('LUNAR_DATE_LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir'))) conf.set_quoted('DATADIR', join_paths(get_option('prefix'), get_option('datadir'))) conf.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir'))) conf.set_quoted('BINDIR', join_paths(get_option('prefix'), get_option('bindir'))) conf.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir'))) conf.set_quoted('LOCALSTATEDIR', join_paths(get_option('prefix'), get_option('localstatedir'))) conf.set_quoted('LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir'))) configure_file( output : 'config.h', configuration : conf ) # Setup various paths that subdirectory meson.build files need package_subdir = get_option('package_subdir') girdir = join_paths(get_option('datadir'), package_subdir, 'gir-1.0') typelibdir = join_paths(get_option('libdir'), package_subdir, 'girepository-1.0') libdir = join_paths(get_option('libdir'), package_subdir) if package_subdir != '' vapidir = join_paths(get_option('datadir'), package_subdir, 'vapi') else vapidir = join_paths(get_option('datadir'), 'vala', 'vapi') endif top_srcdir = include_directories('.') subdir('po') subdir('lunar-date') if get_option('service') subdir('service') endif if get_option('docs') subdir('docs') endif if get_option('tests') subdir('tests') endif lunar-date-3.0.2/meson_options.txt000066400000000000000000000013041501066716200172070ustar00rootroot00000000000000option('introspection', type: 'boolean', value : false, description: 'Build with GObject Introspection support') option('vapi', type: 'boolean', value: false, description: 'Build to generation vala vapi file') option('service', type : 'boolean', value : true, description : 'Enable dbus service (default: yes)') option('docs', type : 'boolean', value : false, description: 'Enable generating the API reference (depends on GTK-Doc)') option('tests', type : 'boolean', value : false, description : 'Enable test programs (default: no)') # For subproject usage option('package_subdir', type: 'string', description: 'Private sub-directory used when built as a subproject' ) lunar-date-3.0.2/po/000077500000000000000000000000001501066716200141725ustar00rootroot00000000000000lunar-date-3.0.2/po/LINGUAS000066400000000000000000000001451501066716200152170ustar00rootroot00000000000000# lunar-applet translations # # please keep this list sorted alphabetically # zh_CN zh_TW zh_HK lunar-date-3.0.2/po/POTFILES.in000066400000000000000000000003301501066716200157430ustar00rootroot00000000000000# List of source files which contain translatable strings. lunar-date/lunar-date.c lunar-date/lunar-date-private.h lunar-date/lunar-date-utils.c service/date-daemon.c service/lunar-date.c service/lunar-date-daemon.c lunar-date-3.0.2/po/POTFILES.skip000066400000000000000000000002071501066716200163060ustar00rootroot00000000000000example/example.c lunar-date/lunar-date-private.c lunar-date/lunar-date-private.h lunar-date/lunar-date.c service/lunar-date-daemon.c lunar-date-3.0.2/po/meson.build000066400000000000000000000001121501066716200163260ustar00rootroot00000000000000i18n = import('i18n') i18n.gettext(meson.project_name(), preset: 'glib',) lunar-date-3.0.2/po/zh_CN.po000066400000000000000000000305601501066716200155370ustar00rootroot00000000000000# lunar-date package simplified Chinese translation file. # Copyright (C) 2008 yetist . # This file is distributed under the same license as the lunar-date package. # yetist , 2008. # msgid "" msgstr "" "Project-Id-Version: lunar-date\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-27 11:22+0800\n" "PO-Revision-Date: 2007-09-03 19:05+0700\n" "Last-Translator: yetist \n" "Language-Team: yetist@gmail.com \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: CHINA\n" #: lunar-date/lunar-date.c:271 #, c-format msgid "Year out of range.(from 1900 to 2100)." msgstr "年超出范围(从1900到2100)。" #: lunar-date/lunar-date.c:280 lunar-date/lunar-date.c:349 #, c-format msgid "Month out of range." msgstr "月超出范围." #: lunar-date/lunar-date.c:290 lunar-date/lunar-date.c:359 #, c-format msgid "Hour out of range." msgstr "时超出范围." #: lunar-date/lunar-date.c:340 #, c-format msgid "Year out of range." msgstr "年超出范围." #: lunar-date/lunar-date.c:628 lunar-date/lunar-date.c:772 msgid "Rùn" msgstr "闰" #: lunar-date/lunar-date.c:628 lunar-date/lunar-date.c:630 msgid "Yuè" msgstr "月" #: lunar-date/lunar-date.c:1060 #, c-format msgid "%d is not a leap month in year %d.\n" msgstr "%d 年的 %d 月不是闰月。\n" #: lunar-date/lunar-date.c:1078 lunar-date/lunar-date-utils.c:167 #: lunar-date/lunar-date-utils.c:176 #, c-format msgid "Day out of range: \"%d\"" msgstr "日超出范围:\"%d\"" #: lunar-date/lunar-date.c:1098 lunar-date/lunar-date.c:1163 #, c-format msgid "Year out of range. \"%d\"" msgstr "年超出范围. \"%d\"" #. #. * 十天干: "Jiǎ" "Yǐ" "Bǐng" "Dīng" "Wù" "Jǐ" "Gēng" "Xīn" "Rén" "Guǐ" #. #: lunar-date/lunar-date-private.h:321 msgid "Jiǎ" msgstr "甲" #: lunar-date/lunar-date-private.h:321 msgid "Yǐ" msgstr "乙" #: lunar-date/lunar-date-private.h:321 msgid "Bǐng" msgstr "丙" #: lunar-date/lunar-date-private.h:321 msgid "Dīng" msgstr "丁" #: lunar-date/lunar-date-private.h:321 msgid "Wù" msgstr "戊" #: lunar-date/lunar-date-private.h:322 msgid "Jǐ" msgstr "己" #: lunar-date/lunar-date-private.h:322 msgid "Gēng" msgstr "庚" #: lunar-date/lunar-date-private.h:322 msgid "Xīn" msgstr "辛" #: lunar-date/lunar-date-private.h:322 msgid "Rén" msgstr "壬" #: lunar-date/lunar-date-private.h:322 msgid "Guǐ" msgstr "癸" #. #. * 十二地支: "Zǐ" "Chǒu" "Yín" "Mǎo" "Chén" "Sì" "Wǔ" "Wèi" "Shēn" "Yǒu" "Xū" "Hài" #: lunar-date/lunar-date-private.h:328 msgid "Zǐ" msgstr "子" #: lunar-date/lunar-date-private.h:328 msgid "Chǒu" msgstr "丑" #: lunar-date/lunar-date-private.h:328 msgid "Yín" msgstr "寅" #: lunar-date/lunar-date-private.h:328 msgid "Mǎo" msgstr "卯" #: lunar-date/lunar-date-private.h:328 msgid "Chén" msgstr "辰" #: lunar-date/lunar-date-private.h:328 msgid "Sì" msgstr "巳" #: lunar-date/lunar-date-private.h:329 msgid "Wǔ" msgstr "午" #: lunar-date/lunar-date-private.h:329 msgid "Wèi" msgstr "未" #: lunar-date/lunar-date-private.h:329 msgid "Shēn" msgstr "申" #: lunar-date/lunar-date-private.h:329 msgid "Yǒu" msgstr "酉" #: lunar-date/lunar-date-private.h:329 msgid "Xū" msgstr "戌" #: lunar-date/lunar-date-private.h:329 msgid "Hài" msgstr "亥" #: lunar-date/lunar-date-private.h:333 msgid "Mouse" msgstr "鼠" #: lunar-date/lunar-date-private.h:333 msgid "Ox" msgstr "牛" #: lunar-date/lunar-date-private.h:333 msgid "Tiger" msgstr "虎" #: lunar-date/lunar-date-private.h:333 msgid "Rabbit" msgstr "兔" #: lunar-date/lunar-date-private.h:333 msgid "Dragon" msgstr "龙" #: lunar-date/lunar-date-private.h:333 msgid "Snake" msgstr "蛇" #: lunar-date/lunar-date-private.h:334 msgid "Horse" msgstr "马" #: lunar-date/lunar-date-private.h:334 msgid "Goat" msgstr "羊" #: lunar-date/lunar-date-private.h:334 msgid "Monkey" msgstr "猴" #: lunar-date/lunar-date-private.h:334 msgid "Rooster" msgstr "鸡" #: lunar-date/lunar-date-private.h:334 msgid "Dog" msgstr "狗" #: lunar-date/lunar-date-private.h:334 msgid "Pig" msgstr "猪" #: lunar-date/lunar-date-private.h:337 msgid "Jan" msgstr "一" #: lunar-date/lunar-date-private.h:337 msgid "Feb" msgstr "二" #: lunar-date/lunar-date-private.h:337 msgid "Mar" msgstr "三" #: lunar-date/lunar-date-private.h:337 msgid "Apr" msgstr "四" #: lunar-date/lunar-date-private.h:337 msgid "May" msgstr "五" #: lunar-date/lunar-date-private.h:337 msgid "Jun" msgstr "六" #: lunar-date/lunar-date-private.h:338 msgid "Jul" msgstr "七" #: lunar-date/lunar-date-private.h:338 msgid "Aug" msgstr "八" #: lunar-date/lunar-date-private.h:338 msgid "Sep" msgstr "九" #: lunar-date/lunar-date-private.h:338 msgid "Oct" msgstr "十" #: lunar-date/lunar-date-private.h:338 msgid "Nov" msgstr "冬" #: lunar-date/lunar-date-private.h:338 msgid "Dec" msgstr "腊" #. #. * 从 "初一" 到 "三十" #. * "Chūyī" "Chūèr" "Chūsān" "Chūsì" "Chūwǔ" "Chūliù" "Chūqī" "Chūbā" "Chūjiǔ" "Chūshí" #. * "Shíyī" "Shíèr" "Shísān" "Shísì" "Shíwǔ" "Shíliù" "Shíqī" "Shíbā" "Shíjiǔ" "Èrshí" #. * "Èryī" "Èrèr" "Èrsān" "Èrsì" "Èrwǔ" "Èrliù" "Èrqī" "Èrbā" "Èrjiǔ" "Sānshí" #. #: lunar-date/lunar-date-private.h:348 msgid "Chūyī" msgstr "初一" #: lunar-date/lunar-date-private.h:348 msgid "Chūèr" msgstr "初二" #: lunar-date/lunar-date-private.h:348 msgid "Chūsān" msgstr "初三" #: lunar-date/lunar-date-private.h:348 msgid "Chūsì" msgstr "初四" #: lunar-date/lunar-date-private.h:348 msgid "Chūwǔ" msgstr "初五" #: lunar-date/lunar-date-private.h:349 msgid "Chūliù" msgstr "初六" #: lunar-date/lunar-date-private.h:349 msgid "Chūqī" msgstr "初七" #: lunar-date/lunar-date-private.h:349 msgid "Chūbā" msgstr "初八" #: lunar-date/lunar-date-private.h:349 msgid "Chūjiǔ" msgstr "初九" #: lunar-date/lunar-date-private.h:349 msgid "Chūshí" msgstr "初十" #: lunar-date/lunar-date-private.h:350 msgid "Shíyī" msgstr "十一" #: lunar-date/lunar-date-private.h:350 msgid "Shíèr" msgstr "十二" #: lunar-date/lunar-date-private.h:350 msgid "Shísān" msgstr "十三" #: lunar-date/lunar-date-private.h:350 msgid "Shísì" msgstr "十四" #: lunar-date/lunar-date-private.h:350 msgid "Shíwǔ" msgstr "十五" #: lunar-date/lunar-date-private.h:351 msgid "Shíliù" msgstr "十六" #: lunar-date/lunar-date-private.h:351 msgid "Shíqī" msgstr "十七" #: lunar-date/lunar-date-private.h:351 msgid "Shíbā" msgstr "十八" #: lunar-date/lunar-date-private.h:351 msgid "Shíjiǔ" msgstr "十九" #: lunar-date/lunar-date-private.h:351 msgid "Èrshí" msgstr "二十" #: lunar-date/lunar-date-private.h:352 msgid "Èryī" msgstr "廿一" #: lunar-date/lunar-date-private.h:352 msgid "Èrèr" msgstr "廿二" #: lunar-date/lunar-date-private.h:352 msgid "Èrsān" msgstr "廿三" #: lunar-date/lunar-date-private.h:352 msgid "Èrsì" msgstr "廿四" #: lunar-date/lunar-date-private.h:352 msgid "Èrwǔ" msgstr "廿五" #: lunar-date/lunar-date-private.h:353 msgid "Èrliù" msgstr "廿六" #: lunar-date/lunar-date-private.h:353 msgid "Èrqī" msgstr "廿七" #: lunar-date/lunar-date-private.h:353 msgid "Èrbā" msgstr "廿八" #: lunar-date/lunar-date-private.h:353 msgid "Èrjiǔ" msgstr "廿九" #: lunar-date/lunar-date-private.h:353 msgid "Sānshí" msgstr "三十" #: lunar-date/lunar-date-private.h:357 msgid "Capricornus" msgstr "摩羯座" #: lunar-date/lunar-date-private.h:357 msgid "Aquarius" msgstr "水瓶座" #: lunar-date/lunar-date-private.h:357 msgid "Pisces" msgstr "双鱼座" #: lunar-date/lunar-date-private.h:357 msgid "Aries" msgstr "白羊座" #: lunar-date/lunar-date-private.h:357 msgid "Taurus" msgstr "金牛座" #: lunar-date/lunar-date-private.h:357 msgid "Gemini" msgstr "双子座" #: lunar-date/lunar-date-private.h:358 msgid "Cancer" msgstr "巨蟹座" #: lunar-date/lunar-date-private.h:358 msgid "Leo" msgstr "狮子座" #: lunar-date/lunar-date-private.h:358 msgid "Virgo" msgstr "处女座" #: lunar-date/lunar-date-private.h:358 msgid "Libra" msgstr "天秤座" #: lunar-date/lunar-date-private.h:358 msgid "Scorpius" msgstr "天蝎座" #: lunar-date/lunar-date-private.h:358 msgid "Sagittarius" msgstr "射手座" #. 从○ 到十: "líng" "yī" "èr" "sān" "sì" "wǔ" "liù" "qī" "bā" "jiǔ" "shí" #: lunar-date/lunar-date-utils.c:31 msgid "líng" msgstr "○" #: lunar-date/lunar-date-utils.c:31 msgid "yī" msgstr "一" #: lunar-date/lunar-date-utils.c:31 msgid "èr" msgstr "二" #: lunar-date/lunar-date-utils.c:31 msgid "sān" msgstr "三" #: lunar-date/lunar-date-utils.c:31 msgid "sì" msgstr "四" #: lunar-date/lunar-date-utils.c:32 msgid "wǔ" msgstr "五" #: lunar-date/lunar-date-utils.c:32 msgid "liù" msgstr "六" #: lunar-date/lunar-date-utils.c:32 msgid "qī" msgstr "七" #: lunar-date/lunar-date-utils.c:32 msgid "bā" msgstr "八" #: lunar-date/lunar-date-utils.c:32 msgid "jiǔ" msgstr "九" #: lunar-date/lunar-date-utils.c:33 msgid "shí" msgstr "十" #. #. * "Xiǎohán" "Dàhán" "Lìchūn" "Yǔshuǐ" #. * "Jīngzhé" "Chūnfēn" "Qīngmíng" "Gǔyǔ" #. * "Lìxià" "Xiǎomǎn" "Mángzhòng" "Xiàzhì" #. * "Xiǎoshǔ" "Dàshǔ" "Lìqīu" "Chùshǔ" #. * "Báilòu" "Qīufēn" "Hánlòu" "Shuāngjiàng" #. * "Lìdōng" "Xiǎoxuě" "Dàxuě" "Dōngzhì" #. #: lunar-date/lunar-date-utils.c:74 msgid "Xiǎohán" msgstr "小寒" #: lunar-date/lunar-date-utils.c:74 msgid "Dàhán" msgstr "大寒" #: lunar-date/lunar-date-utils.c:74 msgid "Lìchūn" msgstr "立春" #: lunar-date/lunar-date-utils.c:74 msgid "Yǔshuǐ" msgstr "雨水" #: lunar-date/lunar-date-utils.c:75 msgid "Jīngzhé" msgstr "惊蛰" #: lunar-date/lunar-date-utils.c:75 msgid "Chūnfēn" msgstr "春分" #: lunar-date/lunar-date-utils.c:75 msgid "Qīngmíng" msgstr "清明" #: lunar-date/lunar-date-utils.c:75 msgid "Gǔyǔ" msgstr "谷雨" #: lunar-date/lunar-date-utils.c:76 msgid "Lìxià" msgstr "立夏" #: lunar-date/lunar-date-utils.c:76 msgid "Xiǎomǎn" msgstr "小满" #: lunar-date/lunar-date-utils.c:76 msgid "Mángzhòng" msgstr "芒种" #: lunar-date/lunar-date-utils.c:76 msgid "Xiàzhì" msgstr "夏至" #: lunar-date/lunar-date-utils.c:77 msgid "Xiǎoshǔ" msgstr "小暑" #: lunar-date/lunar-date-utils.c:77 msgid "Dàshǔ" msgstr "大暑" #: lunar-date/lunar-date-utils.c:77 msgid "Lìqīu" msgstr "立秋" #: lunar-date/lunar-date-utils.c:77 msgid "Chùshǔ" msgstr "处暑" #: lunar-date/lunar-date-utils.c:78 msgid "Báilù" msgstr "白露" #: lunar-date/lunar-date-utils.c:78 msgid "Qīufēn" msgstr "秋分" #: lunar-date/lunar-date-utils.c:78 msgid "Hánlòu" msgstr "寒露" #: lunar-date/lunar-date-utils.c:78 msgid "Shuāngjiàng" msgstr "霜降" #: lunar-date/lunar-date-utils.c:79 msgid "Lìdōng" msgstr "立冬" #: lunar-date/lunar-date-utils.c:79 msgid "Xiǎoxuě" msgstr "小雪" #: lunar-date/lunar-date-utils.c:79 msgid "Dàxuě" msgstr "大雪" #: lunar-date/lunar-date-utils.c:79 msgid "Dōngzhì" msgstr "冬至" #: lunar-date/lunar-date-utils.c:151 #, c-format msgid "Internal error: pick a larger constant for BYEAR." msgstr "内部错误:参考年的数值过小。" #: service/lunar-date.c:44 msgid "Format for date output" msgstr "格式化日期输出" #: service/lunar-date.c:61 #, c-format msgid "Date is not valid\n" msgstr "无效日期\n" #: service/lunar-date.c:176 service/lunar-date.c:190 #, c-format msgid "Unable to get cal: %s\n" msgstr "无法得到日历:%s\n" #: service/lunar-date.c:226 #, c-format msgid "Unable to contact dbus server: %s\n" msgstr "无法和 DBus 服务通讯:%s\n" #: service/lunar-date.c:231 msgid "[year [month [day [hour]]]]" msgstr "[年 [月 [日 [时]]]]" #: service/lunar-date.c:233 msgid "" "Display a calendar, or some part of it.\n" "Without any arguments, display the current month." msgstr "" "显示完整日历或部分日历。\n" "如果不指定任何参数,显示当月。" #: service/lunar-date.c:237 #, c-format msgid "option parsing failed: %s\n" msgstr "选项解析失败:%s\n" #: service/lunar-date-daemon.c:41 msgid "Enable debugging code" msgstr "启用调试代码" #: service/lunar-date-daemon.c:47 msgid "Replace a currently running application" msgstr "替换当前正在运行的应用" #: service/lunar-date-daemon.c:67 #, c-format msgid "Failed to parse command line arguments: %s" msgstr "无法解析命令行参数:%s" lunar-date-3.0.2/po/zh_HK.po000066400000000000000000000305451501066716200155440ustar00rootroot00000000000000# lunar-date package simplified Chinese translation file. # Copyright (C) 2008 yetist . # This file is distributed under the same license as the lunar-date package. # yetist , 2008. # msgid "" msgstr "" "Project-Id-Version: lunar-date\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-27 11:22+0800\n" "PO-Revision-Date: 2007-09-03 19:05+0700\n" "Last-Translator: yetist \n" "Language-Team: yetist@gmail.com \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: CHINA\n" #: lunar-date/lunar-date.c:271 #, c-format msgid "Year out of range.(from 1900 to 2100)." msgstr "年超出範圍(从1900到2100)。" #: lunar-date/lunar-date.c:280 lunar-date/lunar-date.c:349 #, c-format msgid "Month out of range." msgstr "月超出範圍." #: lunar-date/lunar-date.c:290 lunar-date/lunar-date.c:359 #, c-format msgid "Hour out of range." msgstr "時超出範圍." #: lunar-date/lunar-date.c:340 #, c-format msgid "Year out of range." msgstr "年超出範圍." #: lunar-date/lunar-date.c:628 lunar-date/lunar-date.c:772 msgid "Rùn" msgstr "閏" #: lunar-date/lunar-date.c:628 lunar-date/lunar-date.c:630 msgid "Yuè" msgstr "月" #: lunar-date/lunar-date.c:1060 #, c-format msgid "%d is not a leap month in year %d.\n" msgstr "%d 年的 %d 月不是閏月。\n" #: lunar-date/lunar-date.c:1078 lunar-date/lunar-date-utils.c:167 #: lunar-date/lunar-date-utils.c:176 #, c-format msgid "Day out of range: \"%d\"" msgstr "日超出範圍:\"%d\"" #: lunar-date/lunar-date.c:1098 lunar-date/lunar-date.c:1163 #, c-format msgid "Year out of range. \"%d\"" msgstr "年超出範圍. \"%d\"" #. #. * 十天干: "Jiǎ" "Yǐ" "Bǐng" "Dīng" "Wù" "Jǐ" "Gēng" "Xīn" "Rén" "Guǐ" #. #: lunar-date/lunar-date-private.h:321 msgid "Jiǎ" msgstr "甲" #: lunar-date/lunar-date-private.h:321 msgid "Yǐ" msgstr "乙" #: lunar-date/lunar-date-private.h:321 msgid "Bǐng" msgstr "丙" #: lunar-date/lunar-date-private.h:321 msgid "Dīng" msgstr "丁" #: lunar-date/lunar-date-private.h:321 msgid "Wù" msgstr "戊" #: lunar-date/lunar-date-private.h:322 msgid "Jǐ" msgstr "己" #: lunar-date/lunar-date-private.h:322 msgid "Gēng" msgstr "庚" #: lunar-date/lunar-date-private.h:322 msgid "Xīn" msgstr "辛" #: lunar-date/lunar-date-private.h:322 msgid "Rén" msgstr "壬" #: lunar-date/lunar-date-private.h:322 msgid "Guǐ" msgstr "癸" #. #. * 十二地支: "Zǐ" "Chǒu" "Yín" "Mǎo" "Chén" "Sì" "Wǔ" "Wèi" "Shēn" "Yǒu" "Xū" "Hài" #: lunar-date/lunar-date-private.h:328 msgid "Zǐ" msgstr "子" #: lunar-date/lunar-date-private.h:328 msgid "Chǒu" msgstr "丑" #: lunar-date/lunar-date-private.h:328 msgid "Yín" msgstr "寅" #: lunar-date/lunar-date-private.h:328 msgid "Mǎo" msgstr "卯" #: lunar-date/lunar-date-private.h:328 msgid "Chén" msgstr "辰" #: lunar-date/lunar-date-private.h:328 msgid "Sì" msgstr "巳" #: lunar-date/lunar-date-private.h:329 msgid "Wǔ" msgstr "午" #: lunar-date/lunar-date-private.h:329 msgid "Wèi" msgstr "未" #: lunar-date/lunar-date-private.h:329 msgid "Shēn" msgstr "申" #: lunar-date/lunar-date-private.h:329 msgid "Yǒu" msgstr "酉" #: lunar-date/lunar-date-private.h:329 msgid "Xū" msgstr "戌" #: lunar-date/lunar-date-private.h:329 msgid "Hài" msgstr "亥" #: lunar-date/lunar-date-private.h:333 msgid "Mouse" msgstr "鼠" #: lunar-date/lunar-date-private.h:333 msgid "Ox" msgstr "牛" #: lunar-date/lunar-date-private.h:333 msgid "Tiger" msgstr "虎" #: lunar-date/lunar-date-private.h:333 msgid "Rabbit" msgstr "兔" #: lunar-date/lunar-date-private.h:333 msgid "Dragon" msgstr "龍" #: lunar-date/lunar-date-private.h:333 msgid "Snake" msgstr "蛇" #: lunar-date/lunar-date-private.h:334 msgid "Horse" msgstr "馬" #: lunar-date/lunar-date-private.h:334 msgid "Goat" msgstr "羊" #: lunar-date/lunar-date-private.h:334 msgid "Monkey" msgstr "猴" #: lunar-date/lunar-date-private.h:334 msgid "Rooster" msgstr "雞" #: lunar-date/lunar-date-private.h:334 msgid "Dog" msgstr "狗" #: lunar-date/lunar-date-private.h:334 msgid "Pig" msgstr "豬" #: lunar-date/lunar-date-private.h:337 msgid "Jan" msgstr "一月" #: lunar-date/lunar-date-private.h:337 msgid "Feb" msgstr "二月" #: lunar-date/lunar-date-private.h:337 msgid "Mar" msgstr "三月" #: lunar-date/lunar-date-private.h:337 msgid "Apr" msgstr "四月" #: lunar-date/lunar-date-private.h:337 msgid "May" msgstr "五月" #: lunar-date/lunar-date-private.h:337 msgid "Jun" msgstr "六月" #: lunar-date/lunar-date-private.h:338 msgid "Jul" msgstr "七月" #: lunar-date/lunar-date-private.h:338 msgid "Aug" msgstr "八月" #: lunar-date/lunar-date-private.h:338 msgid "Sep" msgstr "九月" #: lunar-date/lunar-date-private.h:338 msgid "Oct" msgstr "十月" #: lunar-date/lunar-date-private.h:338 msgid "Nov" msgstr "冬月" #: lunar-date/lunar-date-private.h:338 msgid "Dec" msgstr "臘月" #. #. * 从 "初一" 到 "三十" #. * "Chūyī" "Chūèr" "Chūsān" "Chūsì" "Chūwǔ" "Chūliù" "Chūqī" "Chūbā" "Chūjiǔ" "Chūshí" #. * "Shíyī" "Shíèr" "Shísān" "Shísì" "Shíwǔ" "Shíliù" "Shíqī" "Shíbā" "Shíjiǔ" "Èrshí" #. * "Èryī" "Èrèr" "Èrsān" "Èrsì" "Èrwǔ" "Èrliù" "Èrqī" "Èrbā" "Èrjiǔ" "Sānshí" #. #: lunar-date/lunar-date-private.h:348 msgid "Chūyī" msgstr "初一" #: lunar-date/lunar-date-private.h:348 msgid "Chūèr" msgstr "初二" #: lunar-date/lunar-date-private.h:348 msgid "Chūsān" msgstr "初三" #: lunar-date/lunar-date-private.h:348 msgid "Chūsì" msgstr "初四" #: lunar-date/lunar-date-private.h:348 msgid "Chūwǔ" msgstr "初五" #: lunar-date/lunar-date-private.h:349 msgid "Chūliù" msgstr "初六" #: lunar-date/lunar-date-private.h:349 msgid "Chūqī" msgstr "初七" #: lunar-date/lunar-date-private.h:349 msgid "Chūbā" msgstr "初八" #: lunar-date/lunar-date-private.h:349 msgid "Chūjiǔ" msgstr "初九" #: lunar-date/lunar-date-private.h:349 msgid "Chūshí" msgstr "初十" #: lunar-date/lunar-date-private.h:350 msgid "Shíyī" msgstr "十一" #: lunar-date/lunar-date-private.h:350 msgid "Shíèr" msgstr "十二" #: lunar-date/lunar-date-private.h:350 msgid "Shísān" msgstr "十三" #: lunar-date/lunar-date-private.h:350 msgid "Shísì" msgstr "十四" #: lunar-date/lunar-date-private.h:350 msgid "Shíwǔ" msgstr "十五" #: lunar-date/lunar-date-private.h:351 msgid "Shíliù" msgstr "十六" #: lunar-date/lunar-date-private.h:351 msgid "Shíqī" msgstr "十七" #: lunar-date/lunar-date-private.h:351 msgid "Shíbā" msgstr "十八" #: lunar-date/lunar-date-private.h:351 msgid "Shíjiǔ" msgstr "十九" #: lunar-date/lunar-date-private.h:351 msgid "Èrshí" msgstr "二十" #: lunar-date/lunar-date-private.h:352 msgid "Èryī" msgstr "廿一" #: lunar-date/lunar-date-private.h:352 msgid "Èrèr" msgstr "廿二" #: lunar-date/lunar-date-private.h:352 msgid "Èrsān" msgstr "廿三" #: lunar-date/lunar-date-private.h:352 msgid "Èrsì" msgstr "廿四" #: lunar-date/lunar-date-private.h:352 msgid "Èrwǔ" msgstr "廿五" #: lunar-date/lunar-date-private.h:353 msgid "Èrliù" msgstr "廿六" #: lunar-date/lunar-date-private.h:353 msgid "Èrqī" msgstr "廿七" #: lunar-date/lunar-date-private.h:353 msgid "Èrbā" msgstr "廿八" #: lunar-date/lunar-date-private.h:353 msgid "Èrjiǔ" msgstr "廿九" #: lunar-date/lunar-date-private.h:353 msgid "Sānshí" msgstr "三十" #: lunar-date/lunar-date-private.h:357 msgid "Capricornus" msgstr "摩羯座" #: lunar-date/lunar-date-private.h:357 msgid "Aquarius" msgstr "水瓶座" #: lunar-date/lunar-date-private.h:357 msgid "Pisces" msgstr "双鱼座" #: lunar-date/lunar-date-private.h:357 msgid "Aries" msgstr "白羊座" #: lunar-date/lunar-date-private.h:357 msgid "Taurus" msgstr "金牛座" #: lunar-date/lunar-date-private.h:357 msgid "Gemini" msgstr "双子座" #: lunar-date/lunar-date-private.h:358 msgid "Cancer" msgstr "巨蟹座" #: lunar-date/lunar-date-private.h:358 msgid "Leo" msgstr "狮子座" #: lunar-date/lunar-date-private.h:358 msgid "Virgo" msgstr "处女座" #: lunar-date/lunar-date-private.h:358 msgid "Libra" msgstr "天秤座" #: lunar-date/lunar-date-private.h:358 msgid "Scorpius" msgstr "天蝎座" #: lunar-date/lunar-date-private.h:358 msgid "Sagittarius" msgstr "射手座" #. 从○ 到十: "líng" "yī" "èr" "sān" "sì" "wǔ" "liù" "qī" "bā" "jiǔ" "shí" #: lunar-date/lunar-date-utils.c:31 msgid "líng" msgstr "○" #: lunar-date/lunar-date-utils.c:31 msgid "yī" msgstr "一" #: lunar-date/lunar-date-utils.c:31 msgid "èr" msgstr "二" #: lunar-date/lunar-date-utils.c:31 msgid "sān" msgstr "三" #: lunar-date/lunar-date-utils.c:31 msgid "sì" msgstr "四" #: lunar-date/lunar-date-utils.c:32 msgid "wǔ" msgstr "五" #: lunar-date/lunar-date-utils.c:32 msgid "liù" msgstr "六" #: lunar-date/lunar-date-utils.c:32 msgid "qī" msgstr "七" #: lunar-date/lunar-date-utils.c:32 msgid "bā" msgstr "八" #: lunar-date/lunar-date-utils.c:32 msgid "jiǔ" msgstr "九" #: lunar-date/lunar-date-utils.c:33 msgid "shí" msgstr "十" #. #. * "Xiǎohán" "Dàhán" "Lìchūn" "Yǔshuǐ" #. * "Jīngzhé" "Chūnfēn" "Qīngmíng" "Gǔyǔ" #. * "Lìxià" "Xiǎomǎn" "Mángzhòng" "Xiàzhì" #. * "Xiǎoshǔ" "Dàshǔ" "Lìqīu" "Chùshǔ" #. * "Báilòu" "Qīufēn" "Hánlòu" "Shuāngjiàng" #. * "Lìdōng" "Xiǎoxuě" "Dàxuě" "Dōngzhì" #. #: lunar-date/lunar-date-utils.c:74 msgid "Xiǎohán" msgstr "小寒" #: lunar-date/lunar-date-utils.c:74 msgid "Dàhán" msgstr "大寒" #: lunar-date/lunar-date-utils.c:74 msgid "Lìchūn" msgstr "立春" #: lunar-date/lunar-date-utils.c:74 msgid "Yǔshuǐ" msgstr "雨水" #: lunar-date/lunar-date-utils.c:75 msgid "Jīngzhé" msgstr "驚蟄" #: lunar-date/lunar-date-utils.c:75 msgid "Chūnfēn" msgstr "春分" #: lunar-date/lunar-date-utils.c:75 msgid "Qīngmíng" msgstr "清明" #: lunar-date/lunar-date-utils.c:75 msgid "Gǔyǔ" msgstr "谷雨" #: lunar-date/lunar-date-utils.c:76 msgid "Lìxià" msgstr "立夏" #: lunar-date/lunar-date-utils.c:76 msgid "Xiǎomǎn" msgstr "小滿" #: lunar-date/lunar-date-utils.c:76 msgid "Mángzhòng" msgstr "芒種" #: lunar-date/lunar-date-utils.c:76 msgid "Xiàzhì" msgstr "夏至" #: lunar-date/lunar-date-utils.c:77 msgid "Xiǎoshǔ" msgstr "小暑" #: lunar-date/lunar-date-utils.c:77 msgid "Dàshǔ" msgstr "大暑" #: lunar-date/lunar-date-utils.c:77 msgid "Lìqīu" msgstr "立秋" #: lunar-date/lunar-date-utils.c:77 msgid "Chùshǔ" msgstr "處暑" #: lunar-date/lunar-date-utils.c:78 msgid "Báilù" msgstr "白露" #: lunar-date/lunar-date-utils.c:78 msgid "Qīufēn" msgstr "秋分" #: lunar-date/lunar-date-utils.c:78 msgid "Hánlòu" msgstr "寒露" #: lunar-date/lunar-date-utils.c:78 msgid "Shuāngjiàng" msgstr "霜降" #: lunar-date/lunar-date-utils.c:79 msgid "Lìdōng" msgstr "立冬" #: lunar-date/lunar-date-utils.c:79 msgid "Xiǎoxuě" msgstr "小雪" #: lunar-date/lunar-date-utils.c:79 msgid "Dàxuě" msgstr "大雪" #: lunar-date/lunar-date-utils.c:79 msgid "Dōngzhì" msgstr "冬至" #: lunar-date/lunar-date-utils.c:151 #, c-format msgid "Internal error: pick a larger constant for BYEAR." msgstr "內部錯誤:參考年的數值過小。" #: service/lunar-date.c:44 msgid "Format for date output" msgstr "格式化日期输出" #: service/lunar-date.c:61 #, c-format msgid "Date is not valid\n" msgstr "无效日期\n" #: service/lunar-date.c:176 service/lunar-date.c:190 #, c-format msgid "Unable to get cal: %s\n" msgstr "无法得到日历:%s\n" #: service/lunar-date.c:226 #, c-format msgid "Unable to contact dbus server: %s\n" msgstr "无法和 DBus 服务通讯:%s\n" #: service/lunar-date.c:231 msgid "[year [month [day [hour]]]]" msgstr "[年 [月 [日 [时]]]]" #: service/lunar-date.c:233 msgid "" "Display a calendar, or some part of it.\n" "Without any arguments, display the current month." msgstr "" "显示完整日历或部分日历。\n" "如果不指定任何参数,显示当月。" #: service/lunar-date.c:237 #, c-format msgid "option parsing failed: %s\n" msgstr "选项解析失败:%s\n" #: service/lunar-date-daemon.c:41 msgid "Enable debugging code" msgstr "启用调试代码" #: service/lunar-date-daemon.c:47 msgid "Replace a currently running application" msgstr "替换当前正在运行的应用" #: service/lunar-date-daemon.c:67 #, c-format msgid "Failed to parse command line arguments: %s" msgstr "无法解析命令行参数:%s" lunar-date-3.0.2/po/zh_TW.po000066400000000000000000000305451501066716200155740ustar00rootroot00000000000000# lunar-date package simplified Chinese translation file. # Copyright (C) 2008 yetist . # This file is distributed under the same license as the lunar-date package. # yetist , 2008. # msgid "" msgstr "" "Project-Id-Version: lunar-date\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-27 11:22+0800\n" "PO-Revision-Date: 2007-09-03 19:05+0700\n" "Last-Translator: yetist \n" "Language-Team: yetist@gmail.com \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: CHINA\n" #: lunar-date/lunar-date.c:271 #, c-format msgid "Year out of range.(from 1900 to 2100)." msgstr "年超出範圍(从1900到2100)。" #: lunar-date/lunar-date.c:280 lunar-date/lunar-date.c:349 #, c-format msgid "Month out of range." msgstr "月超出範圍." #: lunar-date/lunar-date.c:290 lunar-date/lunar-date.c:359 #, c-format msgid "Hour out of range." msgstr "時超出範圍." #: lunar-date/lunar-date.c:340 #, c-format msgid "Year out of range." msgstr "年超出範圍." #: lunar-date/lunar-date.c:628 lunar-date/lunar-date.c:772 msgid "Rùn" msgstr "閏" #: lunar-date/lunar-date.c:628 lunar-date/lunar-date.c:630 msgid "Yuè" msgstr "月" #: lunar-date/lunar-date.c:1060 #, c-format msgid "%d is not a leap month in year %d.\n" msgstr "%d 年的 %d 月不是閏月。\n" #: lunar-date/lunar-date.c:1078 lunar-date/lunar-date-utils.c:167 #: lunar-date/lunar-date-utils.c:176 #, c-format msgid "Day out of range: \"%d\"" msgstr "日超出範圍:\"%d\"" #: lunar-date/lunar-date.c:1098 lunar-date/lunar-date.c:1163 #, c-format msgid "Year out of range. \"%d\"" msgstr "年超出範圍. \"%d\"" #. #. * 十天干: "Jiǎ" "Yǐ" "Bǐng" "Dīng" "Wù" "Jǐ" "Gēng" "Xīn" "Rén" "Guǐ" #. #: lunar-date/lunar-date-private.h:321 msgid "Jiǎ" msgstr "甲" #: lunar-date/lunar-date-private.h:321 msgid "Yǐ" msgstr "乙" #: lunar-date/lunar-date-private.h:321 msgid "Bǐng" msgstr "丙" #: lunar-date/lunar-date-private.h:321 msgid "Dīng" msgstr "丁" #: lunar-date/lunar-date-private.h:321 msgid "Wù" msgstr "戊" #: lunar-date/lunar-date-private.h:322 msgid "Jǐ" msgstr "己" #: lunar-date/lunar-date-private.h:322 msgid "Gēng" msgstr "庚" #: lunar-date/lunar-date-private.h:322 msgid "Xīn" msgstr "辛" #: lunar-date/lunar-date-private.h:322 msgid "Rén" msgstr "壬" #: lunar-date/lunar-date-private.h:322 msgid "Guǐ" msgstr "癸" #. #. * 十二地支: "Zǐ" "Chǒu" "Yín" "Mǎo" "Chén" "Sì" "Wǔ" "Wèi" "Shēn" "Yǒu" "Xū" "Hài" #: lunar-date/lunar-date-private.h:328 msgid "Zǐ" msgstr "子" #: lunar-date/lunar-date-private.h:328 msgid "Chǒu" msgstr "丑" #: lunar-date/lunar-date-private.h:328 msgid "Yín" msgstr "寅" #: lunar-date/lunar-date-private.h:328 msgid "Mǎo" msgstr "卯" #: lunar-date/lunar-date-private.h:328 msgid "Chén" msgstr "辰" #: lunar-date/lunar-date-private.h:328 msgid "Sì" msgstr "巳" #: lunar-date/lunar-date-private.h:329 msgid "Wǔ" msgstr "午" #: lunar-date/lunar-date-private.h:329 msgid "Wèi" msgstr "未" #: lunar-date/lunar-date-private.h:329 msgid "Shēn" msgstr "申" #: lunar-date/lunar-date-private.h:329 msgid "Yǒu" msgstr "酉" #: lunar-date/lunar-date-private.h:329 msgid "Xū" msgstr "戌" #: lunar-date/lunar-date-private.h:329 msgid "Hài" msgstr "亥" #: lunar-date/lunar-date-private.h:333 msgid "Mouse" msgstr "鼠" #: lunar-date/lunar-date-private.h:333 msgid "Ox" msgstr "牛" #: lunar-date/lunar-date-private.h:333 msgid "Tiger" msgstr "虎" #: lunar-date/lunar-date-private.h:333 msgid "Rabbit" msgstr "兔" #: lunar-date/lunar-date-private.h:333 msgid "Dragon" msgstr "龍" #: lunar-date/lunar-date-private.h:333 msgid "Snake" msgstr "蛇" #: lunar-date/lunar-date-private.h:334 msgid "Horse" msgstr "馬" #: lunar-date/lunar-date-private.h:334 msgid "Goat" msgstr "羊" #: lunar-date/lunar-date-private.h:334 msgid "Monkey" msgstr "猴" #: lunar-date/lunar-date-private.h:334 msgid "Rooster" msgstr "雞" #: lunar-date/lunar-date-private.h:334 msgid "Dog" msgstr "狗" #: lunar-date/lunar-date-private.h:334 msgid "Pig" msgstr "豬" #: lunar-date/lunar-date-private.h:337 msgid "Jan" msgstr "一月" #: lunar-date/lunar-date-private.h:337 msgid "Feb" msgstr "二月" #: lunar-date/lunar-date-private.h:337 msgid "Mar" msgstr "三月" #: lunar-date/lunar-date-private.h:337 msgid "Apr" msgstr "四月" #: lunar-date/lunar-date-private.h:337 msgid "May" msgstr "五月" #: lunar-date/lunar-date-private.h:337 msgid "Jun" msgstr "六月" #: lunar-date/lunar-date-private.h:338 msgid "Jul" msgstr "七月" #: lunar-date/lunar-date-private.h:338 msgid "Aug" msgstr "八月" #: lunar-date/lunar-date-private.h:338 msgid "Sep" msgstr "九月" #: lunar-date/lunar-date-private.h:338 msgid "Oct" msgstr "十月" #: lunar-date/lunar-date-private.h:338 msgid "Nov" msgstr "冬月" #: lunar-date/lunar-date-private.h:338 msgid "Dec" msgstr "臘月" #. #. * 从 "初一" 到 "三十" #. * "Chūyī" "Chūèr" "Chūsān" "Chūsì" "Chūwǔ" "Chūliù" "Chūqī" "Chūbā" "Chūjiǔ" "Chūshí" #. * "Shíyī" "Shíèr" "Shísān" "Shísì" "Shíwǔ" "Shíliù" "Shíqī" "Shíbā" "Shíjiǔ" "Èrshí" #. * "Èryī" "Èrèr" "Èrsān" "Èrsì" "Èrwǔ" "Èrliù" "Èrqī" "Èrbā" "Èrjiǔ" "Sānshí" #. #: lunar-date/lunar-date-private.h:348 msgid "Chūyī" msgstr "初一" #: lunar-date/lunar-date-private.h:348 msgid "Chūèr" msgstr "初二" #: lunar-date/lunar-date-private.h:348 msgid "Chūsān" msgstr "初三" #: lunar-date/lunar-date-private.h:348 msgid "Chūsì" msgstr "初四" #: lunar-date/lunar-date-private.h:348 msgid "Chūwǔ" msgstr "初五" #: lunar-date/lunar-date-private.h:349 msgid "Chūliù" msgstr "初六" #: lunar-date/lunar-date-private.h:349 msgid "Chūqī" msgstr "初七" #: lunar-date/lunar-date-private.h:349 msgid "Chūbā" msgstr "初八" #: lunar-date/lunar-date-private.h:349 msgid "Chūjiǔ" msgstr "初九" #: lunar-date/lunar-date-private.h:349 msgid "Chūshí" msgstr "初十" #: lunar-date/lunar-date-private.h:350 msgid "Shíyī" msgstr "十一" #: lunar-date/lunar-date-private.h:350 msgid "Shíèr" msgstr "十二" #: lunar-date/lunar-date-private.h:350 msgid "Shísān" msgstr "十三" #: lunar-date/lunar-date-private.h:350 msgid "Shísì" msgstr "十四" #: lunar-date/lunar-date-private.h:350 msgid "Shíwǔ" msgstr "十五" #: lunar-date/lunar-date-private.h:351 msgid "Shíliù" msgstr "十六" #: lunar-date/lunar-date-private.h:351 msgid "Shíqī" msgstr "十七" #: lunar-date/lunar-date-private.h:351 msgid "Shíbā" msgstr "十八" #: lunar-date/lunar-date-private.h:351 msgid "Shíjiǔ" msgstr "十九" #: lunar-date/lunar-date-private.h:351 msgid "Èrshí" msgstr "二十" #: lunar-date/lunar-date-private.h:352 msgid "Èryī" msgstr "廿一" #: lunar-date/lunar-date-private.h:352 msgid "Èrèr" msgstr "廿二" #: lunar-date/lunar-date-private.h:352 msgid "Èrsān" msgstr "廿三" #: lunar-date/lunar-date-private.h:352 msgid "Èrsì" msgstr "廿四" #: lunar-date/lunar-date-private.h:352 msgid "Èrwǔ" msgstr "廿五" #: lunar-date/lunar-date-private.h:353 msgid "Èrliù" msgstr "廿六" #: lunar-date/lunar-date-private.h:353 msgid "Èrqī" msgstr "廿七" #: lunar-date/lunar-date-private.h:353 msgid "Èrbā" msgstr "廿八" #: lunar-date/lunar-date-private.h:353 msgid "Èrjiǔ" msgstr "廿九" #: lunar-date/lunar-date-private.h:353 msgid "Sānshí" msgstr "三十" #: lunar-date/lunar-date-private.h:357 msgid "Capricornus" msgstr "摩羯座" #: lunar-date/lunar-date-private.h:357 msgid "Aquarius" msgstr "水瓶座" #: lunar-date/lunar-date-private.h:357 msgid "Pisces" msgstr "双鱼座" #: lunar-date/lunar-date-private.h:357 msgid "Aries" msgstr "白羊座" #: lunar-date/lunar-date-private.h:357 msgid "Taurus" msgstr "金牛座" #: lunar-date/lunar-date-private.h:357 msgid "Gemini" msgstr "双子座" #: lunar-date/lunar-date-private.h:358 msgid "Cancer" msgstr "巨蟹座" #: lunar-date/lunar-date-private.h:358 msgid "Leo" msgstr "狮子座" #: lunar-date/lunar-date-private.h:358 msgid "Virgo" msgstr "处女座" #: lunar-date/lunar-date-private.h:358 msgid "Libra" msgstr "天秤座" #: lunar-date/lunar-date-private.h:358 msgid "Scorpius" msgstr "天蝎座" #: lunar-date/lunar-date-private.h:358 msgid "Sagittarius" msgstr "射手座" #. 从○ 到十: "líng" "yī" "èr" "sān" "sì" "wǔ" "liù" "qī" "bā" "jiǔ" "shí" #: lunar-date/lunar-date-utils.c:31 msgid "líng" msgstr "○" #: lunar-date/lunar-date-utils.c:31 msgid "yī" msgstr "一" #: lunar-date/lunar-date-utils.c:31 msgid "èr" msgstr "二" #: lunar-date/lunar-date-utils.c:31 msgid "sān" msgstr "三" #: lunar-date/lunar-date-utils.c:31 msgid "sì" msgstr "四" #: lunar-date/lunar-date-utils.c:32 msgid "wǔ" msgstr "五" #: lunar-date/lunar-date-utils.c:32 msgid "liù" msgstr "六" #: lunar-date/lunar-date-utils.c:32 msgid "qī" msgstr "七" #: lunar-date/lunar-date-utils.c:32 msgid "bā" msgstr "八" #: lunar-date/lunar-date-utils.c:32 msgid "jiǔ" msgstr "九" #: lunar-date/lunar-date-utils.c:33 msgid "shí" msgstr "十" #. #. * "Xiǎohán" "Dàhán" "Lìchūn" "Yǔshuǐ" #. * "Jīngzhé" "Chūnfēn" "Qīngmíng" "Gǔyǔ" #. * "Lìxià" "Xiǎomǎn" "Mángzhòng" "Xiàzhì" #. * "Xiǎoshǔ" "Dàshǔ" "Lìqīu" "Chùshǔ" #. * "Báilòu" "Qīufēn" "Hánlòu" "Shuāngjiàng" #. * "Lìdōng" "Xiǎoxuě" "Dàxuě" "Dōngzhì" #. #: lunar-date/lunar-date-utils.c:74 msgid "Xiǎohán" msgstr "小寒" #: lunar-date/lunar-date-utils.c:74 msgid "Dàhán" msgstr "大寒" #: lunar-date/lunar-date-utils.c:74 msgid "Lìchūn" msgstr "立春" #: lunar-date/lunar-date-utils.c:74 msgid "Yǔshuǐ" msgstr "雨水" #: lunar-date/lunar-date-utils.c:75 msgid "Jīngzhé" msgstr "驚蟄" #: lunar-date/lunar-date-utils.c:75 msgid "Chūnfēn" msgstr "春分" #: lunar-date/lunar-date-utils.c:75 msgid "Qīngmíng" msgstr "清明" #: lunar-date/lunar-date-utils.c:75 msgid "Gǔyǔ" msgstr "谷雨" #: lunar-date/lunar-date-utils.c:76 msgid "Lìxià" msgstr "立夏" #: lunar-date/lunar-date-utils.c:76 msgid "Xiǎomǎn" msgstr "小滿" #: lunar-date/lunar-date-utils.c:76 msgid "Mángzhòng" msgstr "芒種" #: lunar-date/lunar-date-utils.c:76 msgid "Xiàzhì" msgstr "夏至" #: lunar-date/lunar-date-utils.c:77 msgid "Xiǎoshǔ" msgstr "小暑" #: lunar-date/lunar-date-utils.c:77 msgid "Dàshǔ" msgstr "大暑" #: lunar-date/lunar-date-utils.c:77 msgid "Lìqīu" msgstr "立秋" #: lunar-date/lunar-date-utils.c:77 msgid "Chùshǔ" msgstr "處暑" #: lunar-date/lunar-date-utils.c:78 msgid "Báilù" msgstr "白露" #: lunar-date/lunar-date-utils.c:78 msgid "Qīufēn" msgstr "秋分" #: lunar-date/lunar-date-utils.c:78 msgid "Hánlòu" msgstr "寒露" #: lunar-date/lunar-date-utils.c:78 msgid "Shuāngjiàng" msgstr "霜降" #: lunar-date/lunar-date-utils.c:79 msgid "Lìdōng" msgstr "立冬" #: lunar-date/lunar-date-utils.c:79 msgid "Xiǎoxuě" msgstr "小雪" #: lunar-date/lunar-date-utils.c:79 msgid "Dàxuě" msgstr "大雪" #: lunar-date/lunar-date-utils.c:79 msgid "Dōngzhì" msgstr "冬至" #: lunar-date/lunar-date-utils.c:151 #, c-format msgid "Internal error: pick a larger constant for BYEAR." msgstr "內部錯誤:參考年的數值過小。" #: service/lunar-date.c:44 msgid "Format for date output" msgstr "格式化日期输出" #: service/lunar-date.c:61 #, c-format msgid "Date is not valid\n" msgstr "无效日期\n" #: service/lunar-date.c:176 service/lunar-date.c:190 #, c-format msgid "Unable to get cal: %s\n" msgstr "无法得到日历:%s\n" #: service/lunar-date.c:226 #, c-format msgid "Unable to contact dbus server: %s\n" msgstr "无法和 DBus 服务通讯:%s\n" #: service/lunar-date.c:231 msgid "[year [month [day [hour]]]]" msgstr "[年 [月 [日 [时]]]]" #: service/lunar-date.c:233 msgid "" "Display a calendar, or some part of it.\n" "Without any arguments, display the current month." msgstr "" "显示完整日历或部分日历。\n" "如果不指定任何参数,显示当月。" #: service/lunar-date.c:237 #, c-format msgid "option parsing failed: %s\n" msgstr "选项解析失败:%s\n" #: service/lunar-date-daemon.c:41 msgid "Enable debugging code" msgstr "启用调试代码" #: service/lunar-date-daemon.c:47 msgid "Replace a currently running application" msgstr "替换当前正在运行的应用" #: service/lunar-date-daemon.c:67 #, c-format msgid "Failed to parse command line arguments: %s" msgstr "无法解析命令行参数:%s" lunar-date-3.0.2/sanity_check000077500000000000000000000014551501066716200161530ustar00rootroot00000000000000#!/bin/sh VERSION=$1 pwd echo $@ return if [ ! -f build/meson-dist/lunar-date-2.9.2.tar.xz ]; then echo "ERROR: lunar-date-$VERSION.tar.gz does not exist..." exit 1 fi echo "" echo "Checking lunar-date-$VERSION.tar.gz..." tar xfz lunar-date-$VERSION.tar.gz for file in INSTALL NEWS README do echo -n "$file... " if [ "x`grep $VERSION lunar-date-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" = "x0" ]; then echo "failed." exit 1 else echo "ok" fi done echo -n "INSTALL..." if [ "x`grep $VERSION lunar-date-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" = "x2" ]; then echo "ok" else echo "failed." exit 1 fi echo "" echo "Number of lines in created documentation files:" LC_ALL=C wc -l lunar-date-$VERSION/docs/reference/html/*.html | grep total rm -rf lunar-date-$VERSION lunar-date-3.0.2/service/000077500000000000000000000000001501066716200152145ustar00rootroot00000000000000lunar-date-3.0.2/service/date-daemon.c000066400000000000000000000225331501066716200175430ustar00rootroot00000000000000/* vi: set sw=4 ts=4 wrap ai expandtab: */ /* * date-daemon.c: This file is part of lunar-date. * * Copyright (C) 2016-2021 yetist * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, see . * */ #include #include #include #include #include "date-dbus-generated.h" #include "date-daemon.h" #define DATE_DBUS_NAME "org.chinese.Lunar.Date" #define DATE_DBUS_PATH "/org/chinese/Lunar/Date" struct _DateDaemon { GObject parent; LunarDate *date; BusLunarDate *skeleton; guint bus_name_id; GMainLoop *loop; gboolean replace; }; enum { PROP_0, PROP_LOOP, PROP_REPLACE, LAST_PROP }; gboolean date_get_holiday (BusLunarDate *object, GDBusMethodInvocation *invocation, gint year, gint month, gint day, gint hour, const gchar *delimiter, gpointer user_data); gboolean date_get_strftime (BusLunarDate *object, GDBusMethodInvocation *invocation, gint year, gint month, gint day, gint hour, const gchar *format, gpointer user_data); gboolean date_get_calendar(BusLunarDate *object, GDBusMethodInvocation *invocation, gint year, gint month, gint day, gint hour, gint max, gpointer user_data); static GParamSpec *properties[LAST_PROP] = { NULL }; G_DEFINE_TYPE (DateDaemon, date_daemon, G_TYPE_OBJECT) gboolean date_get_holiday (BusLunarDate *object, GDBusMethodInvocation *invocation, gint year, gint month, gint day, gint hour, const gchar *delimiter, gpointer user_data) { DateDaemon *daemon; gchar *holiday; GError *error = NULL; daemon = DATE_DAEMON (user_data); lunar_date_set_solar_date(daemon->date, year, month, day, (guint8) hour, &error); if (error != NULL ) { g_dbus_method_invocation_return_error (invocation, g_quark_from_static_string(DATE_DBUS_NAME), 1, "%s", error->message); return FALSE; } holiday = lunar_date_get_holiday(daemon->date, delimiter); if (holiday == NULL) { bus_lunar_date_complete_holiday (object, invocation, delimiter); } else { bus_lunar_date_complete_holiday (object, invocation, holiday); g_free(holiday); } return TRUE; } gboolean date_get_strftime (BusLunarDate *object, GDBusMethodInvocation *invocation, gint year, gint month, gint day, gint hour, const gchar *format, gpointer user_data) { DateDaemon *daemon; gchar* result; GError *error = NULL; daemon = DATE_DAEMON (user_data); lunar_date_set_solar_date(daemon->date, year, month, day , hour, &error); if (error != NULL ) { g_dbus_method_invocation_return_error (invocation, g_quark_from_static_string(DATE_DBUS_NAME), 1, "%s", error->message); return FALSE; } result = lunar_date_strftime(daemon->date, format); bus_lunar_date_complete_strftime (object, invocation, result); g_free(result); return TRUE; } gboolean date_get_calendar(BusLunarDate *object, GDBusMethodInvocation *invocation, gint year, gint month, gint day, gint hour, gint max, gpointer user_data) { DateDaemon *daemon; gchar* result; GError *error = NULL; daemon = DATE_DAEMON (user_data); lunar_date_set_solar_date(daemon->date, year, month, day , hour, &error); if (error != NULL ) { g_dbus_method_invocation_return_error (invocation, g_quark_from_static_string(DATE_DBUS_NAME), 1, "%s", error->message); return FALSE; } result = lunar_date_get_calendar(daemon->date, max); bus_lunar_date_complete_calendar(object, invocation, result); g_free(result); return TRUE; } static void bus_acquired_handler_cb (GDBusConnection *connection, const gchar *name, gpointer user_data) { DateDaemon *daemon; GError *error = NULL; gboolean exported; daemon = DATE_DAEMON (user_data); g_signal_connect (daemon->skeleton, "handle-holiday", G_CALLBACK (date_get_holiday), daemon); g_signal_connect (daemon->skeleton, "handle-strftime", G_CALLBACK (date_get_strftime), daemon); g_signal_connect (daemon->skeleton, "handle-calendar", G_CALLBACK (date_get_calendar), daemon); exported = g_dbus_interface_skeleton_export (G_DBUS_INTERFACE_SKELETON (daemon->skeleton), connection, DATE_DBUS_PATH, &error); if (!exported) { g_warning ("Failed to export interface: %s", error->message); g_error_free (error); g_main_loop_quit (daemon->loop); } } static void name_lost_handler_cb (GDBusConnection *connection, const gchar *name, gpointer user_data) { DateDaemon *daemon; daemon = DATE_DAEMON (user_data); g_debug("bus name lost\n"); g_main_loop_quit (daemon->loop); } static void date_daemon_constructed (GObject *object) { DateDaemon *daemon; GBusNameOwnerFlags flags; daemon = DATE_DAEMON (object); G_OBJECT_CLASS (date_daemon_parent_class)->constructed (object); flags = G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT; if (daemon->replace) flags |= G_BUS_NAME_OWNER_FLAGS_REPLACE; daemon->bus_name_id = g_bus_own_name (G_BUS_TYPE_SESSION, DATE_DBUS_NAME, flags, bus_acquired_handler_cb, NULL, name_lost_handler_cb, daemon, NULL); } static void date_daemon_dispose (GObject *object) { DateDaemon *daemon; daemon = DATE_DAEMON (object); if (daemon->date != NULL){ lunar_date_free(daemon->date); } if (daemon->skeleton != NULL) { GDBusInterfaceSkeleton *skeleton; skeleton = G_DBUS_INTERFACE_SKELETON (daemon->skeleton); g_dbus_interface_skeleton_unexport (skeleton); g_clear_object (&daemon->skeleton); } if (daemon->bus_name_id > 0) { g_bus_unown_name (daemon->bus_name_id); daemon->bus_name_id = 0; } G_OBJECT_CLASS (date_daemon_parent_class)->dispose (object); } static void date_daemon_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) { DateDaemon *daemon; daemon = DATE_DAEMON (object); switch (prop_id) { case PROP_LOOP: daemon->loop = g_value_get_pointer(value); break; case PROP_REPLACE: daemon->replace = g_value_get_boolean (value); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void date_daemon_class_init (DateDaemonClass *class) { GObjectClass *gobject_class = G_OBJECT_CLASS (class); gobject_class->set_property = date_daemon_set_property; gobject_class->constructed = date_daemon_constructed; gobject_class->dispose = date_daemon_dispose; properties[PROP_LOOP] = g_param_spec_pointer("loop", "loop", "loop", G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS); properties[PROP_REPLACE] = g_param_spec_boolean ("replace", "replace", "replace", FALSE, G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS); g_object_class_install_properties (gobject_class, LAST_PROP, properties); } static void date_daemon_init (DateDaemon *daemon) { daemon->skeleton = bus_lunar_date_skeleton_new(); daemon->date = lunar_date_new(); } DateDaemon* date_daemon_new (GMainLoop *loop, gboolean replace) { return g_object_new (DATE_TYPE_DAEMON, "loop", loop, NULL); } lunar-date-3.0.2/service/date-daemon.h000066400000000000000000000040061501066716200175430ustar00rootroot00000000000000/* vi: set sw=4 ts=4 wrap ai: */ /* * date-daemon.h: This file is part of lunar-date. * * Copyright (C) 2016-2021 yetist * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, see . * */ #ifndef __DATE_DAEMON_H__ #define __DATE_DAEMON_H__ 1 #include G_BEGIN_DECLS #define DATE_TYPE_DAEMON (date_daemon_get_type ()) #if GLIB_CHECK_VERSION(2, 44, 0) G_DECLARE_FINAL_TYPE (DateDaemon, date_daemon, DATE, DAEMON, GObject); #else #define DATE_DAEMON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DATE_TYPE_DAEMON, DateDaemon)) #define DATE_DAEMON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DATE_TYPE_DAEMON, DateDaemonClass)) #define DATE_IS_DAEMON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DATE_TYPE_DAEMON)) #define DATE_IS_DAEMON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DATE_TYPE_DAEMON)) #define DATE_DAEMON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DATE_TYPE_DAEMON, DateDaemonClass)) typedef struct _DateDaemon DateDaemon; typedef struct _DateDaemonClass DateDaemonClass; typedef struct _DateDaemonPrivate DateDaemonPrivate; struct _DateDaemonClass { GObjectClass parent_class; }; GType date_daemon_get_type (void) G_GNUC_CONST; #endif DateDaemon* date_daemon_new (GMainLoop *loop, gboolean replace); G_END_DECLS #endif /* __DATE_DAEMON_H__ */ lunar-date-3.0.2/service/lunar-date-daemon.c000066400000000000000000000047751501066716200206720ustar00rootroot00000000000000/* vi: set sw=4 ts=4 wrap ai expandtab: */ /* * lunar-date-daemon.c: This file is part of lunar-date. * * Copyright (C) 2016-2021 yetist * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "date-daemon.h" static gboolean debug = FALSE; static gboolean replace = FALSE; static GOptionEntry entries[] = { { "debug", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &debug, N_("Enable debugging code"), NULL }, { "replace", 'r', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &replace, N_("Replace a currently running application"), NULL }, { NULL } }; static gboolean parse_arguments (int *argc, char ***argv) { GOptionContext *context; GError *error; context = g_option_context_new (NULL); g_option_context_add_main_entries (context, entries, NULL); error = NULL; if (g_option_context_parse (context, argc, argv, &error) == FALSE) { g_warning (_("Failed to parse command line arguments: %s"), error->message); g_error_free (error); return FALSE; } if (debug) g_setenv ("G_MESSAGES_DEBUG", "all", FALSE); return TRUE; } int main (int argc, char *argv[]) { GMainLoop *loop; DateDaemon *daemon; bindtextdomain (GETTEXT_PACKAGE, LUNAR_DATE_LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); setlocale(LC_ALL, ""); #if !GLIB_CHECK_VERSION(2, 36, 0) g_type_init(); #endif if (!parse_arguments (&argc, &argv)) return EXIT_FAILURE; loop = g_main_loop_new (NULL, FALSE); daemon = date_daemon_new (loop, replace); g_main_loop_run (loop); g_main_loop_unref (loop); g_object_unref (daemon); return EXIT_SUCCESS; } lunar-date-3.0.2/service/lunar-date.c000066400000000000000000000176051501066716200174250ustar00rootroot00000000000000/* vi: set sw=4 ts=4 wrap ai expandtab: */ /* * lunar-date.c: This file is part of lunar-date. * * Copyright (C) 2015-2021 yetist * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, see . * */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #include #include #include "date-dbus-generated.h" #define MOSES_DBUS_NAME "org.chinese.Lunar.Date" #define MOSES_DBUS_PATH "/org/chinese/Lunar/Date" static gchar *format= ""; void show_year_month_cal(BusLunarDate *date, gint year, gint month); void show_year_cal(BusLunarDate *date, gint year); void show_day_hour_info(BusLunarDate *date, gint year, gint month, gint day, gint hour); static GOptionEntry entries[] = { { "format", 'f', 0, G_OPTION_ARG_STRING, &format, N_("Format for date output"), "N" }, { NULL } }; void show_year_month_cal(BusLunarDate *date, gint year, gint month) { guint i; guint8 days; gchar *string; GError *error = NULL; GDate *gd; gchar* lunar[32] = {0}; GDateWeekday weekday; gint day; gboolean num; if (!g_date_valid_year(year)|| !g_date_valid_month(month)) { g_print(_("Date is not valid\n")); return; } days = g_date_get_days_in_month (month, year); for (i=1; i<= days; i++) { bus_lunar_date_call_calendar_sync (date, year, month, i, 1, 3, &string, NULL, &error); if (error != NULL) { g_error_free(error); error = NULL; lunar[i] = g_strdup(" "); } else { lunar[i] = string; } } gd = g_date_new_dmy (1, month, year); weekday = g_date_get_weekday(gd); g_date_free(gd); day = 0; g_print("====================== %d年%d月 =====================\n", year, month); num = TRUE; //每月的表头 g_print("周日\t周一\t周二\t周三\t周四\t周五\t周六\n"); //打印第一行公历 for(i=0; icode); if (error->code == LUNAR_DATE_ERROR_YEAR) { g_printerr (_("Unable to get cal: %s\n"), _("Year out of range.(from 1900 to 2100).")); } g_error_free(error); return; } bus_lunar_date_call_holiday_sync (date, year, month, day, hour, " ", &holiday, NULL, &error); if (error != NULL) { g_printerr (_("Unable to get cal: %s\n"), error->message); g_error_free(error); return; } g_print("%s\n", string); if (g_strcmp0(holiday, " ") != 0) { g_print("节日:%s\n", holiday); } g_free(string); g_free(holiday); } int main (int argc, char **argv) { BusLunarDate *date; GDateTime *now; gint i, year, month, day, hour = 3; GError *error = NULL; GOptionContext *context; setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LUNAR_DATE_LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); #if !GLIB_CHECK_VERSION(2, 36, 0) g_type_init(); #endif date = bus_lunar_date_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, MOSES_DBUS_NAME, MOSES_DBUS_PATH, NULL, &error); if (error != NULL) { g_printerr (_("Unable to contact dbus server: %s\n"), error->message); g_error_free(error); return EXIT_FAILURE; } context = g_option_context_new (_("[year [month [day [hour]]]]")); g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); g_option_context_set_summary (context, _("Display a calendar, or some part of it.\nWithout any arguments, display the current month.")); if (!g_option_context_parse (context, &argc, &argv, &error)) { g_print (_("option parsing failed: %s\n"), error->message); exit (1); } now = g_date_time_new_now_local (); g_date_time_get_ymd (now, &year, &month, &day); g_date_time_unref(now); for (i = 0; argv[i]; i++) { if (i == 1) year = atoi(argv[i]); if (i == 2) month = atoi(argv[i]); if (i == 3) day = atoi(argv[i]); if (i == 4) hour = atoi(argv[i]); } if (i == 2) show_year_cal(date, year); else if (i == 3) show_year_month_cal(date, year, month); else if (i == 4) show_day_hour_info(date, year, month, day, -1); else show_day_hour_info(date, year, month, day, hour); return EXIT_SUCCESS; } lunar-date-3.0.2/service/meson.build000066400000000000000000000021151501066716200173550ustar00rootroot00000000000000gdbus_src = gnome.gdbus_codegen( 'date-dbus-generated', 'org.chinese.lunar.date.xml', interface_prefix : 'org.chinese.', namespace : 'Bus' ) executable( 'lunar-date', gdbus_src, sources : 'lunar-date.c', include_directories : [ include_directories('..'), ], dependencies : [gio_dep, gio_os_dep], install : true, install_dir : get_option('bindir') ) executable( 'lunar-date-daemon', gdbus_src, sources : ['date-daemon.h', 'date-daemon.c', 'lunar-date-daemon.c'], dependencies : liblunar_date_deps, install : true, install_dir : join_paths(get_option('prefix'), get_option('libexecdir'), 'lunar-date') ) # no quoting cdata = configuration_data() cdata.set('pkglibexecdir', join_paths(get_option('prefix'), get_option('libexecdir'), 'lunar-date')) # replace @pkglibexecdir@ configure_file( input : 'org.chinese.Lunar.Date.service.in', output : 'org.chinese.Lunar.Date.service', install: true, install_dir: join_paths(get_option('datadir'), 'dbus-1/services'), configuration : cdata ) lunar-date-3.0.2/service/org.chinese.Lunar.Date.service.in000066400000000000000000000001231501066716200233370ustar00rootroot00000000000000[D-BUS Service] Name=org.chinese.Lunar.Date Exec=@pkglibexecdir@/lunar-date-daemon lunar-date-3.0.2/service/org.chinese.lunar.date.xml000066400000000000000000000020101501066716200221670ustar00rootroot00000000000000 lunar-date-3.0.2/tests/000077500000000000000000000000001501066716200147165ustar00rootroot00000000000000lunar-date-3.0.2/tests/meson.build000066400000000000000000000002121501066716200170530ustar00rootroot00000000000000t=executable('testing', sources : 'testing.c', dependencies : liblunar_date_deps, install : false, ) test('lunar-date-testing', t) lunar-date-3.0.2/tests/testing.c000066400000000000000000000202471501066716200165440ustar00rootroot00000000000000/* vi: set sw=4 ts=4: */ /* * testing.c * * This file is part of liblunar. * * Copyright (C) 2007-2021 yetist . * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, see . * */ #include #include #include #include static const struct { GDateYear year; GDateMonth month; GDateDay day; guint8 hour; const gchar *format; const gchar *raw_value; const gchar *local_value; } solar_array[] = { { 1910, 2, 19, 2, "%(YEAR)年%(MONTH)月%(DAY)日%(HOUR)时", "y\304\253ji\307\224y\304\253l\303\255ng\345\271\264\303\250r\346\234\210sh\303\255ji\307\224\346\227\245\303\250r\346\227\266", "一九一○年二月十九日二时" }, { 1910, 2, 19, 2, "%(year)年%(month)月%(day)日%(hour)时", "1910\345\271\2642\346\234\21019\346\227\2452\346\227\266", "1910年2月19日2时" }, { 1910, 2, 19, 2, "%(NIAN)年%(YUE)月%(RI)日%(SHI)时", "G\304\223ngX\305\253\345\271\264Jan\346\234\210Ch\305\253sh\303\255\346\227\245Ch\307\222u\346\227\266", "庚戌年一月初十日丑时" }, { 1910, 2, 19, 2, "%(nian)年%(yue)月%(ri)日%(shi)时", "1910\345\271\2641\346\234\21010\346\227\2451\346\227\266", "1910年1月10日1时" }, { 1910, 2, 19, 2, "%(Y60)年%(M60)月%(D60)日%(H60)时", "G\304\223ngX\305\253\345\271\264W\303\271Y\303\255n\346\234\210Y\307\220M\307\216o\346\227\245D\304\253ngCh\307\222u\346\227\266", "庚戌年戊寅月乙卯日丁丑时" }, { 1910, 2, 19, 2, "%(Y8)年%(M8)月%(D8)日%(H8)时", "G\304\223ngX\305\253\345\271\264W\303\271Y\303\255n\346\234\210Y\307\220M\307\216o\346\227\245D\304\253ngCh\307\222u\346\227\266", "庚戌年戊寅月乙卯日丁丑时" }, { 1910, 2, 19, 2, "%(shengxiao)", "Dog", "狗" }, { 1910, 2, 19, 2, "%(holiday)", "Y\307\224s", "雨水" }, }; static const gint num_solar_array = G_N_ELEMENTS (solar_array); static const struct { GDateYear year; GDateMonth month; GDateDay day; guint8 hour; gboolean isleap; const gchar *format; const gchar *raw_value; const gchar *local_value; } lunar_array[] = { { 1906, 8, 14, 8, 0, "%(YEAR)年%(MONTH)月%(DAY)日%(HOUR)时", "y\304\253ji\307\224l\303\255ngli\303\271\345\271\264y\304\253sh\303\255\346\234\210y\304\253\346\227\245b\304\201\346\227\266", "一九○六年一十月一日八时" }, { 1906, 8, 14, 8, 0, "%(year)年%(month)月%(day)日%(hour)时", "1906\345\271\26410\346\234\2101\346\227\2458\346\227\266", "1906年10月1日8时" }, { 1906, 8, 14, 8, 0, "%(NIAN)年%(YUE)月%(RI)日%(SHI)时", "B\307\220ngW\307\224\345\271\264Aug\346\234\210Sh\303\255s\303\254\346\227\245Ch\303\251n\346\227\266", "丙午年八月十四日辰时" }, { 1906, 8, 14, 8, 0, "%(nian)年%(yue)月%(ri)日%(shi)时", "1906\345\271\2648\346\234\21014\346\227\2454\346\227\266", "1906年8月14日4时" }, { 1906, 8, 14, 8, 0, "%(Y60)年%(M60)月%(D60)日%(H60)时", "B\307\220ngW\307\224\345\271\264D\304\253ngY\307\222u\346\234\210W\303\271Y\303\255n\346\227\245B\307\220ngCh\303\251n\346\227\266", "丙午年丁酉月戊寅日丙辰时" }, { 1906, 8, 14, 8, 0, "%(Y8)年%(M8)月%(D8)日%(H8)时", "B\307\220ngW\307\224\345\271\264D\304\253ngY\307\222u\346\234\210W\303\271Y\303\255n\346\227\245B\307\220ngCh\303\251n\346\227\266", "丙午年丁酉月戊寅日丙辰时" }, { 1906, 8, 14, 8, 0, "%(shengxiao)", "Horse", "马" }, }; static const gint num_lunar_array = G_N_ELEMENTS (lunar_array); static const struct { GDateYear year; GDateMonth month; GDateDay day; guint8 hour; const gchar *delimiter; const gchar *holiday; } holiday_array[] = { {1942, 11, 26, 8, " ", "感恩节"}, {2016, 5, 8, 8, ";", "母亲节"}, {1949, 10, 1, 8, ";", "国庆节"}, }; static const gint num_holiday_array = G_N_ELEMENTS (holiday_array); static void test_solar_date(void); static void test_lunar_date(void); static void test_holiday_date(void); static void test_custom_holiday(void); static gboolean is_installed(void) { const char *result; result = g_dgettext ("lunar-date", "y\304\253"); if (g_strcmp0 (result, "一") == 0) { return TRUE; } return FALSE; } static void test_solar_date(void) { gint i; LunarDate *date; GError *error = NULL; gchar *value; date = lunar_date_new(); for (i = 0; i < num_solar_array; i++) { lunar_date_set_solar_date(date, solar_array[i].year, solar_array[i].month, solar_array[i].day, solar_array[i].hour, &error); if (error != NULL) g_error_free(error); value = lunar_date_strftime(date, solar_array[i].format); if (is_installed()) { g_assert_cmpstr (solar_array[i].local_value, ==, value); } else { g_assert_cmpstr (solar_array[i].raw_value, ==, value); } g_free (value); } lunar_date_free(date); } void test_lunar_date(void) { gint i; LunarDate *date; GError *error = NULL; gchar *value; date = lunar_date_new(); for (i = 0; i < num_lunar_array; i++) { lunar_date_set_lunar_date(date, lunar_array[i].year, lunar_array[i].month, lunar_array[i].day, lunar_array[i].hour, lunar_array[i].isleap, &error); if (error != NULL) g_error_free(error); value = lunar_date_strftime(date, lunar_array[i].format); if (is_installed()) { g_assert_cmpstr (lunar_array[i].local_value, ==, value); } else { g_assert_cmpstr (lunar_array[i].raw_value, ==, value); } g_free (value); } lunar_date_free(date); } static void test_holiday_date(void) { gint i; LunarDate *date; GError *error = NULL; gchar *holiday; date = lunar_date_new(); for (i = 0; i < num_holiday_array; i++) { lunar_date_set_solar_date(date, holiday_array[i].year, holiday_array[i].month, holiday_array[i].day, holiday_array[i].hour, &error); if (error != NULL) g_error_free(error); holiday = lunar_date_get_holiday(date, holiday_array[i].delimiter); g_assert_cmpstr (holiday_array[i].holiday, ==, holiday); g_free (holiday); } lunar_date_free(date); } static void test_custom_holiday(void) { LunarDate *date; GError *error = NULL; gchar *holiday; date = lunar_date_new(); lunar_date_set_solar_date(date, 2016, 5, 8, 3, &error); if (error != NULL) g_error_free(error); // 设置公历5月8日为"自定义节目", 简称“自定义”, lunar_date_set_solar_holiday (date, 5, 8, "自定义|自定义节日"); holiday = lunar_date_get_holiday(date, ";"); g_assert_cmpstr (holiday, ==, "自定义节日;母亲节"); g_free (holiday); // 设置农历5月8日为"这是一个自定义农历节日", 简称“这一天”, lunar_date_set_lunar_holiday (date, 4, 2, "这一天|这是一个自定义农历节日"); holiday = lunar_date_get_holiday(date, "\n"); g_assert_cmpstr (holiday, ==, "这是一个自定义农历节日\n自定义节日\n母亲节"); g_free (holiday); // 设置5月第2个星期日为"它是第二个星期日", 简称“星期日”,注意“母亲节"被覆盖了。 lunar_date_set_week_holiday (date, 5, 2, 0, "星期日|它是第二个星期日"); holiday = lunar_date_get_holiday(date, "@"); g_assert_cmpstr (holiday, ==, "这是一个自定义农历节日@自定义节日@它是第二个星期日"); g_free (holiday); lunar_date_free(date); } int main (int argc, char* argv[]) { /* Test in chinese locale env */ g_setenv("LC_ALL", "zh_CN.utf8", TRUE); setlocale (LC_ALL, ""); g_test_init (&argc, &argv, NULL); g_test_add_func ("/date/solar", test_solar_date); g_test_add_func ("/date/lunar", test_lunar_date); if (is_installed()) { g_test_add_func ("/date/holiday", test_holiday_date); g_test_add_func ("/date/holiday/custom", test_custom_holiday); } return g_test_run (); }