MozTW 討論區
https://forum.moztw.org/

請問一下~一個正常的網站~我為什麼進不去
https://forum.moztw.org/viewtopic.php?f=2&t=6335
1 頁 (共 1 頁)

發表人:  ngedx01a [ 2005-02-03, 00:41 ]
文章主題 :  請問一下~一個正常的網站~我為什麼進不去

網站是正常的~~

但~~有時進去,會說超過時間無法開啟~

這是什麼原因呢~~???

把所有可能解決因素告訴我吧~

因為網站是私下的,我不能貼~

請見諒~~

發表人:  ngedx01a [ 2005-02-03, 11:12 ]
文章主題 : 

沒人知道原因嗎~

不然一直出現連線時間太久

= =我確定網站是正常的

發表人:  Leon [ 2005-02-03, 19:50 ]
文章主題 : 

你這樣問會知道答案的只有神人吧

發表人:  cskychen [ 2005-02-03, 20:18 ]
文章主題 : 

你可以先裝ChormEdit這個套件
http://cdn.mozdev.org/chromedit/
之後工具-->Edit User file

在user.js裡輸入

// Instead of annoying error dialog messages, display pages:
user_pref("browser.xul.error_pages.enabled", true);

這個問題我之前問過了,謝謝大大們的回答

另外user.js裡也可以輸入一些加快火狐的字碼如

// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);

// Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);

//Fast computer Fast connection setting:
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("browser.cache.memory.capacity", 65536);

輸完記得save

最後如果不想裝ChromEdit這個套件,
也可以到火狐的資料夾自訂user.js這個檔案。
注意的是它本來是不存在的,要自己增加。
功能感覺是裡面的設定會優先於pref.js的設定。
也就是你個人喜歡的設定。

ps.我也能回答問題了,奇怪我不是電腦白痴嗎?
火狐還蠻好玩的。

附加檔案:
sig.gif [1.84 KiB]
被下載 560 次

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/