如何判斷您是否擁有32位或64位版本的Google Chrome瀏覽器

Google Chrome is extremely popular with our readers, but did you know that they also have a 64-bit version of the browser these days? Here’s how to tell which version you are running, and how to switch if you aren’t.

谷歌瀏覽器在我們的讀者中非常受歡迎,但是您是否知道這些天他們也有64位版本的瀏覽器? 這是告訴您正在運行哪個版本的方法,以及是否運行時如何進行切換的方法。

If you aren’t sure what the difference between 64-bit and 32-bit Windows is, you should probably read our article on that subject first, but if you have a fairly new computer there’s a good chance you are running 64-bit Windows.

如果不確定64位Windows和32位Windows之間的區別是什么,您可能應該先閱讀有關該主題的文章,但是如果您有一臺相當新的計算機,則很有可能正在運行64位Windows 。

您應該使用64位Chrome嗎? (Should You Use 64-bit Chrome?)

Assuming you don’t require a lot of older plugins in your browser, you should probably at least think about using the 64-bit version of Google Chrome — the only real issues so far are that the 64-bit version doesn’t support the older 32-bit plugins that the 32-bit version has always supported.

假設您的瀏覽器不需要很多較舊的插件,那么您可能至少應該考慮使用64位版本的Google Chrome瀏覽器-到目前為止,唯一真正的問題是64位版本不支持32位版本始終支持的舊版32位插件。

The benefits, however, are speed, security, and stability. The 64-bit version shows a 15 percent?increase in video rendering, 25 percent?improvement in loading times, and it supports DirectWrite on Windows. The addition of ASLR (address space layout randomization) improves security against many types of zero-day attacks, and the 64-bit version crashes about half as often as the 32-bit version did.

但是,好處是速度,安全性和穩定性。 64位版本顯示視頻渲染增加了15%,加載時間減少了25%,并且在Windows上支持DirectWrite。 添加ASLR(地址空間布局隨機化)可以提高針對多種類型的零日攻擊的安全性,而64位版本的崩潰次數是32位版本的大約一半。

Plus you can try out the 64-bit version and if you run into a problem, you can uninstall Chrome and just reinstall the regular 32-bit version.

另外,您可以嘗試使用64位版本,如果遇到問題,可以卸載Chrome,然后重新安裝常規的32位版本。

檢查Chrome版本 (Checking the Chrome Version)

In order to check whether you are using a 32 or 64-bit version or Google Chrome, you will need to open your browser, which we’ll assume is already open because you are reading this article, and then go to the menu and choose “About Google Chrome.” You could also go to the About section of the settings.

為了檢查您使用的是32位還是64位版本或Google Chrome瀏覽器,您需要打開瀏覽器(由于您正在閱讀本文,我們認為瀏覽器已經打開),然后轉到菜單并選擇“關于Google Chrome瀏覽器。” 您也可以轉到設置的“關于”部分。

The normal version of Chrome will look something like this, and you’ll note that you don’t see the text “64-bit” anywhere, which means you are on 32-bit.

普通版的Chrome看起來像這樣,您會注意到在任何地方都看不到“ 64位”文本,這意味著您使用的是32位。

This is a 32-bit version of Google Chrome.
這是Google Chrome的32位版本。

The 64-bit version of Chrome will look like this (note the “64-bit”).

Chrome的64位版本將如下所示(請注意“ 64位”)。

This is the 64-bit version of Google Chrome.
這是Google Chrome的64位版本。

下載并安裝Chrome 64位 (Downloading and Installing Chrome 64-bit)

If you are interested in upgrading to the 64-bit version of Chrome, you will need to go to the Google Chrome download page and then click the 64-bit option at the bottom of the screen.

如果您有興趣升級到64位版本的Chrome,則需要轉到Google Chrome瀏覽器下載頁面,然后點擊屏幕底部的64位選項。

Once there, use the download button and run the installer (you’ll need to close Chrome). Once you are all finished you can check again to make sure you are on the 64-bit version.

到達那里后,使用下載按鈕并運行安裝程序(您需要關閉Chrome)。 完成所有操作后,您可以再次檢查以確保您使用的是64位版本。

翻譯自: https://www.howtogeek.com/199307/how-to-tell-if-you-have-the-32-bit-or-64-bit-version-of-google-chrome/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280572.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280572.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280572.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

django14:CBV加入裝飾器

加在方法上面 from django.utils.decorators import method_decoratorclass HomeView(View):def dispatch(self, request, *args, **kwargs):return super(HomeView, self).dispatch(request, *args, **kwargs)def get(self, request):return render(request, "home.html&…

Kubernetes 跨集群流量調度實戰 :訪問控制

背景眾所周知,Flomesh 的服務網格產品 osm-edge[1] 是基于 SMI(Service Mesh Interface,服務網格接口) 標準的實現。SMI 定義了流量標識、訪問控制、遙測和管理的規范。在 上一篇 中,我們體驗過了多集群服務&#xff0…

python下sqlite增刪查改方法(轉)

sqlite讀寫 #codingutf-8 import sqlite3 import os #創建數據庫和游標 if os.path.exists( test.db):connsqlite3.connect( test.db)curconn.cursor() else:connsqlite3.connect( test.db)curconn.cursor()#創建表 cur.execute(CREATE TABLE IF NOT EXISTS customer (ID VARCH…

Apache HTTP Server 與 Tomcat 的三種連接方式介紹

本文轉載自IBM developer 首先我們先介紹一下為什么要讓 Apache 與 Tomcat 之間進行連接。事實上 Tomcat 本身已經提供了 HTTP 服務,該服務默認的端口是 8080,裝好 tomcat 后通過 8080 端口可以直接使用 Tomcat 所運行的應用程序,你也可以將該…

印象筆記和有道云筆記程序員_記錄,存儲和共享筆記的最佳應用程序和云服務...

印象筆記和有道云筆記程序員Is your desk and computer covered with sticky notes? Do you have miscellaneous pieces of paper with bits of information buried in drawers, your laptop case, backpack, purse, etc.? Get rid of all the chaos and get organized with …

java B2B2C 仿淘寶電子商城系統-Spring Cloud Eureka參數配置項詳解

Eureka涉及到的參數配置項數量眾多,它的很多功能都是通過參數配置來實現的,了解這些參數的含義有助于我們更好的應用Eureka的各種功能,下面對Eureka的配置項做具體介紹,供大家參考。 需要JAVA Spring Cloud大型企業分布式微服務云…

django15:中間件

中間件 開發django項目是,涉及全局相關功能,都可以使用中間件實現。 1.請求時,需要經過中間件,才能到達真正的django后端。 2.響應走的時候,也要經過中間件,才能出去。 依次經過里面的中間件進出&#x…

互聯網算法和產品優化的幾個反直覺現象

本文不涉及任何具體的業務和形態,沒有公開任何數據和需要保護的技術。互聯網產品和算法的優化,是廣大程序員和產品經理的主要工作。但想準確衡量線上實驗效果,從來都不簡單。筆者將這些反直覺現象,總結成三個典型案例予以討論。然…

SD 胡策 Round 1 T3 彩尾巴猹的二進制數

發現一個區間[L,R]代表的2進制數是3的倍數,當且僅當從L開始的后綴二進制值 - 從R1開始的后綴二進制值 是 3 的倍數 (具體證明因為太簡單而被屏蔽)。 于是我們就可以在每個點維護從它開始的后綴二進制數的值,因為在%3同余系下只有3個數,所以我…

求解10的75次方問題

對于求一個數的高次方,最簡單的方法,恐怕就是循環一定的次數,累乘。但是這樣的效率太低。下面我提供一個高效的算法。來自左程云《程序員代碼面試指南》。 就拿10的75次方舉例: 1.75的二進制數形式是1001011。 2.10的75次方10的64…

又是新的一周

自己的決定還記得嗎轉載于:https://www.cnblogs.com/zhangxiangning/p/10300093.html

django16: csrf跨站請求偽造/CSRF相關裝飾器

CSRF 即跨站請求攻擊 跨站請求偽造csrf釣魚網站本質搭建一個跟正常網站一模一樣的頁面用戶在該頁面上完成轉賬功能轉賬的請求確實是朝著正常網站的服務端提交唯一不同的在于收款賬戶人不同給用戶書寫form表單 對方賬戶的input沒有name屬性你自己悄悄提前寫好了一個具有默認的…

dropbox_Google的新存儲定價與Microsoft,Apple和Dropbox相比如何

dropboxGoogle’s subscription storage service has a new name: Google One. Some prices are dropping and customers will also get customer support from an actual human for the first time. Google的訂閱存儲服務有一個新名稱:Google One。 一些價格正在下…

WPF效果第二百零六篇之快速黑白灰效果

一大早就看到群友討論怎么快速讓界面黑白灰效果,這不突然想起來N年前咱簡單通過ShaderEffects調節過飽和度、對比度、亮度;今天再次玩耍一下;來看看最終實現的效果:1、核心代碼:sampler2D implicitInput : register(s0); float factor : register(c0); float4 main(…

極大似然估計與貝葉斯定理

文章轉載自:https://blog.csdn.net/zengxiantao1994/article/details/72787849 極大似然估計-形象解釋看這篇文章:https://www.zhihu.com/question/24124998 貝葉斯定理-形象解釋看這篇文章:https://www.zhihu.com/question/19725590/answer/…

艾媒:第三方應用商店形成BAT3爭霸格局

iiMedia Research(艾媒咨詢)近日發布的《2016Q2中國移動應用商店市場監測報告》,報告顯示,2016年第二季度,第三方移動應用商店用戶增長放緩,用戶規模逐漸飽和。同時,隨著豌豆莢宣布并入阿里移動事業群,中國…

編譯安裝內核

編譯安裝內核 升級內核到 linux-4.20.3.tar.xz 查看當前內核版本: [rootcentos7 data]#uname -r 3.10.0-862.el7.x86_64獲取內核源代碼包:www.kernel.org linux-4.20.3.tar.xz 實施步驟 1. 安裝編譯所需的工具 gcc ncurses-devel make(開發工…

layui 啟用禁用_在不啟用Apple Pay的情況下禁用煩人的Apple Pay通知

layui 啟用禁用iPhone/iPad: Not interested in Apple Pay, and tired of seeing notifications about it? You can disable them, but the option is hidden. iPhone / iPad:對Apple Pay不感興趣,又厭倦了看到有關它的通知? 您可以禁用它們…

數字孿生項目實戰,WPF與Unity結合開發之路(一)

數字孿生項目實戰,WPF與Unity結合開發之路(一)數字孿生項目實戰,WPF與Unity結合開發之路(一)作 者:水娃嗨大家好,我是一名骨灰級的WPF開發者,我叫水娃。這次主要是向大…

django17:importlib應用中間件代碼思想

轉載:https://www.cnblogs.com/alice-bj/articles/9276880.html 背景 仿django的中間件的編程思想 用戶可通過配置,選擇是否啟用某個組件/某個功能,只需要配置 eg:報警系統,發郵件,發微信 。。。 ( 根據字符串導入…