0

プレーンテキストを表示できる画面を探しています。このテキストは、Windows サービスからの出力です。このサービスは、いくつかのライフ リスク イベントをリッスンするモニタリング セントラルを備えたゲートウェイです。

このサーバーはログインしていないため、これらのイベントをサーバー ディスプレイに表示できません。また、サーバーが再起動された場合でも、データが画面に表示されたままになる必要があります。

このような装置を知っている人はいますか?

現在、この作業を行うためにいくつかの Epson LX-300 を使用しています。

4

1 に答える 1

0

If you want fast, cheap, n dirty, SysInternals Debug View (dbgview) will permit monitoring other computers; any output via OutputDebugString() will be displayed on the computer that's running dbgview. This, of course, assumes that you have that much control over how the output is emitted, which you didn't specify.

Hope this helps :)

于 2013-01-09T16:22:01.550 に答える