会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
windlog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2020年8月31日
WEBRTC配置安装
摘要: ###WEBRTC配置安装 免费stun服务器 stun.ekiga.net nat type: Symmetric local end: 0.0.0.0:63012 public end: 117.159.6.115:46304 stun.schlund.de 117.159.6.115:3289
阅读全文
posted @ 2020-08-31 22:01 windlog
阅读(731)
评论(0)
推荐(0)
2020年8月25日
linux操作20200825
摘要: thisisunsafe yum install -y git yum install -y gcc git clone https://github.com/arut/nginx-rtmp-module.git wget http://nginx.org/download/nginx-1.18.0
阅读全文
posted @ 2020-08-25 15:09 windlog
阅读(113)
评论(0)
推荐(0)
2020年8月24日
转载流媒体服务器相关收藏
摘要: 有关 SDP 中 UDP candidate 类型说明 ( host, srflx, prflx, relay ) https://blog.csdn.net/freeabc/article/details/108200557 有关 VP8 的一些帧 Golden & AltRef 的说明 http
阅读全文
posted @ 2020-08-24 19:15 windlog
阅读(110)
评论(0)
推荐(0)
2020年8月3日
RabbitMQ中间件使用
摘要: 环境配置 https://blog.csdn.net/h363659487/article/details/80913354 用户管理 https://www.cnblogs.com/lykbk/p/erewererewr32434343.html
阅读全文
posted @ 2020-08-03 12:55 windlog
阅读(120)
评论(0)
推荐(0)
2020年7月15日
如何查找删除指定进程
摘要: C:\Users\ust>netstat -ano | findstr "8082" TCP 0.0.0.0:8082 0.0.0.0:0 LISTENING 9808 TCP []:8082 []:0 LISTENING 9808 C:\Users\ust>tasklist | findstr "
阅读全文
posted @ 2020-07-15 15:42 windlog
阅读(213)
评论(0)
推荐(0)
2020年7月2日
Delphi2010安装win10不能编译问题
摘要: Delphi2010安装win10不能编译问题 [DCC Fatal Error] Project1.dpr(1): F1027 Unit not found: 'System.pas' or binary equivalents (.dcu) 经分析观察,发现$(BDSUSERDIR)\Impor
阅读全文
posted @ 2020-07-02 10:38 windlog
阅读(653)
评论(0)
推荐(0)
2020年5月11日
数据类型转换byte\ushot\int64(long)
摘要: / 64 00 64 00 77 BE 9F 1A 2F DD 5E 40 equipnum = 6553700 equipnum = 6553700 equipnum = 6553700 equipnum = 6553700 / private void button4_Click(object
阅读全文
posted @ 2020-05-11 10:18 windlog
阅读(338)
评论(0)
推荐(0)
2020年5月6日
异常处理原则
摘要: 1、不是必须的场景,不要抛出异常 2、底层异常不要直接抛给上层方法 3、在程序编写的期间,预估一些场景,并对这些场景做数据校验和提示,而不是使用异常 4、在捕获异常时,最好编写相应的处理逻辑,而不是为了程序不报错直接写一个空的catch块 5、不要把异常当做额外的返回值处理
阅读全文
posted @ 2020-05-06 09:10 windlog
阅读(439)
评论(0)
推荐(0)
2020年5月2日
XPath搜索路径
摘要: . 当前路径 .. 父路径 当前节点下所有子节点 element[1] element[1]//specification[1]//mass//text() 1.007825 element[1]//specification[1]//mass 1.007825 element[@Type="Non
阅读全文
posted @ 2020-05-02 17:12 windlog
阅读(274)
评论(0)
推荐(0)
2020年4月27日
C#接口定义
摘要: C 接口定义 注意事项 1、接口不能定义字段 2、接口可以声明属性 3、接口可以声明方法 4、接口可以声明事件 5、接口声明的属性、方法、事件前面不能添加public 示例如下↓ interface MyInterface { //int i; //接口不能包含字段 //接口不能包含字段 // Ev
阅读全文
posted @ 2020-04-27 09:35 windlog
阅读(1116)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告