Introducing the load-balancing feature with Pacemaker. Pacemaker allows you to perform load-balancing mecanism thanks to the IPaddr2 resource agent. T...
分类:
其他好文 时间:
2014-08-01 22:43:02
阅读次数:
670
1.下载windows版zabbix-agent-2.2.5并解压http://www.zabbix.com/downloads/2.2.5/zabbix_agents_2.2.5.win.zip解压后有两个目录bin和conf,其中bin中又有两个目录win32和win64,分别对应windows32位和64位系统,请根据实际情况将相应目录拷贝到某个磁盘下(我的是64位系统,拷..
接触WebApi读的第一篇文章: ASP.NET Web API(一):使用初探,GET和POST数据实践过程中,用的Fiddler模拟Post请求时收到的对象总是为空null解决:将文章中的内容改为了如下:User-Agent: FiddlerHost: localhost:52404Conten...
以前写过一篇文章介绍过Symantec Backup Exec 2012 Agent For Linux安装安装,今天介绍一下Symantec Backup Exec 2010 Agent For Linux安装,关于赛门铁克的Backup Exec的功能请看下面主要功能和主要优势介绍。有兴趣的可以...
分类:
系统相关 时间:
2014-07-31 20:16:47
阅读次数:
562
在iPhone下Mozilla/5.0 (iPhone; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176 MicroMessenger/5.3在Android下Mozilla/5...
分类:
微信 时间:
2014-07-30 20:05:04
阅读次数:
2598
On-Premise的SQL Server提供了维护计划来定期、定时的维护SQL Server。一般的做法是:定义SQL Server Agent Jobs,而后维护计划帮助我们定期、定时执行SQL Server Agent Jobs。遗憾的是,SQL Database并不提供维护计划以及SQL S...
分类:
数据库 时间:
2014-07-29 17:34:22
阅读次数:
420
开发说下面这个sql语句跑不出结果SELECT
t1.order_id,
t2.order_name,
t1.order_flow_no,
t1.order_type,
t1.agent_id,
t1.money,
t1.order_create_time
FROM(SELECTre.idASorder_id,
re.serialnumberASorder_flow_no,
re.moneyASmoney,
‘1‘ASorder_type,
re.agent_..
分类:
其他好文 时间:
2014-07-28 16:41:04
阅读次数:
333
一、测试用例设计现在使用QTP对案例程序进行测试,设计测试用例的要求为:用户名长度大于等于6个字符必须为字母[o-z,O-Z]和数字[0-9]组成不能为空,空格或者特殊字符正确的密码为:MERCUR序号:1控件名称:Agent Name/Password功能描述:登陆编号输入/动作输入数据期望的输出...
分类:
其他好文 时间:
2014-07-27 22:47:39
阅读次数:
668
#!/bin/bash
#Author:kernal
#Date:2014-03-25
#Filename:autoinstall_zabbixclient.sh
#autoinstall&configzabbix_agent_client
find/etc/yum.repos.d/-nameepel.repo
if[$?-eq0];then
yum–enablerepo=epel-yinstallzabbix-agent
else
rpm-ivhhttp://dl.fedorapro..
分类:
其他好文 时间:
2014-07-26 03:08:27
阅读次数:
283
<%
String path = request.getContextPath();
String agent = request.getHeader("User-Agent");
String browInfo[] = agent.split(";");
String realBrowser = browInfo[1].trim();//浏览器信息
String osInfo...
分类:
Web程序 时间:
2014-07-26 02:18:46
阅读次数:
299