Yili Zhao

Freelance developer

Blog

29 Jun 2020

Install Node.js on Ubuntu

Install Node.js on Ubuntu The simplest way to install Node.js on Ubuntu: sudo apt install curl curl -sL https://deb.nodesource.com/setup_14.x |...

20 Mar 2020

JavaFX Resources

JavaFX JavaFX main site Getting Started with JavaFX Maven plugin for JavaFX OpenJFX Docs Samples

13 Mar 2020

Install Go Tools on VSCode

Install Go Tools on VSCode Just follow the goproxy.io Next, try a tour of go: https://tour.golang.org/ https://tour.go-zh.org/ Or install it...

25 Feb 2020

Example Maven pom.xml for Java application

Example Maven pom.xml for Java application This is an example Maven pom.xml for building Java application with Oracle JDK14: <?xml...

24 Feb 2020

Install Oracle JDK14 on Ubuntu

Install Oracle JDK14 on Ubuntu The simplest way to install Oracle JDK14 on Ubuntu: sudo add-apt-repository ppa:linuxuprising/java sudo apt-get update...

21 Feb 2020

Enabling C++11 And Later In CMake

Setting the C++ standard directly The simplest way to use a particular C++ standard in your project is to add...

04 Jun 2016

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your...

04 Jun 2016

Example content for posts

This demo page has been used from http://jasonm23.github.io/markdown-css-themes/. A First Level Header A Second Level Header A Third Level Header...