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.
我有一个程序。该程序在启动时打开了一个控制台窗口以显示日志。我不喜欢这个窗口,但没有源代码。那么,如何隐藏这个控制台呢?比如修改exe文件?
您可以将其隐藏起来。
我使用这个小的 VBScript 代码来完成它。start hidden.vbs在您的同一文件夹中创建一个文件并在其中program.exe写入以下代码:
start hidden.vbs
program.exe
Set oShell = CreateObject("WScript.Shell") oShell.Run "program.exe", 0
运行start hidden.vbs它,它应该会启动隐藏的程序。该过程将仅在任务管理器中可见。
我有 JSF 1.1 页面,其中有一个<h:selectOneListbox. 当我设置属性 disabled=true 时,<h:selectOneListbox在提交页面时,选定的值变为 null。
<h:selectOneListbox
<h:se