自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

原创 PHP获取身份证年龄和性别

<?phpdeclare(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 309 3

原创 IntelliJ IDEA 2017.1.3破解mybatis插件

**使用环境**IntelliJ IDEA 2017.1.3Build #IU-171.4424.56, built on May 13, 2017Mac OS X 10.12.4安装完插件后,打开Application Support/IntelliJIdea2017.1/mybatis_plus/lib文件夹,可以通过find ~ -name mybatis_plus.jar搜索 然后

2017-06-01 15:59:33 808

原创 spark join java

spark中实现join操作

2016-12-01 11:15:26 551

Spark快速数据处理.pdf

《Spark快速数据处理》系统讲解Spark的使用方法,包括如何在多种机器上安装Spark,如何配置一个Spark集群,如何在交互模式下运行第一个Spark作业,如何在Spark集群上构建一个生产级的脱机/独立作业,如何与Spark集群建立连接和使用SparkContext,如何创建和保存RDD(弹性分布式数据集),如何用Spark分布式处理数据,如何设置Shark,将Hive查询集成到你的Spark作业中来,如何测试Spark作业,以及如何提升Spark任务的性能。

2016-11-27

Mastering Yii.pdf(en)

Yii Framework 2 (Yii2) is the successor to the popular Yii framework. Like its successor, Yii2 is an open source, high-performance rapid development framework designed to create modern, scalable, and performant web applications and APIs. Designed for both developers with no exposure to Yii and Yii2 and for Yii framework developers looking to become experts with Yii2, this book will serve as your guide to becoming a master of Yii. From initialization and configuration to debugging and deployment, this book will be your guide to becoming a master of all aspects of this powerful framework.

2016-11-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除