最新发布第1589页
How to Add Audio and Video Files to PowerPoint Slides in Java-拾光赋

How to Add Audio and Video Files to PowerPoint Slides in Java

How to Add Audio and Video Files to PowerPoint Slides in Java,When slides are used for advertising campaign or product demonstration, people usually add media files (such as audio ...
Transient Modifier In Java-拾光赋

Transient Modifier In Java

Transient Modifier In Java,Data serialization library in Java could be varied. You can use Jackson, GSON, or anything else. Since there are too many serialization libraries out the...
GraalVM 20.3.0 LTS Released-拾光赋

GraalVM 20.3.0 LTS Released

GraalVM 20.3.0 LTS Released, Today we’re happy to announce the GraalVM 20.3.0 release. This is the final feature release of 2020 and if you’re running GraalVM 20.x we recommend t...
Add/ Delete PDF Page in Java-拾光赋

Add/ Delete PDF Page in Java

Add/ Delete PDF Page in Java,Sometimes when we receive a PDF document, we may only need some pages of the whole PDF document. Or we may need to insert a new page to add some new co...
Java iterators are dead. Long live Kotlin iterators!-拾光赋

Java iterators are dead. Long live Kotlin iterators!

Java iterators are dead. Long live Kotlin iterators!,Iterator is a great pattern. It's extremely simple and yet very powerful. Long time ago I saw iterators literally everywhere bu...
Comparing lombok features with groovy-拾光赋

Comparing lombok features with groovy

Comparing lombok features with groovy, Lombok Lombok is a java annotation processor which generates boilerplate code automatically in your classes at compile time. Many of lombok's...
WHY YOU SHOULD LEARN JAVA-拾光赋

WHY YOU SHOULD LEARN JAVA

WHY YOU SHOULD LEARN JAVA,Let me start in a way that can look funny. I’m not a Java evangelist but personally I don’t like the tendency in many communities to preach for a progra...
POUKISA OU DWE APRANN JAVA-拾光赋

POUKISA OU DWE APRANN JAVA

POUKISA OU DWE APRANN JAVA,Banm komanse yon fason ki ka parèt dròl. Mwen pa yon evanjelis Java paske pèsonelman mwen pa renmen tandans yon group enfòmatisyen genyen pou y’ap p...
Getting started with SonarQube (java, maven and docker)-拾光赋

Getting started with SonarQube (java, maven and docker)

Getting started with SonarQube (java, maven and docker),How do we know if the code we write is good enough? Error free? Not vulnerable? Not smelly? There are some tools that can sh...
From Legacy Projects to CI/CD Pipelines-拾光赋

From Legacy Projects to CI/CD Pipelines

From Legacy Projects to CI/CD Pipelines,Recently I received the maintenance responsibility for two legacy projects in my company. One of the projects is 8 years old, the other is s...
How I messed up as Fresher in IT-拾光赋

How I messed up as Fresher in IT

How I messed up as Fresher in IT,https://medium.com/@atulsunder1910/how-i-messed-up-as-fresher-in-early-days-of-it-life-8374f0662149 原文链接:How I messed up as Fresher in IT
[PT-BR] Falando sobre JIT Compiler-拾光赋

[PT-BR] Falando sobre JIT Compiler

[PT-BR] Falando sobre JIT Compiler,A JVM (Java Virtual Machine) é uma peça fundamental para a plataforma Java. Graças a este recurso, é possível escrever o código e executá-...