Yao Lirong's Blog

Yao Lirong's Blog

Innovation For Everyone

CS2043 Unix Tools and Scripting

About

The goal of CS2043 is to introduce you to the UNIX/Linux “command line” and its accompanying tools. When done with this class you should feel comfortable navigating any UNIX shell prompt, installing UNIX/Linux systems and understanding any shell script that you may encounter down the road. We’ll cover basic commands through script writing and visit some of the more common tools used today!

Look Back on Cornell 19FA

CS2112 OO Design Data Structs (Honors)

My goal in teaching this course has been to make you guys fearless about taking ideas and turning them into systems of codes that work

– Andrew Myers, 2019/12/10

Add pdf file to hexo

Say you’ve put book.pdf in ./source/books/, then put something like [Download my book!](/books/book.pdf) anywhere in the article and it will create the link for you.

Cited From hexo

Import Junit and JavaFx into VSCode

The import javafx cannot be resolved

I have java 11 installed on my computer. JavaFx was not bundled with Java 11 so I have to first download it from here and put it at the same directory as Java jdk. But VScode still gives me the error “The import javafx cannot be resolved”. This was resolved after I ran Java: Clean the Java Language Server workspace, though I have no idea how VSCode magically found the directory of JavaFx.

avatar
姚立嵘 Yao
让每个人享受科技的乐趣 (Innovation For Everyone)