最新发布第1290页
Write better Java Code-拾光赋

Write better Java Code

Write better Java Code,Clean Code is under rated. If you've ever got frustrated with the way some code was written or spent way too much trying to understand what some function is ...
Solution: N-Queens-拾光赋

Solution: N-Queens

Solution: N-Queens, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutions Index 4 Solut...
Build a Markdown-based Blog with Spring Boot - Part 2-拾光赋

Build a Markdown-based Blog with Spring Boot – Part 2

Build a Markdown-based Blog with Spring Boot - Part 2, Markdown Blog with Spring Boot (6 Part Series) 1 Build a Markdown-based Blog with Spring Boot - Part 1 2 Build a Markdown-bas...
Streams. System.out.print()-拾光赋

Streams. System.out.print()

Streams. System.out.print(), Streams (7 Part Series) 1 Streams, byte streams. 2 Character streams ... 3 more parts... 3 Scanners 4 Streams. System.out.print() 5 Streams. System.out...
Are Android RAT's making Java Look Bad?-拾光赋

Are Android RAT’s making Java Look Bad?

Are Android RAT's making Java Look Bad?, Android is one of the most thriving platforms right now due to the abyss of APIs and the abilities it has built-in. However, there is alway...
More into Data types!-拾光赋

More into Data types!

More into Data types!,Today is day five of my learning Java journey. Yesterday, I had learnt and shared with you the data types available in Java and the various types under the re...
Will Python replace Java? Myths you still think are true.-拾光赋

Will Python replace Java? Myths you still think are true.

Will Python replace Java? Myths you still think are true.,“Hey, if you are a fresher, there is no need to learn Java. It is outdated!” “If you want to learn an Object-Oriented P...
Solution: Find and Replace Pattern-拾光赋

Solution: Find and Replace Pattern

Solution: Find and Replace Pattern, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutio...
Convert entity to DTO in Springboot-拾光赋

Convert entity to DTO in Springboot

Convert entity to DTO in Springboot,I used to map an entity to DTO in the service class by writing my own mapping method but recently I got to know about Model Mapper, all we need ...
Java/ Add and Remove Form Controls in Excel-拾光赋

Java/ Add and Remove Form Controls in Excel

Java/ Add and Remove Form Controls in Excel,In an Excel worksheet, form controls such as check boxes, option buttons and combo boxes can make data entry easier. The following examp...
Scanners-拾光赋

Scanners

Scanners, Streams (7 Part Series) 1 Streams, byte streams. 2 Character streams ... 3 more parts... 3 Scanners 4 Streams. System.out.print() 5 Streams. System.out.format() 6 File Op...
How to use a custom class as @PathVariable in Feign ‍-拾光赋

How to use a custom class as @PathVariable in Feign ‍

How to use a custom class as @PathVariable in Feign ‍,Do you know Feign? It is a Java library that allows you to write a REST client with minimal code. In my current work project,...