编程技术 第1100页
How I wrote my first full-stack Android app-拾光赋

How I wrote my first full-stack Android app

How I wrote my first full-stack Android app,In the span of 4 months, I planned out a mobile app idea, self-taught myself the Android framework, wrote my first REST API, and release...
Getting Started with SVN-拾光赋

Getting Started with SVN

Getting Started with SVN,SVN is an SCM(Source Code Management) tool developed by the Apache Software Foundation. It is one of the less popular but still widely used Source Code Man...
Mongock, Mongo and Java-拾光赋

Mongock, Mongo and Java

Mongock, Mongo and Java,Originally posted on my blog Database Migration tools are essential with applications where you need to migrate data into a database, change a schema, updat...
(Finally) solving a substitution GraalVM issue-拾光赋

(Finally) solving a substitution GraalVM issue

(Finally) solving a substitution GraalVM issue,One of my current talks is about creating a Kubernetes operator in Java. I demo it step by step. In the later steps, I'm using GraalV...
JVM Architecture-拾光赋

JVM Architecture

JVM Architecture,Bytecode will be executed by JRE. JRE is the implementation of JVM, which analyses the bytecode, interprets the code and executes it. JVM – Virtual machine is a s...
kity的头像-拾光赋kity5年前
04610
How not to design an Enum (Java)-拾光赋

How not to design an Enum (Java)

How not to design an Enum (Java),Throughout the years, I've seen and created many Enums in Java. Some of them were very useful, some just avoided a bit of hard-code and a few bad o...
kity的头像-拾光赋kity5年前
0496
5 Step Process To Create Selenium Framework from Scratch-拾光赋

5 Step Process To Create Selenium Framework from Scratch

5 Step Process To Create Selenium Framework from Scratch,In this video, We are starting our Selenium Framework using Java, We are going to create own custom Selenium Framework from...
The Benefits of Geocoding and Structuring Your Address Data-拾光赋

The Benefits of Geocoding and Structuring Your Address Data

The Benefits of Geocoding and Structuring Your Address Data, An Easy Way for Developers to Clean Up Address Data Address information is one of the most commonly collected forms of ...
Why sticking up with One Resource is Important.-拾光赋

Why sticking up with One Resource is Important.

Why sticking up with One Resource is Important.,'I don't think hackerrank is good for Data Structure , I should try out Codeforces', 'I think codeforces is too difficult.' 'What ab...
Possible Error when we have both javac 11.0.9.1 and javac 8-拾光赋

Possible Error when we have both javac 11.0.9.1 and javac 8

Possible Error when we have both javac 11.0.9.1 and javac 8,I usually uses Eclipse and online editors to run my java programs. But yesterday, I took my sublime editor, write a simp...
Stop writing code in main method-拾光赋

Stop writing code in main method

Stop writing code in main method,Greetings to everyone who reads this post! Due to my work, I often run into novice programmers and look at their code. Sometimes it is beautiful, s...
Installation of Java 3D for OOP with Tecla-拾光赋

Installation of Java 3D for OOP with Tecla

Installation of Java 3D for OOP with Tecla, Basics for OOP with Tecla (3 Part Series) 1 Installation of Java for OOP with Tecla 2 Installation of Java 3D for OOP with Tecla 3 Insta...