您的位置:首页 > 其它

Zabbix 2.2.4 无法显示中文解决办法

2014-07-18 10:15 267 查看
String sexp = "declare variable $groupName as xs:string external; " + "\n" +
"for $t in //quartz/job/job-detail" + " \n" +
"where $t/group = $groupName" + " \n" +
"return $t/name";

XQueryExpression exp = staticContext
.compileQuery(sexp);
dynamicContext.clearParameters();
dynamicContext.setParameter("groupName", groupName);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: