摘要: Spring boot内嵌服务器tomcat的启动过程 开始org.springframework.boot.SpringApplication#run(java.lang.Class<?>, java.lang.String...) org.springframework.boot.SpringA 阅读全文
posted @ 2020-09-15 22:04 windlog 阅读(834) 评论(0) 推荐(0)
摘要: spring中mybatis加载mapper接口过程 一、使用注解@MapperScan开始 org.mybatis.spring.annotation.MapperScan org.mybatis.spring.annotation.MapperScannerRegistrar org.sprin 阅读全文
posted @ 2020-09-07 22:21 windlog 阅读(320) 评论(0) 推荐(0)
摘要: conversionService注入过程 一、org.springframework.context.support.AbstractApplicationContext refresh→finishBeanFactoryInitialization→setConversionService 二、 阅读全文
posted @ 2020-09-01 16:43 windlog 阅读(236) 评论(0) 推荐(0)
摘要: 在/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 阅读(582) 评论(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 阅读(1448) 评论(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 阅读(721) 评论(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 阅读(110) 评论(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 阅读(107) 评论(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 阅读(119) 评论(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 阅读(210) 评论(0) 推荐(0)