摘要: 在/usr/lib/systemd/system目录下增加tomcat8.service文件,内容如下: vi /usr/lib/systemd/system/tomcat8.service [Unit] Description=Tomcat After=syslog.target network. 阅读全文
posted @ 2020-08-31 22:04 windlog 阅读(615) 评论(0) 推荐(0)
摘要: 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-31 22:02 windlog 阅读(1482) 评论(0) 推荐(0)
摘要: ###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 阅读(741) 评论(0) 推荐(0)
摘要: 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 阅读(117) 评论(0) 推荐(0)
摘要: 有关 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 阅读(112) 评论(0) 推荐(0)
摘要: 环境配置 https://blog.csdn.net/h363659487/article/details/80913354 用户管理 https://www.cnblogs.com/lykbk/p/erewererewr32434343.html 阅读全文
posted @ 2020-08-03 12:55 windlog 阅读(124) 评论(0) 推荐(0)
摘要: 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 阅读(220) 评论(0) 推荐(0)
摘要: 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 阅读(676) 评论(0) 推荐(0)
摘要: / 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)
摘要: 1、不是必须的场景,不要抛出异常 2、底层异常不要直接抛给上层方法 3、在程序编写的期间,预估一些场景,并对这些场景做数据校验和提示,而不是使用异常 4、在捕获异常时,最好编写相应的处理逻辑,而不是为了程序不报错直接写一个空的catch块 5、不要把异常当做额外的返回值处理 阅读全文
posted @ 2020-05-06 09:10 windlog 阅读(443) 评论(0) 推荐(0)