If you don't have an XR headset but you want to develop OpenXR apps, you can use Meta XR Simulator! It's great.
Dynamic Programming problems are the most complicated problems in algorithms. However, it is actually simple to solve if you understand the key concepts and the main algorithm framework of DP.
Static abstract interface method is a new feature in C# 11 (corresponding .NET 7.0). In this article, we are going to deeply dive into it, talk about why we need it, what it is and how to use it.
My student discounts of Alibaba Cloud and Tencent Cloud will be used up soon, and the cost of subsequent servers is still not small. To save money, I plan to use GitHub Pages back. This time, I don't intend to use Hexo, but consider using a more powerful static page generator with Vue features: VuePress. I chose Hope as the theme, and then will slowly add some contents. I hope this blog is simpler, refreshing and more suitable for reading.
In MongoDB, every documents have an object id (Bson ID). But sometimes we need ids that can automatically increase when creating a new model. And the id should be an integer starts from 1. How to deal with the problem?