书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1488 个相关结果.
  • 2. How the menu system works

    2. How the menu system works 2.1. Basic concepts 2.1.1. Registration 2.1.2. Generators and Modifiers 2.1.2.1. Generators 2.1.2.2. Modifiers 2.1.3. Nodes 2.2. How does all thi...
  • Models

    Models Models class cms.models.Page A Page is the basic unit of site structure in django CMS. The CMS uses a hierarchical page model: each page stands in relation to other pag...
  • Customising navigation menus

    Customising navigation menus Menus Customise menus at runtime Attach Menus Navigation Modifiers Example use-cases How it works Customising navigation menus In this documen...
  • Customising navigation menus

    Customising navigation menus Menus Customise menus at runtime Attach Menus Navigation Modifiers Example use-cases How it works Customising navigation menus In this documen...
  • 3.0 release notes

    3.0 release notes What’s new in 3.0 New Frontend Editing New Toolbar New Page Types Experimental Python 3.3 support Better multilingual editing CMS_SEO_FIELDS CMS_MENU_TITLE_...
  • Extending the navigation menu

    Extending the navigation menu Create the navigation menu Extending the navigation menu You may have noticed that while our Polls application has been integrated into the CMS, w...
  • 4. GC 算法(实现篇)

    4. GC 算法(实现篇) 4. GC 算法(实现篇) 学习了GC算法的相关概念之后, 我们将介绍在JVM中这些算法的具体实现。首先要记住的是, 大多数JVM都需要使用两种不同的GC算法 —— 一种用来清理年轻代, 另一种用来清理老年代。 我们可以选择JVM内置的各种算法。如果不通过参数明确指定垃圾收集算法, 则会使用宿主平台的默认实现。本章会详细...
  • Create a page

    Create a page Create your first page Publish a page Create a second page Create a page Create your first page django CMS’s Create Page wizard will open a new dialog box. ...
  • 日志系统

    1300 2019-07-10 《Lin CMS 文档手册》
    日志系统 使用 日志记录 日志配置 自定义 Transport 日志系统 在本小节的正式内容之前,我们先来闲聊一下目前市面上的日志框架。在笔者为lin-cms 实现日志系统的过程中,浏览和使用了诸多的日志框架,诸如java 的log4j 和logback ,node.js 的log4j 和egg-logger 以及consola ,还有其它很...
  • 2.3.3 release notes

    2.3.3 release notes What’s new in 2.3.3 Restored Python 2.5 support Pending deprecations 2.3.3 release notes What’s new in 2.3.3 Restored Python 2.5 support 2.3.3 restores ...