不同標籤的資訊提取

2021-04-20 18:14:31 字數 897 閱讀 6689

但是我們要提取他們裡面的同一型別內容(時間),具體資訊如下:

嘗試了很多辦法,都沒有成功。適用於第乙個資訊的方法不適合第二個,反之亦然。最後通過列印出node節點的詳細資訊後,我才順利完成任務。具體解決方法如下:

node time_node=time_nodes.elementat(i);

system.out.println(time_node.tohtml());

/** 效果如下:

* f:/computer.hdu.edu.cn/ly/contentid=753.asp

f:/computer.hdu.edu.cn/ly/articleid=9.asp

*/string check=time_node.tohtml();

if(check.indexof('#')!=-1)

else

indextime=time_node.getchildren().tohtml();

下面是我嘗試過的一些錯誤方法,略過略過……

trycatch(exception e) 

if(indextime==null||indextime=="")

*//*

node node=time_nodes.elementat(i); 

nodelist node1=node.getchildren(); 

indextime=node1.elementat(0).tohtml();

*//*

* 用node類,其物件不能用getchildren。

* 而用tag類,則可以。*/

亂七八糟,一塌糊塗

整合http://blog.csdn.net/caoxu1987728/archive/2008/10/04/3016042.aspx裡面的**就是一篇比較完整的**!

Memcache Server儲存資訊提取

string stroutput raw output foreach string key1 in stats.keys console.writeline stroutput response.write stroutput response.end sample result raw outp...

CTF Bugku 分析 資訊提取

ctf bugku 分析 資訊提取 最近刷題的時候看到了這道比較有趣的題。而且網上也沒找到wp,所以分享一下我的思路。先用wireshark開啟流量包看看是什麼。只有http和tcp的包,我們只關心http包,所以我們在過濾中輸入http,只顯示http內容。粗略的看一下,結合題目的提示 sqlma...

NLP資訊提取工作記錄

將各個醫院不同格式的病歷中的資訊提取出來,這些資訊包括姓名 出生地 年齡 疾病史 出院情況 出院有什麼症狀,有哪些 歷史等資訊。資訊提取後還應將這些資訊按照專案乙個個的儲存到mysql資料庫中。由簡至繁的的描述。簡單和複雜的區別主要由待提取的資訊的複雜度來描述。1,有限可窮舉情況 最簡單的為性別,只...