编程技术 第1007页
Java Microservices with Spring Boot and Spring Cloud-拾光赋

Java Microservices with Spring Boot and Spring Cloud

Java Microservices with Spring Boot and Spring Cloud,Java is a great language to use when developing a microservice architecture. In fact, some of the biggest names in our industry...
Native Android Database-拾光赋

Native Android Database

Native Android Database,Linking sqlite3 library in C language with Android framework https://github.com/Jamshid-M/NativeDB 原文链接:Native Android Database
kity的头像-拾光赋kity6年前
04014
Single file Java and Selenium-拾光赋

Single file Java and Selenium

Single file Java and Selenium,One reason scripting languages are appealing to me is the feedback loop. You can type in code and quickly execute that code without a separate compila...
kity的头像-拾光赋kity6年前
0458
Eclipse Collections - the features your collections need ️-拾光赋

Eclipse Collections – the features your collections need ️

Eclipse Collections - the features your collections need ️, Deny it or not data structures are important. Picking the right one will enormously increase the performance of your pr...
How to build Graal-enabled JDK8 on CircleCI?-拾光赋

How to build Graal-enabled JDK8 on CircleCI?

How to build Graal-enabled JDK8 on CircleCI?,The GraalVM Compiler is a replacement to HotSpot’s server-side JIT compiler widely known as the C2 compiler. It is written in Java wit...
What Happened When I Learned Java and Python at the Same Time-拾光赋

What Happened When I Learned Java and Python at the Same Time

What Happened When I Learned Java and Python at the Same Time,This is a story of how I learned Python and Java at the same time, and while doing that, learned a few things about my...
kity的头像-拾光赋kity6年前
02711
JVM architecture in a nutshell-拾光赋

JVM architecture in a nutshell

JVM architecture in a nutshell,We write a code in our IDE, How it is being executed? How does it shows the output which we want (not always!)? This question has perplexed many begi...
Web UI tests reinforcement with webtau framework (Selenium based)-拾光赋

Web UI tests reinforcement with webtau framework (Selenium based)

Web UI tests reinforcement with webtau framework (Selenium based),One of the biggest problem with Web UI tests is their brittleness. Moving a page element around or replacing an in...
Want to Learn Java Quickly? Burn All Your Java Tutorial Books-拾光赋

Want to Learn Java Quickly? Burn All Your Java Tutorial Books

Want to Learn Java Quickly? Burn All Your Java Tutorial Books,Every day, the Java programming world is flooded with beginners who crave to learn the Java language. It’s not surpri...
Qutrunk - open source REST/gRPC interface with GUI-拾光赋

Qutrunk – open source REST/gRPC interface with GUI

Qutrunk - open source REST/gRPC interface with GUI,I've just open sourced our internal project - Qutrunk. It is a simple REST API interface for interacting with queues. It supports...
kity的头像-拾光赋kity6年前
03215
Java and TDD - make your software predictable-拾光赋

Java and TDD – make your software predictable

Java and TDD - make your software predictable,Introduction Modern software development has changed a lot in recent years, not only intrinsically, but also due to the fact that more...
Will Java be as widely used in five years?-拾光赋

Will Java be as widely used in five years?

Will Java be as widely used in five years?,Interesting interview on our blog with three senior engineers about the future of Java. Interesting points made about cold start ups, hop...
kity的头像-拾光赋kity6年前
0405