最新发布第1089页
Understanding Dependency Injection by writing a DI Container – from scratch! (Part 1)
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 1), DI From Scratch (3 Part Series) 1 Understanding Dependency Injection by writing a DI Containe...
How to Switch From PHP to Java and Why It’s Still a Good Idea
How to Switch From PHP to Java and Why It’s Still a Good Idea,PHP (Hypertext Processor) and Java are two of the most common programming languages ruling the Internet. Though these...
Simulación de un entorno ubicuo para elevadores de un edificio con OSGI
Simulación de un entorno ubicuo para elevadores de un edificio con OSGI,El término OSGi generalmente se refiere a cualquiera de las organizaciones de la Alianza OSGi o la tecnolo...
What is PKCS12?
What is PKCS12?, Whenever we talk about secure communication over networks, keywords such as 'SSL', 'Keystores', 'JKS' pop up frequently. Typically keystores and trust stores are u...
How to obfuscate cordova plugin java code
How to obfuscate cordova plugin java code,I have been working on ionic 3 mobile applications. I obfuscate typescript codes using ionic-voricles-obfuscate plugin (https://www.npmjs....
Tips for increasing your application performance
Tips for increasing your application performance,TL;DR notes from articles I read today. Tips for 10x application performance Accelerate and secure applications with a reverse prox...
Java 8 Streams
Java 8 Streams,Streams are very basic in java 8 features . Below is my example where I'm going to cover different API methods . public class StreamBuilders { public static void mai...
How to convert an email file (.msg) to PDF using Java
How to convert an email file (.msg) to PDF using Java,I discussed how to convert a msg/eml file to PDF using C# in this post. Let's see how to achieve this using Java. ConversionHa...
Multi-threading without locks
Multi-threading without locks,Just because you're sharing data structures between threads doesn't mean you have to use locks. Over the years I've come across a few approaches that ...
The complete gRPC course [Protobuf + Go + Java]
The complete gRPC course [Protobuf + Go + Java], The complete gRPC course (16 Part Series) 1 The complete gRPC course [Protobuf + Go + Java] 2 Introduction to gRPC: why, what, how?...
Clean/Efficient Coding - An Example for Beginners
Clean/Efficient Coding - An Example for Beginners,I have been offline for around 6 months, and have access to 2G only for the past two weeks or so. There isn’t much one can do o...
Web server in pure Java
Web server in pure Java, We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions. 原文链接:Web se...