Tag: google

  • 网站隐私策略设置:All You Need to Know: Cookie Consent Banners of website

    网站隐私策略设置:All You Need to Know: Cookie Consent Banners of website

    This article I will let you learn how to create a frictionless cookie consent banner that keeps your website compliant with global privacy laws. Managing your website cookie consent should be one of your business priorities. Why? Because by complying with data privacy laws, you can avoid serious financial penalties. In this article, you’ll learn…

  • google邮箱&腾讯邮箱-错误代码英文版中文翻译版

    google邮箱&腾讯邮箱-错误代码英文版中文翻译版

    452, “4.2.2”, 您尝试通信的收件人的电子邮件帐号已超出配额。请引导收件人清理 Google 云端硬盘空间和增加存储空间。 452, “4.5.3”, 已超过每次操作所允许的网域政策大小,请单独向此收件人发送邮件。 收到此邮件,则表示收件人网域已超出电子邮件政策大小(政策大小和/或政策数量)上限。

  • 谷歌chrome浏览器的插件推荐

    谷歌chrome浏览器的插件推荐

    第一个:IDM Integration Module 可下载网页中的视频和音乐官网:https://www.internetdownloadmanager.com/ 第二个:Infinity (Infinity New Tab)新标签页官网:https://www.infinitytab.com/ 第三个:OneTab 收纳打开的标签,下次继续看,节省系统资源第四个:Search by Image 以图搜图 自定义搜索引擎第五个:Search the current site (站内搜索)第六个:Search to Play the Song 听广播 听音乐 听博客第七个:SimilarWeb – 网站流量来源和排名第八个:SuperCopy , 超级复制第九个:Tampermonkey 油猴第十个:uBlock Origin 广告拦截插件 拦截视频网站广告 搜索引擎广告第十一个:扩展管理器(Extension Manager)第十二个:捕捉网页截图 Take Webpage Screenshots Entirely – FireShot第十三个:Similar Sites – Discover Related Websites 发现相关网站

  • Google Robots.txt 设置seo技巧

    Google Robots.txt 设置seo技巧

    如果您是开发者,请了解并构建 Google 的开源 robots.txt 库,该库也用在 Google 搜索中。您可以使用此工具在计算机上本地测试 robots.txt 文件。

  • 如何清理(清除)谷歌浏览器(google chrome)的dns缓存和socket 连接池

    这个简单了,在google浏览器输入: chrome://net-internals/#dns 如下图:   点击“clear host cache” 就可以了。 别着急,有时候你可能还需要清理浏览器的socket 连接池,同样输入: chrome://net-internals/#sockets   点击:“Flush socket pools” 即可。 如果上述方式没有起作用,请尝试以下方法: “Go to tools -> options -> Under the hood -> Clear Browsing data and check ’empty the cache’ 同时不同的操作系统下有各自的清理dns缓存的命令 Windows: ipconfig /flushdns OS X pre-10.7 (before Lion): sudo dscacheutil -flushcache OS X 10.7–10.9 (Lion, Mountain Lion, Mavericks): sudo…

  • 如何在ubuntu16上安装google chrome浏览器

    如何在ubuntu16上安装google chrome浏览器

    apt-get update & apt-get -y upgrade apt-get install xfce4 xfce4-goodies gnome-icon-theme tightvncserver adduser vnc apt-get install sudo gpasswd -a vnc sudo su – vnc vncserver vi /usr/local/bin/myvncserver #!/bin/bash PATH=”$PATH:/usr/bin/” DISPLAY=”1″ DEPTH=”16″ GEOMETRY=”1024×768″ OPTIONS=”-depth ${DEPTH} -geometry ${GEOMETRY} :${DISPLAY}” case “$1” in start) /usr/bin/vncserver ${OPTIONS} ;; stop) /usr/bin/vncserver -kill :${DISPLAY} ;; restart) $0 stop $0 start ;;…

  • Ubuntu自安装的Chrome启动失败解决方法

    Ubuntu自安装的Chrome启动失败解决方法

    使用Ubuntu系统时,桌面上的chrome图标不能点击进入,一直都是无响应状态,但是其他浏览器,比如自带的Firefox就可以正常启动和使用。 点击chrome图标不管用,并且看不到任何出错信息,无法定位问题出在哪里。只好,从终端使用google-chrome命令来启动chrome浏览器客户端了。于是,出现以下错误信息: money@money-Latitude:~$ google-chrome [5901:5901:0610/183033:ERROR:process_singleton_linux.cc(309)] 其他计算机 (money-Latitude-E5430-non-vPro) 的另一个 Google Chrome 进程 (7578) 好像正在使用此个人资料。Chrome 已锁定此个人资料以防止其受损。如果您确定其他进程目前未使用此个人资料,请为其解锁并重新启动 Chrome。 [5901:5901:0610/183033:ERROR:simple_message_box_views.cc(208)] Unable to show a dialog outside the UI thread message loop: Google Chrome – 其他计算机 (money-Latitude-E5430-non-vPro) 的另一个 Google Chrome 进程 (7578) 好像正在使用此个人资料。Chrome 已锁定此个人资料以防止其受损。如果您确定其他进程目前未使用此个人资料,请为其解锁并重新启动 Chrome。 Note:显然,上面的错误信息告诉我们,尼玛,chrome会记录我们在计算机上的操作数据在本地,然后我们修改主机名后,导致老数据被锁住了,这样新的主机名下chrome无法获取用户对应的浏览器数据,因此chrome无法正常启动,并且在UI上还无法看到相关错误,导致假死现象出现。 解决方法: 先把本机上的chrome卸载掉,当然这不会把那些被锁定的数据也一并删除掉,不然我也不会写一篇博客记录下。因此,接下来,你需要删除掉自个目录下的残留的chrome用户数据。 在当前用户目录下面执行命令: 先cd到用户目录。 money@money-Latitude:~$ cd .config/ money@money-Latitude:~/.config$ rm -rf google-chrome/ 再试试?

  • How to Install Google Chrome Web Browser on Ubuntu 18.04 安装谷歌浏览器chrome

    Google Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web. Chrome is not an open source browser and it is not included in the Ubuntu repositories. Google Chrome is based on Chromium, an open-source browser which is available in…

  • Mac下chrome浏览器崩溃解决办法|Mac下完全卸载清除Chrome谷歌浏览器的方法

    Mac下chrome浏览器崩溃解决办法|Mac下完全卸载清除Chrome谷歌浏览器的方法

    如题,下载文件时候浏览器崩溃,彩虹球一直在转。如果简单的移除chrome重装,不会有任何效果。下面的方法是彻底删除Google Chrome浏览器的所有文件,然后再重装。 1、删除程序里的【Chrome浏览器】到废纸篓 2、在以下三个目录里完全清除Chrome痕迹 rm -rf /Users/XXX/Library/Application Support/Google/Chrome rm -rf /Users/XXX/Library/Caches/Google/Chrome rm -rf /Library/Google/ 以上就实现了在Mac下完全卸载清除Chrome谷歌浏览器了

  • IPv6在中国(IPv6 in china)(2018年监控趋势)

    IPv6在中国(IPv6 in china)(2018年监控趋势)

    谷歌和Facebook发布的IPv6数据似乎只看到了中国IP基础设施的一小部分,而使用VPN访问这些服务很可能会使这一部分数据受到影响。来自Akamai的统计与我们基于APNIC广告的测量计划中看到的数据一致。在中国,IPv6的使用已经发生了大规模的变化,从11月开始,在这些大规模的服务网络中,显示出了很多明显地向IPv6迁移的迹象。

  • us city name (china name)

    城市英文名 城市中文名 地区代码 Alaska 阿拉斯加 907 Albany(NY) 奥尔巴尼 518 Annapolis 安纳波利斯 410 Atlanta(GA) 亚特兰大 404 Augusta(ME) 奥古斯塔(缅因) 207 Austin(TX) 奥斯汀 512 Baton Rouge 巴吞鲁日 504 Bismarck 俾斯麦 701 Boise 博伊西 208 Boston 波士顿 617 Carson City 卡森城 702 Charleston(WV) 查尔斯顿 304 Cheyenne 夏延 307 Chicago 芝加哥 312 Cincinati 辛辛那提 513 Cleveland(OH) 克利夫兰 440 Columbia(SC) 哥伦比亚…

  • 解决wordpress中访问googleapis.com 访问慢

    wordpress中的很多样式需要google支持,国内访问又慢,好在360给我们提供了公共资源,直接替换即可: 先查下包含googleapis的代码:(目的是确定能够find出代码) #find . -name “*.php” -o -name “*.css” -o -name “*.js” -o -name “*.html” -o -name “*.js” -type f |xargs grep googleapis ./wp-content/themes/my-money/style.css:@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400); ./wp-content/themes/my-money/fw/mythemes.class.php: @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400); ./wp-content/themes/my-money/media/admin/css/admin.css:@import url(“http://fonts.googleapis.com/css?family=Oswald&v1”); ./wp-content/themes/my-money/media/admin/css/admin.css:@import url(“http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v1”); ./wp-includes/js/tinymce/plugins/compat3x/css/dialog.css:@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin); ./wp-includes/script-loader.php: $scripts->add( ‘prototype’, ‘//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js’, array(), ‘1.7.1’); ./wp-includes/script-loader.php: $scripts->add( ‘scriptaculous-root’, ‘//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js’, array(‘prototype’), ‘1.9.0’); ./wp-includes/script-loader.php: $scripts->add( ‘scriptaculous-builder’, ‘//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js’, array(‘scriptaculous-root’), ‘1.9.0’); ./wp-includes/script-loader.php: $scripts->add( ‘scriptaculous-dragdrop’,…