- 博客(3)
- 资源 (3)
- 收藏
- 关注
原创 PHP获取身份证年龄和性别
<?php declare(strict_types=1); namespace App\Helper; class CertNumberHelper { public static function getAge(string $id): int { $birthDate = strtotime(substr($id, 6, 8));//截取日期并转为时间戳 $year = date('Y', $birthDate); $month
2021-04-29 23:27:31 335 3
原创 IntelliJ IDEA 2017.1.3破解mybatis插件
**使用环境** IntelliJ IDEA 2017.1.3 Build #IU-171.4424.56, built on May 13, 2017 Mac OS X 10.12.4 安装完插件后,打开Application Support/IntelliJIdea2017.1/mybatis_plus/lib文件夹,可以通过find ~ -name mybatis_plus.jar搜索 然后
2017-06-01 15:59:33 824
Spark快速数据处理.pdf
2016-11-27
Mastering Yii.pdf(en)
2016-11-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人