zoukankan      html  css  js  c++  java
  • 谷歌搜索和谷歌站内搜索

            偶然间看到的,可以添加在自己网站里,整理如下。。。

    <!-- SiteSearch Google -->
    
    <form method="get" action="http://www.google.com/search">
    
    <div style="background-color:white">
    
    <a href="http://www.google.com/">
    
    <img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" />
    
    </a>
    
    <input type="text" name="q" size="31" maxlength="255" value="html" />
    
    <input type="hidden" name="ie" value="UTF-8" />
    
    <input type="hidden" name="oe" value="UTF-8" />
    
    <input type="hidden" name="hl" value="zh-CN" />
    
    <input type="submit" name="btnG" value="Google Search" />
    
    <input type="hidden" name="domains" value="http://www.cnblogs.com/hxsyl/" />
    
    <br />
    
    <input type="radio" name="sitesearch" value=" " />
    
    <label for="sitesearch">搜索WWW</label>
    
    <input type="radio" name="sitesearch" value="http://www.cnblogs.com/hxsyl/" checked="checked" />
    
    <label for="sitesearch">本博搜索</label>
    
    </div>
    
    </form>
    
    <!-- SiteSearch Google -->

            效果如下:

                         image

  • 相关阅读:
    kvm虚拟化存储管理
    k8s集群部署
    docker版的zabbix部署
    docker进阶——数据管理与网络
    docker基础
    ceph对接openstack环境
    java命令--jmap命令使用
    JVM性能分析工具jstack介绍
    SkipList跳表基本原理
    NIO之Channel、Buffer
  • 原文地址:https://www.cnblogs.com/hxsyl/p/3334671.html
Copyright © 2011-2022 走看看