Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过我的应用程序监控 weblogic 10 服务器。我正在使用监听端口 7001 和 9999 jmx 端口。我想监视 n 个这样的 weblogic 服务器。我们可以做一个端口镜像机制来完全满足我的要求,或者请建议是否有任何其他方式。我的 weblogic 服务器在 windows 7 机器上运行。
我有一张大桌子,大约有 300 行和 12 列。在通过页面翻页滚动表格时<thead>,默认情况下不显示内容。我想在滚动 "within" 时看到它<tbody>。也就是说,如果屏幕顶部以一行开头,我希望首先显示标题。否则它应该表现得像一个普通的表。
<thead>
<tbody>
到目前为止,我看到的常见解决方案是创建一个可以自行滚动的表格(因此独立于页面滚动)。也就