JDeveloper設定預設瀏覽器

2022-07-09 11:36:11 字數 514 閱讀 4200

開啟tools->preferences->web browser and proxy,在右邊的面板中輸入瀏覽器可執行檔案位址即可。

ps:如果位址中含有空格,設定是不會生效的,解決方法是使用符號~,檔案路徑中的波浪號~常用於長路徑,比如c:\program files (x86)這個路徑也可以寫成c:\progra~2,表示在c盤中以progra為字首並且在字首相同的資料夾中排在第二個的資料夾,c:\program files就是c:\progra~1

如果我要設定firefox為預設瀏覽器,firfox在我電腦上的路徑為

c:\program files (x86)\mozilla firefox\firefox.exe

那麼在jdevoloper中就要寫成

c:\progra~2\mozill~1\firefox.exe

才會生效。

修改jupyternotebook預設瀏覽器

要修改jupyter notebook 的預設瀏覽器和預設工作路徑,首先要找到它的配置檔案,在命令列cmd中輸入如下命令 jupyter notebook generate config找到jupyter notebook config.py位置,然後 在c users 54573.jupyter ...

loadRunner9 5 如何設定開啟的瀏覽器

今天在使用loadrunner9.5 錄製指令碼時發現,每次都會預設使用遨遊瀏覽器,想換成ie8瀏覽器。說換就換,開始想得很簡單,使用360的高階工具,把預設瀏覽器設定ie8就行,設定完後,再重新新建指令碼,結果還是會預設開啟遨遊瀏覽器,然後我又在遨遊設定中心 ie設定中心和控制面板裡面都設定成了i...

delphi opendialog設定預設開啟路徑

錯誤的 if directoryexists path1 then begin opendialog1.initialdir path1 end opendialog1.execute 正確的 if directoryexists path1 then begin opendialog1.initi...