Ben Chuanlong Du's Blog

It is never too late to learn.

Maven Dependencies

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Properties

<properties>
  <scala.version>2.11.11</scala.version>
</properties>

Dependencies

Unit Test

<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>4.11</version>
    <scope>test</scope>
</dependency>

specs

<dependency>
    <groupId …

Living in Charlotte

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Transportation

Scenic Spots

  1. Great Smoky Mountain National Park

  2. U.S. National Whitewater Center

  3. Outer Banks

  4. Myrtle Beach

  5. Charleston, SC

Shopping

  1. Walmart
  2. Costco
  3. Southpark Mall
  4. Grand Asia Market
  5. Super …

Tips on Deno

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VS Code Plugin for Deno

Add the following into the file .vscode/settings.json under the root directory of your project.

{
"deno.enable": true,
}

References

https://mp.weixin.qq.com/s …