Kotlin for Java Developers 学习笔记 ★ Coursera 课程 Kotlin for Java Developers(由 JetBrains 提供)的学习笔记 " From Java to Kotlin Java 和 Kotlin 代码可以相互转化 public class Person { private final String name; private final int age; public Person(String name,
Web The Front-End Optimization Checklist [ASP.NET 5] Production Ready Web Server on Linux. Kestrel + nginx Creating and Debugging C# Console Apps with Visual Studio Code on OSX An End-to-End AngularJS Guide Implementing a reverse proxy in Golang on G
JSON : Placeholder JSON : Placeholder (https://jsonplaceholder.typicode.com/) 是一个用于测试的 REST API 网站. 以下使用 RxJava2 + Retrofit2 调用该网站的 REST API,获取字符串以及 JSON 数据. GET /posts/1 GET /posts POST /posts PUT /posts/1 DELETE /posts/1 所有 GET API 都返回JSON数据,格式(JSO
Other 8 Key Application Performance Metrics & How to Measure Them The Code Review: The Most Important Developer Practice Making Engineering Team Communication Clearer, Faster, Better 13 hours debugging a segmentation fault in .NET Core on Raspberry P