C++11 日志框架 Chucho
- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://www.assembla.com/spaces/chucho/wiki
- 软件文档: https://www.assembla.com/wiki/show/chucho/User_Manual
软件介绍
Chucho 是一个 C++11 日志框架,基于纯 Java 实现的 Logback 日志框架。
示例代码:
#include <chucho/log.hpp>
int main()
{
std::shared_ptr<chucho::logger> lgr = chucho::logger::get("my-log");
CHUCHO_INFO_STR(lgr, "Hello, World!");
return EXIT_SUCCESS;
}
Using Google App Engine
Charles Severance / O'Reilly Media / 2009-5-23 / USD 29.99
With this book, you can build exciting, scalable web applications quickly and confidently, using Google App Engine - even if you have little or no experience in programming or web development. App Eng......一起来看看 《Using Google App Engine》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
URL 编码/解码
URL 编码/解码
