2 Star 0 Fork 0

阿宝 / cppblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

cppblog

CppBlog is a high performance blog engine based on CppCMS technology

SQL

The default encoding of the connection to your SQL server may not be UTF-8. To ensure that the data which is stored as UTF-8 in your database is retrieved appropriately, make sure to configure the connection to use UTF-8. With mysql, add 'set_charset_name=utf8' to your connection string, like this:

string connection_string("mysql:host=127.0.0.1;database=foo;user=bar;password=foobar;set_charset_name=utf8");  
cppdb::session session(connection_string);

Build and run(Ubuntu)

Execute the following commands:

make run

Support breakpoint continuation

  • file_server.enable is set to false
  • file_server.media is set to true(default: true)

空文件

简介

CppBlog is a high performance blog engine based on CppCMS technology 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/talent518/cppblog.git
git@gitee.com:talent518/cppblog.git
talent518
cppblog
cppblog
master

搜索帮助