- 授权协议: BSD
- 开发语言: C/C++ C# .NET
- 操作系统: Windows
- 软件首页: http://xlw.sourceforge.net/
- 软件文档: http://xlw.sourceforge.net/documentation.shtml
软件介绍
XLW 是一个C++语言对 Microsoft Excel 97 的开发者工具包的一个封装,简化了C++程序操作Excel文档的方法,支持最新版的 Excel 2007。
示例代码
// Test.h
#ifndef TEST_H
#define TEST_H
//<xlw:libraryname=MyTestLibrary
std::wstring // Concatenate two strings
//<xlw:time
Concat(std::wstring str1, // First string
std::wstring str2); // Second string
double // Compute the circumference of a circle
//<xlw:time
Circ(double Diameter); // The circle's diameter
#endi
Redis开发与运维
付磊、张益军 / 机械工业出版社 / 2017-3-1 / 89.00
本书全面讲解Redis基本功能及其应用,并结合线上开发与运维监控中的实际使用案例,深入分析并总结了实际开发运维中遇到的“陷阱”,以及背后的原因, 包含大规模集群开发与管理的场景、应用案例与开发技巧,为高效开发运维提供了大量实际经验和建议。本书不要求读者有任何Redis使用经验,对入门与进阶DevOps的开发者提供有价值的帮助。主要内容包括:Redis的安装配置、API、各种高效功能、客户端、持久化......一起来看看 《Redis开发与运维》 这本书的介绍吧!
