- 博客(6)
- 资源 (7)
- 收藏
- 关注
翻译 GreenDao添加list转换
public class MovieCasts implements Serializable{ private String alt; private String name; private String id; public String getAlt() { return alt; } public void setA...
2019-04-17 17:17:17 671
原创 tuple元祖
typedef std::tuple DEVICE_INFO;DEVICE_INFO device_info = make_tuple(index, L"", L"");std::get(device_info ) = ****; //setstd::wstring description = std::get(
2017-08-04 17:21:10 316
转载 VS配置环境相关参数详解
debug:调试版本包含调试信息不作任何优化/MDd /MLd 或/MTd使用Debug runtime library(调试版本的运行时函数库)/Od 关闭优化开关/D “_DEBUG”相当于 #define _DEBUG,打开编译调试代码开关(主要针对assert函数)/ZI 创建Edit and continue(编辑继续)数据库,这样在调试过程中如果修改了源代码不需重新编译/G
2017-08-04 17:17:57 805
原创 字符串转换
char * CProcessUpdate::utf82gbk( char* strbuf ){ //utf-8转为Unicode int size = MultiByteToWideChar(CP_UTF8, 0, strbuf, -1, NULL, 0); WCHAR *strUnicode = new WCHAR[size];MultiByteToWideChar(CP_
2017-08-04 17:13:52 202
原创 curl表单
DataParams.end(); iter++ ){std::string strFirst = CW2AEX(iter->first.c_str(), CP_UTF8);std::string strSecurl_formadd(&form_post_, &last_ptr_,CURLFORM_COPYNAME, "attachment",CURLFORM_FILENA
2017-08-04 17:12:24 547
原创 gbase:文件路径操作
1、获取路径并转换base::FilePath result;PathService::Get(base::DIR_LOCAL_APP_DATA, &result);result = result.Append(L"Google\\Chrome\\User Data\\Default\\cookies");std::string cookiePath = base::SysWide
2017-08-04 16:44:48 1231
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人