08 2014 档案

摘要:Assertion failure: thing, at...gc/Marking.cpp:112遇到个jsb的bug,全公司的人整整折腾了2天!!描述:下面代码,在GC后,程序崩溃,错误log输出如下:Assertion failure: thing, at /Users/james/Projec... 阅读全文
posted @ 2014-08-16 16:04 居家懒人 阅读(531) 评论(0) 推荐(0)
摘要:1 double zipsize = 0; 2 CURL *handle = curl_easy_init(); 3 curl_easy_setopt(handle, CURLOPT_URL, url); 4 curl_easy_setopt(handle, CUR... 阅读全文
posted @ 2014-08-15 15:14 居家懒人 阅读(2844) 评论(0) 推荐(0)
摘要:1 std::string UrlEncode(const std::string& szToEncode) 2 { 3 std::string src = szToEncode; 4 char hex[] = "0123456789ABCDEF"; 5 string ds... 阅读全文
posted @ 2014-08-12 17:32 居家懒人 阅读(3678) 评论(0) 推荐(0)