摘要: TCP端口(静态端口)TCP 0= ReservedTCP 1=TCP Port Service MultiplexerTCP 2=DeathTCP 5=Remote Job Entry,yoyoTCP 7=EchoTCP 11=SkunTCP 12=BomberTCP 16=SkunTCP 17= 阅读全文
posted @ 2018-02-06 13:37 ransom 阅读(12004) 评论(0) 推荐(0) 编辑
摘要: 推流工具: ffmpeg 接收/转发流工具: nginx-rtmp 在线播放工具: video.js demo地址: https://pan.baidu.com/s/1nvVcl4X 密码:vyvc 阅读全文
posted @ 2018-02-06 11:23 ransom 阅读(156) 评论(0) 推荐(0) 编辑
摘要: EXEC sp_configure 'show advanced options',1GO RECONFIGURE WITH OVERRIDE;GOEXEC sp_configure 'Ad Hoc Distributed Queries',1GO RECONFIGURE WITH OVERRIDE 阅读全文
posted @ 2018-02-05 19:08 ransom 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 下载ffmpeg的Windows静态版; https://ffmpeg.zeranoe.com/builds/win64/static/下载nginx-rtmp-windows版:https://github.com/illuspas/nginx-rtmp-win32 解压 启动nginx 启动ff 阅读全文
posted @ 2018-02-05 11:44 ransom 阅读(844) 评论(0) 推荐(0) 编辑
摘要: TCPTCP是面向连接的通信协议,通过三次握手建立连接,通讯完成时要拆除连接,由于TCP是面向连接的所以只能用于端到端的通讯。TCP提供的是一种可靠的数据流服务,采用“带重传的肯定确认”技术来实现传输的可靠性。TCP还采用一种称为“滑动窗口”的方式进行流量控制,所谓窗口实际表示接收能力,用以限制发送 阅读全文
posted @ 2018-02-01 14:14 ransom 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 添加 “0.0.0.0 account.jetbrains.com”到host, hosts位置:C:\Windows\System32\drivers\etc 获取注册码网址: http://idea.lanyus.com/ 阅读全文
posted @ 2018-02-01 10:33 ransom 阅读(225) 评论(0) 推荐(0) 编辑
摘要: java 初级:http://blog.csdn.net/ilyluo/article/details/51528873 阅读全文
posted @ 2018-01-31 23:03 ransom 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 常用工具 架构图绘制工具: 在线流程图 https://www.processon.com/;jsessionid=BF203F95EAEA1245E3D2E8571CDCBEAC.jvm1 常用技术网站: https://segmentfault.com/ 阅读全文
posted @ 2018-01-31 18:38 ransom 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 问题一: windows service 启动时需要用死循环来控制程序,如果不开启异步,死循环会导致windows sevice 程序无法启动,代码情况如下 阅读全文
posted @ 2018-01-30 19:30 ransom 阅读(133) 评论(0) 推荐(0) 编辑
摘要: exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfigureGOselect * into BookHouse.dbo.B_Bank 阅读全文
posted @ 2018-01-17 23:09 ransom 阅读(178) 评论(0) 推荐(0) 编辑