Java(EN) 第496页
Specialization-拾光赋

Specialization

Specialization,Hello guys, What do you think about Specialization? In my case, I'm so confused,i don't know if i should learn some of advanced things in web development, desktop ap...
Java Server Build your own HTTP server in Java in less than one hour (only GET method)-拾光赋

Java Server Build your own HTTP server in Java in less than one hour (only GET method)

Java Server Build your own HTTP server in Java in less than one hour (only GET method), One of the most frequency used protocol in the whole Internet * * In OSI model, layer 7 Ever...
kity的头像-拾光赋kity5年前
0497
Effective Java Tuesday! Favor Composition Over Inheritance-拾光赋

Effective Java Tuesday! Favor Composition Over Inheritance

Effective Java Tuesday! Favor Composition Over Inheritance, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java ...
Managing JDKs in MacOS-拾光赋

Managing JDKs in MacOS

Managing JDKs in MacOS,With the increasing number of JDK builds and the more frequent release cadence, I found it hard to keep track what I had installed in my MacOS and switch bet...
kity的头像-拾光赋kity5年前
0209
Hexagonal Architecture-拾光赋

Hexagonal Architecture

Hexagonal Architecture,1. Overview Hexagonal Architecture is an architectural design pattern that makes the application highly maintainable and fully testable. It keeps the importa...
Compression @ SwayDB-拾光赋

Compression @ SwayDB

Compression @ SwayDB,Enabling full compression can reduce data size by 89.3%! Compression is important for performance because more data can be stored & read into memory within...
Introduction to Java ProcessHandle-拾光赋

Introduction to Java ProcessHandle

Introduction to Java ProcessHandle,This is a quick introduction to application of Java ProcessHandle through a use case. Background: I developed a website call xconvert.com. It use...
Changing a constant in Java at runtime (WHAT?!)-拾光赋

Changing a constant in Java at runtime (WHAT?!)

Changing a constant in Java at runtime (WHAT?!),When learning Java, you were told that constants can be created by using the final keyword and that the value (or the object referen...
kity的头像-拾光赋kity5年前
03015
ColdFusion SetCookie UDF (Supports “SameSite”)-拾光赋

ColdFusion SetCookie UDF (Supports “SameSite”)

ColdFusion SetCookie UDF (Supports “SameSite”),I attempted to post the following response regarding a ColdFusion bug that I reported back in March 2018, but Adobe's CFTracker web...
How to get started with Gradle-拾光赋

How to get started with Gradle

How to get started with Gradle,This post was originally published in adityasridhar.com Gradle is used very often in the industry and I felt it will be good to cover the basics of G...
Splitting Liquibase changelog? No problem.-拾光赋

Splitting Liquibase changelog? No problem.

Splitting Liquibase changelog? No problem., What is Liquibase? As Wikipedia says: Liquibase is an open-source database-independent library for tracking, managing and applying datab...
Java 10 에서 var 재대로 사용하기-拾光赋

Java 10 에서 var 재대로 사용하기

Java 10 에서 var 재대로 사용하기,조금 된 일이지만, Java 10부터 var 구문이 생겼다. LTS인 자바 11부터는 이를 통한 람다 타입 지원도 생겼다. 하지만 최신 안정화 버전(LTS)인 자바 11로 프...
kity的头像-拾光赋kity5年前
0248