编程技术 第1395页
Effective Java Tuesday! Avoid Finalizers and Cleaners!-拾光赋

Effective Java Tuesday! Avoid Finalizers and Cleaners!

Effective Java Tuesday! Avoid Finalizers and Cleaners!, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tues...
Use Client Certificate Authentication with Java and RestTemplate-拾光赋

Use Client Certificate Authentication with Java and RestTemplate

Use Client Certificate Authentication with Java and RestTemplate,As a follow up of the Convert PFX certificate to JKS, P12, CRT we now have a keystore and a truststore (if anyone n...
Convert PFX certificate to JKS, P12, CRT-拾光赋

Convert PFX certificate to JKS, P12, CRT

Convert PFX certificate to JKS, P12, CRT,When you need to use a client Certificate Authentication from Java the issues starts even from the beginning with the certificate, since us...
Don’t write Android apps like it’s 2009!-拾光赋

Don’t write Android apps like it’s 2009!

Don’t write Android apps like it’s 2009!,The following is based on my experience working on various Android apps for the past few years and seeing how the framework and the devel...
Interface-only programming in Java-拾光赋

Interface-only programming in Java

Interface-only programming in Java,Combination of default methods in Java interface together with Monad pattern enables writing 'interface only' classes. There classes don't have s...
When Builder is anti-pattern-拾光赋

When Builder is anti-pattern

When Builder is anti-pattern,Some time ago I worked on the project which was full of 'best practices', applied thoroughly everywhere. One of such 'best practices' was mandatory use...
Build Spring Microservices and Dockerize Them for Production-拾光赋

Build Spring Microservices and Dockerize Them for Production

Build Spring Microservices and Dockerize Them for Production,In this post, you’ll learn about microservices architecture and how to implement it using Spring Boot. After creating ...
How to create your own Spring Cloud Stream Binder from scratch-拾光赋

How to create your own Spring Cloud Stream Binder from scratch

How to create your own Spring Cloud Stream Binder from scratch, Learn how to build your own Spring Cloud Stream binder and the inner workings of Spring Cloud Stream! Continue readi...
Preparing for Associate Android Developer Certification Exam-拾光赋

Preparing for Associate Android Developer Certification Exam

Preparing for Associate Android Developer Certification Exam,We all want to be set-aside from the crowd. One way Android Devs can do that is by taking the Associate Android Develop...
Effective Java —Chapters 10 to 12-拾光赋

Effective Java —Chapters 10 to 12

Effective Java —Chapters 10 to 12, Introduction This the final part of the summary of this book. In part one I summarized chapters 2 to 5 and in part two I summarized chapters 6 t...
kity的头像-拾光赋kity6年前
0417
Effective Java —Chapters 6 to 9-拾光赋

Effective Java —Chapters 6 to 9

Effective Java —Chapters 6 to 9, Introduction This is part 2 of my summary of 'Effective Java'. For the first part of this summary (chapters 2 to 5) you can refer to this post. A ...
kity的头像-拾光赋kity6年前
04813
Effective Java —chapters 2 to 5-拾光赋

Effective Java —chapters 2 to 5

Effective Java —chapters 2 to 5, Introduction Effective Java is a book by Joshua Bloch about Java platform and its best practices. Bloch is a professor at Carnegie Mellon Universi...
kity的头像-拾光赋kity6年前
0228