Results 6 issues of 飞舞九天

Is there a function to set automatic reloading? After modifying the template, it can be automatically reloaded without the need to restart the program, making template editing very convenient. How...

一个网站里有很多模块,首页要推荐很多栏目列表,这些列表要从数据库读取,例如文章的推荐类型就有最新的,推荐的,热门的等等,如果这个标签可以通过设置的参数调用各个所需的内容就行了

最好能像freemarker一样在这个框架里使用就完美了

How to set it up correctly? I am copying the configuration from the code sample。 ``` .wrap(IdentityMiddleware::default()) .wrap( SessionMiddleware::builder(CookieSessionStore::default(), signing_key.clone()) .cookie_secure(false) .build(), ) ``` Why does this prompt appear when...

When setting the id field in MySQL, unsigned settings are not allowed. If set, the id cannot be serialized

At present, there are incorrect tags in the template, such as undefined tags that can cause the page to not display or indicate any errors. Is there a possibility for...

needs-more-information