Java常用网址
Java SE 8 Tutorials Learning Paths
Java SE 11 Troubleshooting Guide
开发相关
前端
Node.js Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
- TypeScript is JavaScript with syntax for types.
- TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
- TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor.
- TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps.