1 Star 0 Fork 4

nbsnail/ccfast

forked from zhouxiang/ccfast 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
util.h 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouxiang 提交于 2015-02-26 18:27 . init project
/*
*
*
*some tool function
*
*
*
*/
#ifndef UTIL_H
#define UTIL_H
#include "typedefs.h"
#include "redisclient.h"
#include <sstream>
#include <stdio.h>
boost::shared_ptr<redis::client> get_redis_client();
int string2int(const std::string& str_);
std::string int2string(int id_);
StringList& operator<<(StringList& slist_, const std::string& str_);
StringList split(const std::string& str_, char c_);
///
/// \brief format_send_email 将发送字符串中的'\''符号转换为'`',使其可以作为python脚本的参数
/// \param message_
/// \return
///
std::string &format_send_email(std::string &message_);
const char* get_hostname();
const char* get_content();
#endif // UTIL_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nbsnail/ccfast.git
git@gitee.com:nbsnail/ccfast.git
nbsnail
ccfast
ccfast
master

搜索帮助