A.增量式網(wǎng)絡(luò)爬蟲
B.通用網(wǎng)絡(luò)爬蟲
C.深層爬蟲
D.聚焦網(wǎng)絡(luò)爬蟲
您可能感興趣的試卷
你可能感興趣的試題
A.middlewares.py
B.items.py
C.pipelines.py
D.settings.py
A.dumps()
B.loads()
C.load()
D.dump()
A.middlewares.py
B.items.py
C.pipelines.py
D.settings.py
A.@
B.*
C.?
D.#
A.#
B./
C.%
D.*
最新試題
<roster><student ID="s101">;<name>;李華<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齊輝<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;針對上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>
<stuList><student id="a001"><name>jack<name><age>22</age></student><student id="a002"><name>make<name><age>23</age></student></stuList>查找id=’a002’的xpath表達(dá)式是()。
Report.xml中包含subject 元素,該元素可以包含某HTML 標(biāo)記,如下:< subject>< b>2008年< /b>< i>北京奧運(yùn)會< i>展望< /subject>現(xiàn)需要編寫一個XML schema來定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過有效性驗證。
分析以下的DTD文檔,下面的XML實例()能夠通過該DTD的校驗。< !ELEMENT doc(title?,chap*)>< !ELEMENT title (#PCDATA)>< !ELEMENT chap (sect )>< !ELEMENT sect (para )>< !ELEMENT para (#PCDATA)>
通過降低訪問網(wǎng)站的頻率,一定能夠阻止對方從訪問量上認(rèn)出爬蟲的身份。
<customer_summaryxmlns:addr="http://www.xyz.com/addresses/"xmlns:books="http://www.zyx.com/books/"><addr:name><title>Mrs.</title></addr:name><books:title>Lord of the Rings</books:title>上述是一段關(guān)于XML命名空間的實例片段,以下說法錯誤的是()。
下列符號中,用于注釋robots.txt文件的記錄的是()。
對于XML文檔實例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。