What is OutOfMemory exception? How to identify them? How to avoid?
OutOfMemory exception is one of the most head-scratching problems to locate when debugging a software. This blog will discuss what OutOfMemory exception is and some typical symptoms of it and what the possible causes are.
by owenll66 on 06 July 2021
Playing music on Visual Studio Code - A Free music plugin
This blog will introduce the steps to install Netease Music plugin to VSC
by owenll66 on 15 September 2019
Brief Introduction To Object Oriented Programming Design For Beginners
OOP(Object Oriented Programming) is one of the most popular programming methodology. Understanding OOP principles is essential to all programmers. This blog will talk about some basic OOP design principles to help beginers to better comprehend what OOP is.
by owenll66 on 03 August 2019
Brief Introduction About Lambda Expression In Java
Lambda expression was introduced in Java in 2014 which enables functional programming on streams of elements. It is a really cool feature which simplifies the code if you are using the recommend version by Oracle (java 1.8).
by owenll66 on 04 June 2019
k-d Tree Algorithm
In k-nearest neighbors algorithm, build a k-d tree would improve the search efficiency. This blog provides the python code for building k-d tree and searching k-d tree.
by owenll66 on 16 May 2019
Website Updated!
website source code available!
by owenll66 on 12 May 2019