I want to write my own blog system with Java, but I don"t know how to write the logic of accessing a blog post. If you use dynamic web pages to generate, this is relatively simple, but the server is very stressful. Excuse me, how does the blog system generate a static page for each article, write a html page, and then use ajax to access the data for rendering?
there is another question: how does a blog.csdn.net/valada/article/details/79982704, like csdn end up with a number? Is this number the id number of the article? If so, how did you do this? For example, I use javaweb to write, don"t I access http://./search?id=799.