打開虛擬目錄里面的vmx配置文件,加入下面的語句即可:
monitor_control.disable_apic="TRUE"
有意見請(qǐng)留言 爛漫時(shí)空 2005-12-12 19:58
以上是本人經(jīng)過測(cè)試,都可以使用.部分因?yàn)橥籌P地址,使用的用戶過多,請(qǐng)更換別的地址.如有意見,請(qǐng)留言.
re: 無提示關(guān)閉窗口 爛漫時(shí)空 2005-11-13 21:47
<script>
window.open('index.asp.html','_blank','width=700,height=500,
menubar=no,resizable=no,status=no,scrollbars=no,left=25,top=25');
window.opener=null;window.close();
</script>
加上window.opener=null就可以了
re: 無提示關(guān)閉窗口 爛漫時(shí)空 2005-11-13 21:42
我在一個(gè)頁面中寫了一段代碼打開另一個(gè)頁面,然后關(guān)閉自身的這個(gè)窗口,但
總蹦出個(gè)“僅在HTML幫助中才有此功能”,怎么回事?