编程技术 第998页
Java Under the Hood-拾光赋

Java Under the Hood

Java Under the Hood,This post offers a brief introduction to how Java executes a code written in Java Language under the hood. Here is the list that I am going to explore, 1. Java ...
kity的头像-拾光赋kity5年前
02010
Building a simple rest API with SpringBoot-拾光赋

Building a simple rest API with SpringBoot

Building a simple rest API with SpringBoot, If you have read my previous articles, you may know that i like to use an object that symbolises human as example, so I will continue in...
Ready to Serve - A plug and play backend server-拾光赋

Ready to Serve – A plug and play backend server

Ready to Serve - A plug and play backend server, What I built A backend server for people who don't want to write backend code. Ready to Serve lets you set up a server with functio...
How to fetch REST API every 2 seconds with RxJava 2-拾光赋

How to fetch REST API every 2 seconds with RxJava 2

How to fetch REST API every 2 seconds with RxJava 2, Cover image by Matthew Smith on Unsplash During my work on one of my Android application I’ve stomped on a problem where I nee...
Java Android Studio Error-拾光赋

Java Android Studio Error

Java Android Studio Error, Error The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this mo...
Wednesday Links - Edition 2021-03-24-拾光赋

Wednesday Links – Edition 2021-03-24

Wednesday Links - Edition 2021-03-24, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesda...
Finding anagrams of place names (in GB)-拾光赋

Finding anagrams of place names (in GB)

Finding anagrams of place names (in GB),A little while ago Alasdair Rae asked if any one had combined an anagram engine with a list of place names. Well, no one stepped forward so ...
kity的头像-拾光赋kity5年前
02015
Solution: Number of Submatrices That Sum to Target-拾光赋

Solution: Number of Submatrices That Sum to Target

Solution: Number of Submatrices That Sum to Target, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 ...
Lendo e gravando dados binários-拾光赋

Lendo e gravando dados binários

Lendo e gravando dados binários, Podemos ler e gravar dados além de caracteres ASCII, incluindo tipos primitivos como int, double e short. DataInputStream e DataOutputStream são...
kity的头像-拾光赋kity2个月前
02015
Java 8 lambdas: 101-拾光赋

Java 8 lambdas: 101

Java 8 lambdas: 101,All you need is 5 minutes to grok the Lambda expressions introduced in Java 8. This post acts as a starter by quickly demonstrating how lambdas are super cool i...
'Test Automation U' Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced-拾光赋

‘Test Automation U’ Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced

'Test Automation U' Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced,If you're not continuously learning, you may be losing to someone else (or a machine)...
The Simple Approach to Create a More Robust System-拾光赋

The Simple Approach to Create a More Robust System

The Simple Approach to Create a More Robust System, 'System should not fail, and application should not crash.' This mantra has been widely implemented in software development and ...