会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HappyCoder
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
39
下一页
2021年3月4日
Webrtc createoffer以后没有 onsuccess的回调
摘要: 两个原因: 1、查看时序 代码的调用顺序是否跟demo里的一样 2、移植webrtc库的时候,总会忘记一件事,就是设置thread 在main函数中添加以下代码 rtc::EnsureWinsockInit(); rtc::Win32Thread w32_thread; rtc::ThreadMan
阅读全文
posted @ 2021-03-04 15:18 HappyCoder_1
阅读(333)
评论(0)
推荐(0)
2021年3月3日
VS error LNK2019: 无法解析的外部符号 _AcquireCredentialsHandleA
摘要: 项目属性中——》配置属性——》连接器——》输入——》附加依赖项 中添加了Secur32.lib这个库
阅读全文
posted @ 2021-03-03 16:56 HappyCoder_1
阅读(185)
评论(0)
推荐(0)
VS LNK2019 无法解析的外部符号_GetAdaptersAddresses@20 错误解决办法
摘要: 项目属性中——》配置属性——》连接器——》输入——》附加依赖项 中添加了Iphlpapi.lib这个库
阅读全文
posted @ 2021-03-03 16:54 HappyCoder_1
阅读(1205)
评论(0)
推荐(0)
2021年3月1日
duilib xml布局文件的属性设置
摘要: 控件共有的属性 name="thebtn"(用处:代表当前控件。) text="文字"(用处:控件上显示的文字。textcolor可以设置它的颜色。disabledtextcolor禁用时的颜色。textpadding文字边距。) tooltip="提示文字"(用处:鼠标放上去提示的文字。) bgc
阅读全文
posted @ 2021-03-01 09:33 HappyCoder_1
阅读(916)
评论(0)
推荐(0)
2021年2月23日
安利一个dll库缺失下载的网站
摘要: https://www.dll-files.com/ 很好用
阅读全文
posted @ 2021-02-23 09:27 HappyCoder_1
阅读(280)
评论(0)
推荐(0)
google glog 源码编译踩坑 以及编译全流程
摘要: 源码地址下载: https://github.com/google/glog/tags 第一个坑: 我用了最新的源代码编译应该是0.4.0版本或者以上了,使用cmake生成工程 打开cmake-gui 第一个路径到master 下面的自定义 点击configure generate 这里产生的是vs
阅读全文
posted @ 2021-02-23 09:19 HappyCoder_1
阅读(1736)
评论(0)
推荐(0)
2021年2月22日
VS工程不产生db后缀的文件
摘要: 设置方法:工具–》选项–》文本编辑器–》C/C++–》高级,把回退位置和警告设置为true或者禁用数据库设为true,这样就不会产生那个文件了。
阅读全文
posted @ 2021-02-22 16:19 HappyCoder_1
阅读(136)
评论(0)
推荐(0)
2021年2月10日
客户端开发字节乱码问题解决
摘要: 查看当前乱码的编码格式,对应进行转换 http://www.mytju.com/classcode/tools/messycoderecover.asp
阅读全文
posted @ 2021-02-10 08:44 HappyCoder_1
阅读(82)
评论(0)
推荐(0)
2021年2月9日
Protoc命令
摘要: protoc -- cpp_out=.\Proto\ ConnectRequest.proto
阅读全文
posted @ 2021-02-09 16:30 HappyCoder_1
阅读(129)
评论(0)
推荐(0)
2021年2月8日
curl/types.h: No such file or directory问题的解决
摘要: This is a problem on archlinux which just got curl 7.21.7. curl devs removed curl/types.h and put its content in curl/curl.h. 意思是在新版中把curl/types.h合并到了
阅读全文
posted @ 2021-02-08 14:29 HappyCoder_1
阅读(596)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
39
下一页
公告