91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 84KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-01
  • 語言: Java
  • 標簽: 爬蟲??Java??

資源簡介

使用了Java原生的regex進行爬蟲的的編寫,沒有使用jsoup等工具,在字段匹配方面使用的是正則表達式;同樣也做了使用jsoup與不用正則表達式的代碼,整理后會發上來。

資源截圖

代碼片段和文件信息

import?java.io.IOException;
import?java.util.ArrayList;

public?class?chong?{

????public?static?void?main(String?args[])?throws?IOException?{
????????//定義即將訪問的鏈接
????????String?url?=?“https://www.zhihu.com/explore/recommendations“;
????????//?訪問鏈接并獲取頁面內容
????????String?content?=?spider.getinfo(url);
????????//?獲取編輯推薦
????????ArrayList?myZhihu?=?spider.getzhihu(content);
????????//?打印結果
????????System.out.println(myZhihu);
????????}
????}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????529??2018-07-25?19:09??pachong\src\main\java\chong.java
?????目錄???????????0??2018-07-25?19:07??pachong\
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\4.0\
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\4.0\fileChanges\
?????文件???????????1??2018-05-07?13:15??pachong\.gradle\4.0\fileChanges\last-build.bin
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\4.0\fileContent\
?????文件??????????17??2018-05-07?13:15??pachong\.gradle\4.0\fileContent\fileContent.lock
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\4.0\fileHashes\
?????文件???????19197??2018-05-07?13:14??pachong\.gradle\4.0\fileHashes\fileHashes.bin
?????文件??????????17??2018-05-07?13:15??pachong\.gradle\4.0\fileHashes\fileHashes.lock
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\4.0\taskHistory\
?????文件???????19442??2018-05-07?13:14??pachong\.gradle\4.0\taskHistory\fileSnapshots.bin
?????文件???????21131??2018-05-07?13:14??pachong\.gradle\4.0\taskHistory\taskHistory.bin
?????文件??????????17??2018-05-07?13:15??pachong\.gradle\4.0\taskHistory\taskHistory.lock
?????目錄???????????0??2018-07-25?19:07??pachong\.gradle\buildOutputCleanup\
?????文件???????????0??2018-05-06?09:12??pachong\.gradle\buildOutputCleanup\built.bin
?????文件??????????51??2018-05-06?09:12??pachong\.gradle\buildOutputCleanup\cache.properties
?????文件???????????2??2018-05-07?13:15??pachong\.gradle\buildOutputCleanup\cache.properties.lock
?????目錄???????????0??2018-07-25?19:07??pachong\.idea\
?????文件?????????282??2018-05-06?09:16??pachong\.idea\compiler.xml
?????文件?????????564??2018-05-06?09:16??pachong\.idea\gradle.xml
?????目錄???????????0??2018-07-25?19:07??pachong\.idea\inspectionProfiles\
?????目錄???????????0??2018-07-25?19:07??pachong\.idea\libraries\
?????文件?????????491??2018-05-06?09:16??pachong\.idea\libraries\Gradle__junit_junit_4_12.xml
?????文件?????????547??2018-05-06?09:16??pachong\.idea\libraries\Gradle__org_hamcrest_hamcrest_core_1_3.xml
?????文件?????????258??2018-05-06?09:11??pachong\.idea\misc.xml
?????目錄???????????0??2018-07-25?19:07??pachong\.idea\modules\
?????文件?????????789??2018-05-06?09:16??pachong\.idea\modules\pachong.iml
?????文件?????????906??2018-05-06?09:16??pachong\.idea\modules\pachong_main.iml
?????文件????????1224??2018-05-06?09:16??pachong\.idea\modules\pachong_test.iml
............此處省略39個文件信息

評論

共有 條評論