自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 advices about writing promotion ppt

Here are some detailed tips to help you craft an impressive promotion PPT:By following these tips, you'll be well-prepared to deliver a professional and persuasive promotion PowerPoint presentation that effectively highlights your qualifications and readin

2024-06-04 14:04:44 1419

原创 To sort a list of objects by a filedTime field in ascending order in Java

To sort a list of objects by a field in ascending order in Java, you can use the method along with a . Below is a step-by-step example:Let's assume you have a class with a field and a list of objects that you want to sort.Step 2: Create and Sort th

2024-05-29 09:34:52 358

原创 java.util.Optional#map

The method in the class is a powerful tool for transforming the value contained within an instance if it is present. It is commonly used for operations on potentially nullable values without the need for explicit null checks. Here's a detailed look at h

2024-05-23 14:17:08 292

原创 flatMap in java8

In Java 8, the interface provides a powerful method called that is used for transforming and flattening elements in a stream. The method is especially useful when you have a stream of collections or other nested structures and you want to transform and

2024-05-21 10:32:54 807

原创 Function in java8

Function。

2024-05-21 10:16:55 623

原创 POM MOUDlES

In a Maven file, is used to define the modules of a multi-module project. This is common in larger projects that are split into multiple sub-projects, each of which has its own . The parent (often in the root directory) lists these sub-projects under th

2024-05-20 10:24:30 272

原创 types in redis

Redis supports several different data types that allow you to store a variety of data structures. As of the latest Redis versions, the primary data types include:Strings:Lists:Sets:Sorted Sets (ZSets):Hashes:Bitmaps:HyperLogLogs:Geospatial Indexes:Streams:

2024-05-17 16:11:39 613

原创 AutoConfigureAfter

【代码】AutoConfigureAfter。

2024-05-17 13:34:42 643

原创 @Accessors(chain = true)

The annotation is provided by Project Lombok to customize the generation of getter and setter methods for fields in a Java class. When you set , Lombok generates setter methods that return (the current object) instead of . This allows for a fluent API st

2024-05-16 16:00:42 703

原创 cn.hutool.json.JSONObject#getByPath(java.lang.String, java.lang.Class<T>)

The。

2024-05-16 13:45:08 481

原创 List.stream().map()

In Java,

2024-05-16 13:39:07 816

原创 JPA ENTITY EXTEND

【代码】JPA ENTITY EXTEND。

2024-05-13 21:07:58 506

原创 BiConsumer class

【代码】BiConsumer class。

2024-05-06 13:49:20 176 3

原创 (a) -> a in java8

The expression in Java is a lambda expression. Lambda expressions were introduced in Java 8 to provide a concise way to represent anonymous functions.In this specific lambda expression , it represents a function that takes an input parameter and returns

2024-05-06 11:19:31 163 1

原创 @Data

【代码】@Data。

2024-05-06 10:45:59 272 1

原创 SELECT DISTINCT & group by diff

【代码】SELECT DISTINCT & group diff。

2024-03-28 17:52:30 494

原创 using indexes mysql

【代码】using indexes mysql。

2024-03-28 17:49:25 544

原创 how to Optimize mysql select clause

Optimizing MySQL SELECT statements involves several strategies to improve query performance and reduce execution time. Here are some tips to optimize SELECT queries:Use Indexes: Proper indexing is crucial for efficient SELECT operations. Analyze your queri

2024-03-28 17:39:42 671

原创 Visitor Pattern

【代码】Visitor Pattern。

2024-03-28 13:22:38 1144

原创 Strategy pattern

【代码】Strategy pattern。

2024-03-28 12:21:47 346

原创 factory model in java

【代码】factory model in java。

2024-03-28 12:16:31 297

原创 To configure two different databases in Spring Boot

【代码】To configure two different databases in Spring Boot。

2024-03-14 15:48:12 447

原创 ACT_RE_DEPLOYMENT explanation

【代码】ACT_RE_DEPLOYMENT explanation。

2024-03-12 18:24:44 432

原创 ACT_GE_BYTEARRAY explanation

【代码】ACT_GE_BYTEARRAY explanation。

2024-03-11 15:03:41 454

原创 spring activiti ACT_RE_MODEL

【代码】spring activiti ACT_RE_MODEL。

2024-03-11 14:23:38 862 1

原创 insert sql id as next sql filed in mysql

【代码】insert sql id as next sql filed in mysql。

2024-03-04 19:22:13 379

原创 com.alibaba.fastjson.JSONException: can‘t create non-static inner class instance

【代码】com.alibaba.fastjson.JSONException: can‘t create non-static inner class instance。

2024-02-28 11:16:12 1241

原创 AI develp trend

Here are some overarching trends that were prevalent and likely to continue shaping the AI landscape:Continued Advancements in Deep Learning: Deep learning, a subset of machine learning, has been driving significant progress in AI across various domains. T

2024-02-28 10:42:05 924

原创 java programer future plan

As a Java programmer, there are several potential future plans you might consider, depending on your interests, career goals, and industry trends. Here are some common paths for Java programmers:Specialization: Deepen your expertise in a specific area rela

2024-02-28 10:24:17 1022

原创 sort year,month of date

【代码】sort year,month of date。

2024-02-26 19:17:31 404

原创 inner class & inner static class diff

【代码】inner class & inner static class diff。

2024-02-23 11:29:42 389

原创 in git how to blame who delete this line code

【代码】in git how to blame who delete this line code。

2024-02-22 19:32:22 546 1

原创 dispatch event and listen event in spring activities etc

【代码】dispatch event and listen event in spring activities etc。

2024-02-22 09:58:12 420

原创 org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl#init

【代码】org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl#init。

2024-02-21 18:40:26 889

原创 FactoryBean

【代码】FactoryBean。

2024-02-21 14:49:21 389

原创 org.activiti.engine.impl.cfg.CommandExecutorImpl#execute(Command<T>)

【代码】org.activiti.engine.impl.cfg.CommandExecutorImpl#execute(Command<T>)

2024-02-20 20:05:04 946

原创 org.activiti.engine.impl.RuntimeServiceImpl#startProcessInstanceByKey

【代码】Userorg.activiti.engine.impl.RuntimeServiceImpl#startProcessInstanceByKey。

2024-02-20 19:44:47 644

原创 HTTP CURL

【代码】HTTP CURL。

2024-02-20 16:30:19 577

原创 LDAP learning

LDAP (Lightweight Directory Access Protocol) is a protocol used for accessing and managing directory information services. It is a lightweight, client-server protocol that provides a standardized way to access and manipulate directory information stored in

2024-02-20 14:06:07 778

原创 a successful developer-manager

Master Technical Skills: As a developer-manager, it's crucial to have a strong foundation in software development. Continue to deepen your technical expertise by staying updated with the latest technologies, best practices, and trends in software developme

2024-02-20 09:58:54 886

新能源光伏华为白皮书!

新能源光伏华为白皮书!

2024-03-28

java消息服务(第二版)

很好的java,系统之间的访问,我原先都不了解相关知识,看过之后,有了很清楚的认识。

2015-10-20

thinking in java

know about java ,the book is very good for chinese who know much english.in all ,it is good

2015-03-02

空空如也

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

TA关注的人

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