Algorithm
二进制-十进制相互转换
每个节点表示车站,每条边表示地铁线路,不同的权重表示线路时间
Review
Github Lab
Github Guides
Basic Markdown Syntax
Markdown files in VS Code
How to write a README.md for GitHub project?
Make sure the file always includes the following elements:
- Titles and internal titles
- Introduction - the project’s aim
- Technologies
- Launch
Consider also using additional elements such as:
- Table of contents
- Illustrations
- Scope of functionalities
- Examples of use
- Project status
- Sources
- Other information
Tip
Version Control Using Git & Github
Java中print、printf、println的区别 详解
printf主要是继承了C语言的printf的一些特性,可以进行格式化输出 System.out.printf(“Left>>%-9.4f<<%n”,pi);
print就是一般的标准输出,但是不换行
println最后会换行IntelliJ IDEA 错误: 编码GBK的不可映射字符
javac -encoding UTF-8 W2.java
java W2Java Practice
Capture Packets by Wireshark
Share
什么是真正的架构设计
权威指南:Serverless 未来十年发展解读(上)
- “例如腾讯的 SCF,Azure Functions 和 AWS Lambda 等等,这些服务中,你可以将一段代码(通常是无状态的应用代码)上传到云端,之后基于 API 调用或者配置触发器等方式,随时在云端执行你上传的代码。很棒的一点是,FaaS 服务是按需付费的,根据执行时间和调用次数计费。”