会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
出来打酱油
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2018年11月30日
线程池简单代码
摘要: 转载别人代码;做备忘 condition.h condition.c
阅读全文
posted @ 2018-11-30 11:44 出来打酱油
阅读(414)
评论(0)
推荐(0)
2018年1月26日
mqtt
摘要: //MQTT注册(连接) bool RegisterMQTT(const std::string& user, const std::string& pwd, const std::string& serviceIp, const std::string& source){ int rc = -1;
阅读全文
posted @ 2018-01-26 11:13 出来打酱油
阅读(989)
评论(0)
推荐(0)
2018年1月16日
动态库之间回调函数使用
摘要: 在底层dll实现 接口.h文件 typedef interfaceBase* (lpObjCreate)(); class interfaceBase { virtual setcallback(callbackBase* callback){}; } class callbackBase { vi
阅读全文
posted @ 2018-01-16 20:23 出来打酱油
阅读(610)
评论(0)
推荐(0)
Expression: __acrt_first_block == header 错误
摘要: 编译完成后,报 onecoreuap\inetcore\urlmon\zones\zoneidentifier.cxx(359)\urlmon.dll!727F1C60: (caller: 727F1A28) ReturnHr(1) tid(28f0) 80070002 系统找不到指定的文件。 Ex
阅读全文
posted @ 2018-01-16 20:02 出来打酱油
阅读(1082)
评论(0)
推荐(0)
2017年12月28日
linphone发消息
摘要: void SendNews(CString sip,CString msg){ std::string str= CUtility::string_To_UTF8(msg.GetString()); LinphoneChatRoom* chat_room = linphone_core_get_ch
阅读全文
posted @ 2017-12-28 17:02 出来打酱油
阅读(620)
评论(0)
推荐(0)
linphone打电话
摘要: bool call(CString sip){ if (sip.IsEmpty()) return false; char* normalizedUserName = NULL; LinphoneProxyConfig* proxyCfg = NULL; //get default proxy li
阅读全文
posted @ 2017-12-28 16:58 出来打酱油
阅读(398)
评论(0)
推荐(0)
linphone初始化
摘要: memset(&vTable, 0, sizeof(vTable)); vTable.global_state_changed = CLinphoneProxyConfig::global_state_changed; vTable.registration_state_changed = CLin
阅读全文
posted @ 2017-12-28 16:56 出来打酱油
阅读(1410)
评论(0)
推荐(0)
linphone注册用例
摘要: bool Register(CString user, CString pwd, CString Service) { CString szidentity = _T(""); szidentity.Format(_T("sip:%s@%s"), user.GetString(), Service.
阅读全文
posted @ 2017-12-28 16:51 出来打酱油
阅读(1979)
评论(0)
推荐(0)
LinPhone笔记(全部转载其他人博客)
摘要: linphone官网 linphone 笔记: http://blog.csdn.net/ccfxue/article/category/6356356/1 linphone 用例 :http://blog.csdn.net/ccfxue/article/details/52571838 (Libl
阅读全文
posted @ 2017-12-28 16:29 出来打酱油
阅读(1117)
评论(0)
推荐(0)
2017年12月16日
外国开源网站
摘要: https://github.com/ https://www.codeproject.com/
阅读全文
posted @ 2017-12-16 11:02 出来打酱油
阅读(207)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告