10 2024 档案

js根据某个日期(年-月-日)添加指定的天数
摘要:function getAddDate(start_day, add_day){ var specifiedDate = new Date(start_day); var after7Date = new Date(specifiedDate.getTime() + 24 * 60 * 60 * 1 阅读全文

posted @ 2024-10-19 09:33 春分夏至 阅读(359) 评论(0) 推荐(0) 编辑

ci框架nginx隐藏 index.php
摘要:location /{ try_files $uri $uri/ /index.php?$uri&$args; }修改nginx.conf后重启即可 阅读全文

posted @ 2024-10-16 10:34 春分夏至 阅读(16) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示