会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
windlog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2020年9月7日
mybatis加载mapper接口过程
摘要: 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)
2020年9月1日
conversionService注入过程
摘要: conversionService注入过程 一、org.springframework.context.support.AbstractApplicationContext refresh→finishBeanFactoryInitialization→setConversionService 二、
阅读全文
posted @ 2020-09-01 16:43 windlog
阅读(232)
评论(0)
推荐(0)
2020年8月31日
linux开机启动服务配置
摘要: 在/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
阅读(573)
评论(0)
推荐(0)
流媒体服务器配置安装SRS及nginx+rtmp
摘要: 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
阅读(1443)
评论(0)
推荐(0)
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
阅读(713)
评论(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
阅读(109)
评论(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
阅读(106)
评论(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
阅读(117)
评论(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
阅读(210)
评论(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
阅读(605)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告