Java - Apache HttpClient to access the self signed certification and no host verification
Below code comes from https://memorynotfound.com/ignore-certificate-errors-apache-httpclient/
Below code comes from https://memorynotfound.com/ignore-certificate-errors-apache-httpclient/
Annotation definition.\ 1 2 3 4 5 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR}) @Retention(RetentionPolicy.RUNTIME) public @interface Measu...
Spring is heavily using the CGLIB for it’s framework implementation. CGLib is high performance code generation library. It is using to extend JAVA classes an...
As modern CPU shared memory architecture, false sharing is the major performance bottleneck on multi-thread application.\ False sharing is caused by sharing ...
The following blog explain how Cassandra has been improved the column oriented row.