编程技术 第995页
@DateTimeFormat和@JsonFormat-拾光赋

@DateTimeFormat和@JsonFormat

@DateTimeFormat 和 @JsonFormat 是 Spring 和 Jackson 中用于处理日期时间格式的注解,它们有不同的作用: @DateTimeFormat @DateTimeFormat 是 Spring 框架提供的注解,用于指定字符串如何转...
Lee的头像-拾光赋Lee8个月前
0200
一篇搞定发布自己的类库到Maven中央仓库-拾光赋

一篇搞定发布自己的类库到Maven中央仓库

在Maven项目中,90%以上的jar包是通过pom文件直接从开源仓库中获取依赖jar包文件,然后在项目中进行集成使用。 此时如果你有一个开源项目,那么如何将该开源项目发布到Maven中央仓库,让其他人...
Lee的头像-拾光赋Lee2年前
0200
Is Rust going to Replace Java?-拾光赋

Is Rust going to Replace Java?

Is Rust going to Replace Java?,Hey Coders!! A lot of you have been telling me that rust is soon going to replace java. Looking at the perspective of the number of people using java...
The Top 16 Websites to Learn Programming in 2020-拾光赋

The Top 16 Websites to Learn Programming in 2020

The Top 16 Websites to Learn Programming in 2020,So, you’ve chosen the programming language to learn and decided to start browsing all over the Internet looking for a course that ...
Interpreter Pattern-拾光赋

Interpreter Pattern

Interpreter Pattern, Design Patterns (24 Part Series) 1 Main Design Patterns 2 Abstract Factory Pattern ... 20 more parts... 3 Adapter Pattern 4 Decorator Pattern 5 Strategy Patter...
Introduction to Restful web services-拾光赋

Introduction to Restful web services

Introduction to Restful web services,In this post, we will see RESTful web service introduction. REST is an architectural style which was brought in by Roy Fielding in 2000 in his ...
如何在Spring Cloud中实现Nacos客户端登录密码加密-拾光赋

如何在Spring Cloud中实现Nacos客户端登录密码加密

背景 公司规范要求配置文件里不能出现明文的密码。最近项目引入了Nacos作为服务的配置中心,使用的是spring-cloud-starter-alibaba-nacos-config这个包。 基本的bootstrap.yaml配置如下: sprin...
Lee的头像-拾光赋Lee6个月前
0200
Reactive Data Streams - quick rxJava Summary-拾光赋

Reactive Data Streams – quick rxJava Summary

Reactive Data Streams - quick rxJava Summary,Inspired by the (Reactive movement - manifesto)[https://www.reactivemanifesto.org/], rxJava is an implementation of Reactive Stream spe...
JavaSE基础知识分享(十三)-拾光赋

JavaSE基础知识分享(十三)

写在前面 今天继续讲Java中的网络编程的知识! 网络编程 概述 计算机网络 计算机网络是将地理位置不同的具有独立功能的多台计算机及其外部设备,通过通信线路连接起来,在网络操作系统、网络管...
Lee的头像-拾光赋Lee5个月前
0200
Future Of Lombok-拾光赋

Future Of Lombok

Future Of Lombok,Following the general release of JDK 16: https://jdk.java.net/16/ and specially https://openjdk.java.net/jeps/396 Lombok has severe build issues due to its relianc...
JavaSE基础知识分享(十五)-拾光赋

JavaSE基础知识分享(十五)

写在前面 今天继续讲Java中的枚举和正则表达式的的知识!这部分说完,JavaSE部分的知识就结束了! 枚举 概述 枚举类用于描述有限个对象的类。自 JDK 1.5 起引入了对枚举类型的原生支持,简化了...
Lee的头像-拾光赋Lee5个月前
0200
Tushare Pro 新版发布,免费、开源的python财经数据接口包-拾光赋

Tushare Pro 新版发布,免费、开源的python财经数据接口包

Tushare Pro 新版发布,免费、开源的python财经数据接口包,  Tushare是一个免费、开源的python财经数据接口包。主要实现对股票等金融数据从数据采集、清洗加工 到 数据存储的过...
Lee的头像-拾光赋Lee4个月前
0200