日志string类型字段过长特殊字符处理,修改string工具类型对null处理

This commit is contained in:
zhanghongqing
2018-08-01 12:40:06 +08:00
parent 7f05359125
commit 0942c2fa83
14 changed files with 95 additions and 40 deletions

View File

@@ -203,7 +203,9 @@ $(document).ready(function(){
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>${log.appLabel}</td>
<td title="${fns:escapeHtml(log.appLabel)}">
${fns:stringFormat(log.appLabel,30)}
</td>
<td>${log.c2sPktNum}</td>
<td>${log.s2cPktNum}</td>
<td>${log.c2sByteNum}</td>
@@ -231,7 +233,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td>${log.addrList}</td>
<td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>