Devlive 开源社区 本次搜索耗时 0.821 秒,为您找到 165 个相关结果.
  • 9.3 Embed a web page

    1640 2024-05-24 《R Markdown Cookbook》
    References If you have the webshot package (Chang 2023 ) and PhantomJS installed (see Section 9.2 ), you can embed any web page in the output document through knitr::include_url...
  • 4.14 Create an animation from multiple R plots

    1639 2024-05-23 《R Markdown Cookbook》
    References When you generate a series of plots in a code chunk, you can combine them into an animation. It is easy to do so if the output format is HTML—you only need to install ...
  • Bytecode Enhancement

    1585 2024-05-25 《Apache JDO 3.2.1》
    JDO defines a byte-code enhancement process that provides for dirty detection of fields. Before a class is used at runtime it is compiled and then “enhanced” to implement the inte...
  • Configuration

    1328 2025-03-14 《Redisson 3.45.0》
    Using Redisson API Programmatic configuration is performed by the Config object instance. For example: Config config = new Config (); config . setTransportMode ( Transpo...
  • 图像

    1282 2024-05-26 《Markdown 中文版》
    Markdown 图片 图片链接 格式引用图片 指定图片大小 Markdown 图片 要添加图像,请添加一个感叹号(!),然后在括号中添加替代文本,并在括号中添加图像资源的路径或URL。您可以选择在括号中的URL之后添加标题。 ![ alt 属性文本](图片地址 "可选标题" ) 开头一个感叹号 ! 接着一个方括号,里面放上图片...
  • Spark Writes

    1245 2024-06-26 《Apache Amoro 0.6.1》
    Writing with SQL INSERT OVERWRITE INSERT INTO Upsert to table with primary keys. DELETE FROM UPDATE MERGE INTO Writing with DataFrames Appending data Overwriting data Crea...
  • Resources

    Download the .svg
  • Cache API implementations

    907 2025-03-15 《Redisson 3.45.0》
    Spring Cache Redisson provides various Spring Cache implementations. Each Cache instance has two important parameters: ttl and maxIdleTime . Data is stored infinitely if these se...
  • Distributed collections

    787 2025-03-14 《Redisson 3.45.0》
    Map Redis or Valkey based distributed Map object for Java implements ConcurrentMap interface. This object is thread-safe. Consider to use Live Object service to store POJO obje...
  • Integration with Spring

    737 2025-03-15 《Redisson 3.45.0》
    Spring Boot Starter Integrates Redisson with Spring Boot library. Depends on Spring Data Redis module. Supports Spring Boot 1.3.x - 3.4.x Usage 1. Add redisson-spring-boot-sta...