书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 41 个相关结果.
  • Parsing and traversing a Document

    610 2020-03-04 《jsoup cookbook》
    Parsing and traversing a Document The object model of a document See also Parsing and traversing a Document To parse a HTML document: String html = "<html><head><title>F...
  • Working with URLs

    439 2020-03-04 《jsoup cookbook》
    Working with URLs Problem Solution Description Working with URLs Problem You have a HTML document that contains relative URLs, which you need to resolve to absolute URLs. ...
  • Parsing a body fragment

    627 2020-03-04 《jsoup cookbook》
    Parsing a body fragment Problem Solution Description Stay safe Parsing a body fragment Problem You have a fragment of body HTML (e.g. a div containing a couple of p tag...
  • 第六章 树的遍历

    第六章 树的遍历 6.1 搜索引擎 6.2 解析 HTML 6.3 使用jsoup 6.4 遍历 DOM 6.5 深度优先搜索 6.6 Java 中的栈 6.7 迭代式 DFS 第六章 树的遍历 原文:Chapter 6 Tree traversal 译者:飞龙 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译...
  • Parse a document from a String

    743 2020-03-04 《jsoup cookbook》
    Parse a document from a String Problem Solution Description Parse a document from a String Problem You have HTML in a Java String, and you want to parse that HTML to get a...
  • Use DOM methods to navigate a document

    632 2020-03-04 《jsoup cookbook》
    Use DOM methods to navigate a document Problem Solution Description Finding elements Element data Manipulating HTML and text Use DOM methods to navigate a document Prob...
  • 第七章 到达哲学

    第七章 到达哲学 7.1 起步 7.2 可迭代对象和迭代器 7.3 WikiFetcher 7.4 练习 5 第七章 到达哲学 原文:Chapter 7 Getting to Philosophy 译者:飞龙 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译 本章的目标是开发一个 Web 爬虫,它测试了第 6...
  • Binding Beans to Forms

    Binding Beans to Forms Automatic Data Binding The bindInstanceFields method Binding Beans to Forms The business objects used in an application are in most cases implemented ...
  • 为什么我要改用Kotlin

    1466 2020-05-28 《Kotlin 基础教程》
    为什么我要改用Kotlin Kotlin的“简历” 语法简单,不啰嗦 空指针安全 支持方法扩展 Lambda, 高阶函数,Streams API, 函数式编程支持 字符串模板 与Java交互性好 Kotlin应用广泛 关于性能 关于转向Kotlin 为什么我要改用Kotlin 原文链接:http://droidyue.com/b...
  • 第十四章 持久化

    第十四章 持久化 14.1 Redis 14.2 Redis 客户端和服务端 14.3 制作基于 Redis 的索引 14.4 Redis 数据类型 14.5 练习 11 14.6 更多建议(如果你需要的话) 14.7 几个设计提示 第十四章 持久化 原文:Chapter 14 Persistence 译者:飞龙 协议:CC...