|
2 年之前 | |
---|---|---|
.. | ||
auto-generated | 2 年之前 | |
EntryController.cpp | 2 年之前 | |
LoginController.cpp | 2 年之前 | |
PortListController.cpp | 2 年之前 | |
StaticWebPageController.cpp | 2 年之前 | |
readme.md | 2 年之前 |
This folder contains the entry point of the request processing. Some files are auto-generated by CMakeList.txt, intend to packaging all js/css/... resources file to the final binary needs by the website.
这个目录包括请求处理的入口点。部分文件是CMakeList.txt生成的,它的作用是将网站需要的js/css/...资源文件转换为写死的C++代码,将他们一同编译进最终的可执行文件中,从而在部署时仅需要一个可执行文件,而不需要任何奇奇怪怪的资源文件。