首页 \ 问答 \ 如何通过性能测试结果来看weblogic的参数调优

如何通过性能测试结果来看weblogic的参数调优

更新时间:2021-09-20 17:09

最满意答案

您应该在第一行的td上使用colspan属性。
Colspan="3"会将单元格设置为流过3列。

<table width="900px" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td align="center" colspan="3">check</td>
    </tr>
    <tr>
        <td align="center">check</td>
        <td align="center">check</td>
        <td align="center">check</td>
    </tr>
</table>

You should use the colspan attribute on the first row's td.
Colspan="3" will set the cell to flow over 3 columns.

<table width="900px" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td align="center" colspan="3">check</td>
    </tr>
    <tr>
        <td align="center">check</td>
        <td align="center">check</td>
        <td align="center">check</td>
    </tr>
</table>

相关问答

更多