cost 278 ms
cppcms: 404 error for css and js files

I am using cppcms ver 1.2, and want to include external css and js files as follows: media/css/bootstrap.min.css But I get a 404 error for them, even ...

2018-04-19 13:53:32   1   51    cppcms  
CppCMS URL Mapping issue

I'm playing around with CppCMS and I've got the static "Hello World" to work. However I'm having a real hard time getting the URL mapping to work. I'm ...

2017-08-11 22:25:52   1   99    c++ / cppcms  
CppCMS-Embedded 404

I am trying a simple example with CppCms and I would like to execute all my applications relative to the web application root. I don't want execute th ...

2016-02-08 14:08:23   1   161    c++ / cppcms  
cppcms can't work

My OS: Mac OSX My gcc version: 4.2.1 My clang version: llvm 6.1.0 cppcms version: 1.0.5 I download the cppcms framework and install the framework. ...

2015-09-09 03:58:11   1   459    c++ / cppcms  
Does CppCMS support unicode?

I have been looking for a C++ web framework with high performance target. I found out it, I am not sure that does it support Unicode because I see som ...

CppCMS XML parser

Is there an XML parser in CppCMS? The application I'm designing includes accessing multiple web services. In order to develop a web service client, is ...

2014-02-20 20:19:33   1   159    cppcms  
cppcms, retrieving values from form

I would like to know how to retrieve POST fields from a pure html file, without using a class which inherit from cppcms::form. I want the class which ...

2013-11-17 10:48:38   1   644    c++ / cppcms  
whats the role or url_mapper in cppcms

In the example url mapping it keeps a map of regex url pattern and its corresponding action with dispatcher().assign(). But what is the job of mapper( ...

2013-08-13 15:20:36   1   156    cppcms  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM