#live

Linux CentOs集群LVS+Keepalived负载均衡的实现

环境:Win10下Centos6.4虚拟机。负载均衡:两台(一主一备) LVS+Keepalived。HTTP服务器:3台。1、VIP(virtualip):用来提供VirtualServer服务的ip地址。分别绑定在Director一个物理网卡上(对外接收请求包)和RS的回环设备上(回环设备需要绑定两个ip...

代码生成利器:IDEA 强大的 Live Templates(转)

代码生成利器:IDEA强大的LiveTemplates-文章-伯乐在线http://blog.jobbole.com/110607/ Java开发过程经常需要编写有固定格式的代码,例如说声明一个私有变量,logger或者bean等等。对于这种小范围的代码生成,我们可以利用IDEA提供的 LiveTe...

安装Keepalived namespaces.c:187: error: ‘SYS_setns’ undeclared (first use in this function)

namespaces.c:Infunction‘setns’:namespaces.c:187:error:‘SYS_setns’undeclared(firstuseinthisfunction)namespaces.c:187:error:(Eachundeclare...

安装keepalived OpenSSL is not properly installed on your system. !!!

configure:error:!!!OpenSSLisnotproperlyinstalledonyoursystem.!!!!!!CannotincludeOpenSSLheadersfiles.   安装opensslyuminstall-yopensslopenssl-devel&...

安装 nginx与keepalived

首先安装 openssl、perlpcre、 zlib库和模块openssl库wgethttps://www.openssl.org/source/openssl-1.1.1-pre8.tar.gztar-zxvfopenssl-1.1.1-pre8.tar.gzcdopenssl-1.1.1-pr...
代码星球 ·2020-05-23

使用keepalived实现双机热备

通常说的双机热备是指两台机器都在运行,但并不是两台机器都同时在提供服务。当提供服务的一台出现故障的时候,另外一台会马上自动接管并且提供服务,而且切换的时间非常短。下面来以keepalived结合tomcat来实现一个web服务器的双机热备。keepalived的工作原理是VRRP(VirtualRouterRedund...

with ffmpeg to encode video for live streaming and for recording to files for on-demand playback

We'vebeendoingsomeexperimentationwithffmpegtoencodevideoforlivestreamingandforrecordingtofilesforon-demandplayback. WhileI'vebeenimpressedbythecapabilities...
代码星球 ·2020-05-23

vlc-android对于通过Live555接收到音视频数据包后的处理分析

通过ndk-gdb跟踪调试vlc-android来分析从连接到RTSP服务器并接收到音视频数据包后的处理过程。首先,从前面的文章有分析过vlc-android的处理过程通过线程函数Run()(Src/input/input.c)来处理的,代码如下:[cpp] viewplaincopy static...

live555从RTSP服务器读取数据到使用接收到的数据流程分析

本文在linux环境下编译live555工程,并用cgdb调试工具对live555工程中的testProgs目录下的openRTSP的执行过程进行了跟踪分析,直到将从socket端读取视频数据并保存为对应的视频和音频数据为止。进入testProgs目录,执行./openRTSPrtsp://xxxx/test.mp4对...

live writer test

livewirtetest…....
代码星球 ·2020-05-22

如何使用keepalived实现nginx双机热备

1、linux安装方法:yum-yinstallkeepalived配置开机启动:sudochkconfig keepalivedon查看keepalivede运行日志:/var/log/messagessudo/etc/init.d/keepalivedstart/restartUsage:/etc/ini...

ubuntu中使用usb-creator制作live usb

ubuntu14.04 2.1单击桌面左上角的搜索图标,输入usb-creator,然后选择“应用程序"中的”启动盘创建器“2.2终端中输入:usb-creator-gtk可直接打开”启动盘创建器“ 3.1选择镜像3.2选择U盘并格式化3....

UVALive 3882

题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1883题意:n个人围成一圈,第一次删第m个人,然后每数K个删一个人,求最后一个...
代码星球 ·2020-05-11

LightSwitch Sliverlight应用系统开发入门

LightSwitch开发入门什么是LightSwitch简单的说LightSwitch就是一个基于模板的自动化开发Silverlight应用程序的工具,不同于一般的基于数据字典,配置生成的应用程序的工具,因为LightSwtich提供的所有模板都是可以扩展的,自定义开发的,包括页面布局,数据源,使用的控件。非常方便植...

UVAlive 3708 Graveyard(最优化问题)

题目描述:   在周长10000的圆上,初始等距的放置着n个雕塑,现在新加入m个雕塑,要使得这n+m个雕塑仍然等距,问原来n个雕塑要移动的距离总和的最小值.原题地址:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=15...
首页上一页...45678...下一页尾页