学习笔记之03做百度搜索页面,未完

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr >
<td align="right" ><a href="yun.jpg"><font size="-1" color="#000000"><b>新闻</b></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="yun.jpg"><font color="#000000"><b>hao123</b></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="yun.jpg"><font color="#000000"><b>地图</b></a> &nbsp;&nbsp;&nbsp;&nbsp;<a href="yun.jpg"><font color="#000000"><b>视频</b></a>&nbsp&nbsp;&nbsp;&nbsp;<a href="yun.jpg">贴吧</a>&nbsp&nbsp;&nbsp;&nbsp;<a href="yun.jpg">学术</a>&nbsp&nbsp;&nbsp;&nbsp;<a href="yun.jpg">登陆</a>&nbsp&nbsp;&nbsp;&nbsp;<a href="yun.jpg">设置</a>&nbsp&nbsp;&nbsp;&nbsp;<a href="yun.jpg">更多产品</a></td>
</tr>
<tr>
<td><center><img src="切切切.png" height="140" width="300" title="百度一下 你就知道"></center></td> <!--不知道怎么用属性的方式让图片名字出现在文字旁边或者下边,只能打字了-->
</tr>
<tr height="30">&nbsp;</tr>
<tr>
<td align="center"><table width="600" height="35" border="1" cellpadding="0" cellspacing="0" >
<tr>
<td width="522" align="right">&nbsp;</td>
<td bgcolor="#227CF7" width="100" align="center"><font color="#FFFFFF">百度一下</td></tr>
</table>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<center><img src="1505050978.png" height="65" width="65" alt="手机百度"></center>
<center><b><font size="-2">手机百度</b></center><br>
<center><font color="#666666" size="-3">把百度设为主页&nbsp;&nbsp;关于百度&nbsp;&nbsp;About Baidu&nbsp;&nbsp;百度推广<br></center>
<center>?2017 Baidu 使用百度前必读 意见反馈 京ICP证030173号&nbsp;&nbsp;京公网安备11000002000001号</center>
</body>
</html>

时间: 2025-01-17 04:29:41

学习笔记之03做百度搜索页面,未完的相关文章

Python学习笔记——基础篇【第二周】未完待续

python介绍 cpython print("alex xx")  c解释器 .pyc(字节码)  机器码 cpu jphthon print("alex xx") java解释器 Java字节码 机器码 cpu irongpython print("alex xx") C#解释器 C#字节码 机器码 cpu ruby js... pypy print("alex xx") 解释器 字节码  机器码 cpu 最快 代码执行的

Chrome扩展,应用开发学习笔记之2---恶搞百度一下

Chrome扩展,应用开发学习笔记之2 恶搞百度一下 前面我们介绍了一个最简单的chrome扩展时钟,如今我来介绍一下一个恶搞百度一下的chrome扩展程序. 前面说过,manifest.json文件是用来描写叙述这个扩展的,是整个扩展的入口,同一时候也是告诉chrome怎么处理这个扩展. 恶搞百度一下: 以下我们来编写一个恶搞百度一下的扩展程序,希望从这个实例中,对于chrome拓展有一个更好的认识.先看看这个拓展的效果,例如以下图: 从图中我们能够猜到,其功能就是让你无法点击百度一下那个bu

如何在百度搜索页面中插入广告

郑重声明:本人发布分享是为了让更多的人知道这项技术的存在,从而寻找一些防止的方法,并不是想做一些非法的操作.我也很不喜欢在页面中植入广告.所以希望各位大神看了此文后能多提一些建议与改进.本人会虚心接受.不喜勿喷!!! 该技术是我无意中接触的能够跨域操作JS的情况,通过跨域JS操作可以实现在你使用百度搜索跳转到你所在的页面的时候会自动使得百度搜索页面也进行相应的跳转,从而实现操作者的很多目的.目前我通过研究已经弄懂实现原理,并未亲自尝试,所以该文也是起抛砖引玉的作用,希望各位前端大牛能进行一下研究

Lucene学习笔记: 五,Lucene搜索过程解析

一.Lucene搜索过程总论 搜索的过程总的来说就是将词典及倒排表信息从索引中读出来,根据用户输入的查询语句合并倒排表,得到结果文档集并对文档进行打分的过程. 其可用如下图示: 总共包括以下几个过程: IndexReader打开索引文件,读取并打开指向索引文件的流. 用户输入查询语句 将查询语句转换为查询对象Query对象树 构造Weight对象树,用于计算词的权重Term Weight,也即计算打分公式中与仅与搜索语句相关与文档无关的部分(红色部分). 构造Scorer对象树,用于计算打分(T

Hadoop学习笔记(8) ——实战 做个倒排索引

Hadoop学习笔记(8) ——实战 做个倒排索引 倒排索引是文档检索系统中最常用数据结构.根据单词反过来查在文档中出现的频率,而不是根据文档来,所以称倒排索引(Inverted Index).结构如下: 这张索引表中, 每个单词都对应着一系列的出现该单词的文档,权表示该单词在该文档中出现的次数.现在我们假定输入的是以下的文件清单: T1 : hello world hello china T2 : hello hadoop T3 : bye world bye hadoop bye bye 输

实现百度搜索页面网页遍历

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using mshtml; using System.Threading; using mshtml; namespace WindowsFormsApplication

opencv学习笔记(03)——遍历图像(迭代器法)

1 #include <opencv2\highgui\highgui.hpp> 2 #include <opencv2\imgproc\imgproc.hpp> 3 #include <opencv2\core\core.hpp> 4 5 void colorReduce(cv::Mat& img, int div=64); 6 7 8 int main() 9 { 10 cv::Mat img_orginal = cv::imread("F:\\i

c#代码实现百度搜索页面网页遍历

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using mshtml; using System.Threading; using mshtml; namespace WindowsFormsApplication

Dynamic CRM 2013学习笔记(二十四)页面保存前进行逻辑验证

我们有时要验证下页面上的一些逻辑,比如开始时间不能晚于结束时间,不对时不让保存.我们可以在相关的字段事件上处理,但这如果要判断的字段比较多时,就比较麻烦了. 这时候我们就可以利用Form的OnSave事件,下面介绍下具体的做法: 1. Form的OnSave事件   2. JS方法 function formSave(context) { if (!dateCheck("new_valid_on", "new_valid_to")) { alert("Va