An Tao

Results 204 comments of An Tao

![image](https://github.com/drogonframework/drogon/assets/21002501/bb3b82f5-a397-49df-b44a-34eb54ffc77b) Above is the response returned from drogon based on your code, I think this is correct because double quotes are special characters in Json and must be escaped, any...

![截屏2024-01-19 22 04 09](https://github.com/drogonframework/drogon/assets/21002501/82cc9f1d-f2b2-4c5c-b0ce-aa729032ce4d) ![截屏2024-01-19 21 12 46](https://github.com/drogonframework/drogon/assets/21002501/6d4cfe70-7d31-4ee8-b833-3107ef4b0336) 你好,这是我的mac环境,供参考~

你要搜一下mariadb client的开发库怎么装,一般用brew安装就能搞定,我在macos上试过,应该没问题的,装好用drogon自带的cmake配置就能找到。 Cap ***@***.***> 于2024年1月17日周三 10:12写道: > 您好,各位大神,我本机是macos 开发工具使用的clion 电脑本机确认安装了mariadb 但是不管我怎么配置drogon > 都找不到mariadb的依赖,我不确定是我的cmakelist > 的配置上出了问题还是怎么问题,能帮我解决这个问题吗,给我一个配置mariadb的Cmaklist的文件或者别的问题帮我指出来,他已经困扰了我很久,在这里不尽感谢。 > A utility for drogon > Version: 1.9.1 > Git commit: 6370461 > > Compilation:...

You made a mistake in the order of parameters in this method. The two callbacks should be the second and third parameters. The parameters bound to the SQL statement should...

@kimidaisuki22 thanks so much for your feedback. Do u think if it's better to add a AOP joinpoint for this aim?

https://drogonframework.github.io/drogon-docs/#/ENG-09-Plugins?id=life-cycle All plugins are created and initialized in the run() function, so you should get valid plugin objects after calling the `app().run()`.

在工程中搜索`MultiPartParser`就能看到例子

Did you load the configuration file before calling app().run()? Is there any error message in the logs?

Would u please make a simple repo that the issue can reproduce in it? I'll clone and check it out.

> > Would u please make a simple repo that the issue can reproduce in it? I'll clone and check it out. > > yes sure give me a moment,...