最新发布第1220页
Finally created my first app-拾光赋

Finally created my first app

Finally created my first app,So this is my first and official app https://play.google.com/store/apps/details?id=com.notekeep.andrekelvin.notekeep It's a note application with a rem...
What is Serialization? Everything You Need to Know About Java Serialization Explained With Example-拾光赋

What is Serialization? Everything You Need to Know About Java Serialization Explained With Example

What is Serialization? Everything You Need to Know About Java Serialization Explained With Example,In a previous article, we looked at 5 different ways to create objects in java, I...
code metrics from your repository-拾光赋

code metrics from your repository

code metrics from your repository,Lines of code is a useful metric for productivity. The complexity of a feature is normally proportional to the number of lines. Sure number of lin...
In the Eclipse Console-拾光赋

In the Eclipse Console

In the Eclipse Console, In the Eclipse Console Aug 29 '19 Comments: 1 Answers: 0 0 I am using eclipse and glassfish as server , I created a Servlet ; and to see how 'Servlet Life C...
How to create an Android App: Android Room-拾光赋

How to create an Android App: Android Room

How to create an Android App: Android Room, Creating An Android App (6 Part Series) 1 How to create an Android App Part 1 2 How to create an Android App: Datepicker ... 2 more part...
The Beauty That Is Java-拾光赋

The Beauty That Is Java

The Beauty That Is Java,Java is a powerful general-purpose programming language that has been around for over 24 years now since its inception in 1996. The Java Programming environ...
Building a fully reactive and scalable Spring application with R2DBC and a serverless database-拾光赋

Building a fully reactive and scalable Spring application with R2DBC and a serverless database

Building a fully reactive and scalable Spring application with R2DBC and a serverless database, The challenge of building a truly reactive microservice with a relational database I...
Deploy a Spring Boot Application into Tomcat-拾光赋

Deploy a Spring Boot Application into Tomcat

Deploy a Spring Boot Application into Tomcat,Deploying applications is hard. Often you need console access to the server from which you pull the latest code and then manually insta...
java Nameing conventions-拾光赋

java Nameing conventions

java Nameing conventions,Hello dear friends‍️ In this way, we want to explain the proper naming in Java Well let's go ️Always try to write packages in lowercase for example --&g...
kity的头像-拾光赋kity6年前
03812
How to Customize Serialization In Java By Using Externalizable Interface-拾光赋

How to Customize Serialization In Java By Using Externalizable Interface

How to Customize Serialization In Java By Using Externalizable Interface,In a previous article Everything About Java Serialization Explained With Example, I explained how we can se...
Embed Fonts in Word Documents in Java-拾光赋

Embed Fonts in Word Documents in Java

Embed Fonts in Word Documents in Java,If you use a custom font (anything other than Word’s built-in fonts) in your document, embedding those fonts ensures that whoever views the d...
Jackson Deserialization Vulnerability-拾光赋

Jackson Deserialization Vulnerability

Jackson Deserialization Vulnerability,On July 29th, 2019 a high severity Deserialization of Untrusted Data vulnerability (CVE-2019-14379, CVE-2019-14439) affecting all versions of ...