1. 求一個簡單的網頁源代碼
heritrix抓取網頁
網頁解析的有很多就不說了,不過最好自己寫
lucene索引
首先爬蟲是需要一個處理器鏈的,網頁的抓取並非幾十行代碼就能實現的,因為有很多問題出
現。
1.獲取網頁:判斷網頁編碼,計算網頁正文位置,獲取頁面內url(url的過濾、緩存、存儲這部分還需要線程池的優化),url的分配、及線程池的啟動。
2.網頁持久化。網頁解析,網頁中樣式表、圖片等下載以及網頁的保存(xml和html)網頁快照的生成。
3.網頁的消重去噪:去掉沒用的網頁,如果是垂直搜索引擎則需要更多的判斷,可以利用內容模板和空間向量的演算法實現。
4.索引的建立及優化,主要是簡歷倒排索引。
你的分類基本上可以用內容模板和空間向量計算實現。
還有其他很多東西,一時間不能說細了。你想做到什麼程度。(比如:空間向量的演算法及結果的參考值、網頁內容模板的建立。)
6kbbs
夠簡單的!
3. 就簡單簡單網頁代碼
昨天晚上新寫的
給你吧
<!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=gb2312"
/>
<title>標准網頁</title>
<style
type="text/css"
>
#bodydiv{
position:relative;
margin-left:95px;
margin-right:95px;}
#body{
background-color:#FF8080;
margin-top:auto;
color:
#996600;
font-family:
"黑體";
;
}
#bannerdiv{
position:relative;}
#bannertable{}
#centerdiv{
position:relative;
padding-left:3px;}
#centertable{
}
#rootdiv{
margin-top:11px;}
</style>
</head>
<body
id="body"
>
<div
id="bodydiv">
<div
id="bannerdiv">
<table
align="center"
id="bannertable">
<tr>
<td>
<img
src="banner.gif"
width="770"
height="170">
</td>
</tr>
</table>
</div>
<div
id="centerdiv">
<table
id="centertable"
border="0"
cellpadding="7px"
>
<tr>
<td>
<table
border="0"
style="
height:24px;
width:200px;"background="divbg.gif"
>
<tr><td
align="center"></td></tr></table>
<table
border="0"
style="height:170px;
width:200px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td
align="center"><img
src="headimg.jpg"
width="200"
height="170"
/></td></tr></table>
</td>
<td
rowspan="2">
<table
border="0"
style="
height:24px;
width:373px;"background="divbg.gif"
>
<tr><td
align="center">日誌</td></tr></table>
<table
border="0"
style="height:380px;
width:373px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td></td></tr></table>
</td>
<td
rowspan="2">
<table
border="0"
style="
height:24px;
width:160px;"background="divbg.gif"
>
<tr><td
align="center">網站導航</td></tr></table>
<table
border="0"
style="height:380px;
width:160px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td></td></tr></table>
</td>
</tr>
<tr>
<td>
<table
border="0"
style="
height:24px;
width:200px;"background="divbg.gif"
>
<tr><td
align="center">心情</td></tr></table>
<table
border="0"
style="height:170px;
width:200px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td></td></tr></table>
</td>
</tr>
<tr>
<td>
<table
border="0"
style="
height:24px;
width:200px;"background="divbg.gif"
>
<tr><td
align="center">頭像31</td></tr></table>
<table
border="0"
style="height:170px;
width:200px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td></td></tr></table>
</td>
<td>
<table
border="0"
style="
height:24px;
width:373px;"background="divbg.gif"
>
<tr><td
align="center">頭像32</td></tr></table>
<table
border="0"
style="height:170px;
width:373px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td></td></tr></table>
</td>
<td>
<table
border="0"
style="
height:24px;
width:160px;"background="divbg.gif"
>
<tr><td
align="center">頭像33</td></tr></table>
<table
border="0"
style="height:170px;
width:160px;
background-color:#FF814f"
cellpadding="0"
cellspacing="0">
<tr><td></td></tr></table>
</td>
</tr>
</table>
</div>
<div
id="rootdiv">
<table
align="center">
<tr>
<td
align="center">
<img
src="rootimg.gif"
height="60"
width="190"
/>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
4. 簡單網站首頁源代碼
嗯。。那我建議你讀"mr.midnight".我個人是比較喜歡這英文小說啦!適合給teenagers閱讀。。actually,it's about horror stories but it wasn't terrible at all! trust me..
5. 想做一個簡單的網站,有沒有什麼好的網站源代碼呢
去用zblog這個最簡單,有很多種模板,超簡單,你可以看一下我的網站,而且還而且很有利於網站的排名優化。也就是seo,我是南寧的,希望能幫到你!
6. 急求最簡單的一個網頁代碼
新建文本文檔,讓後把下面復制進去 <html> <head> <title>simple</title> </head> <body> 簡單網頁 </body> </html> 保存後更改擴展名為.html。雙擊打開就可以
7. 求一個簡單精美的個人網站源代碼
給你個地址,很多源代碼可以下載。
★★[源碼庫]811款導彈-制導-彈道-慣性導航-GPS-雷達等模擬源代碼★★
http://bbs.81tech.com/read.php?tid=209564
8. 簡單的個人網站html源代碼
你在網頁中點擊滑鼠右鍵,然後在菜單里點擊網頁另存為,代碼就復制下來了;
9. 求一個簡單的個人網頁HTML源代碼
完整的代碼如下:
<html>
<head>
<title>簡單網頁製作練習</title>
</head>
<body>
<p>1.文字內容,直接輸入文字即可。。。。。如果想設置其相關屬性可以使用font標簽
<font size="18" color="red" >紅色18號文字</font> </p>
<p> 2.添加圖片 <img src="圖片名稱.屬性" id=「圖片簡介」>
<img src="1.jpg" id=" 加入圖片練習"> </p>
</body>
</html>
10. 求做一個簡單好看的網頁的源代碼
到源碼下載的網站,找到別人的源程序,發現有好的就COPY即可。
拿來主義不是錯,怕的就是自己不動手。