Devlive 开源社区 本次搜索耗时 0.753 秒,为您找到 9 个相关结果.
  • Configuring Superset

    9207 2024-05-25 《Apache Superset 4.0.1》
    Configuration Specifying a SECRET_KEY Adding an initial SECRET_KEY Rotating to a newer SECRET_KEY Using a production metastore Running on a WSGI HTTP Server HTTPS Configurati...
  • Configurations

    7471 2024-07-05 《Apache Kyuubi 1.9.1》
    Environments Kyuubi Configurations Authentication Backend Batch Credentials Ctl Delegation Engine Event Frontend Ha Kinit Kubernetes Lineage Metadata Metrics Operat...
  • Bug descriptions

    5831 2024-06-13 《SpotBugs 4.8.5》
    Bad practice (BAD_PRACTICE) JUA: Asserting value of instanceof in tests is not recommended. (JUA_DONT_ASSERT_INSTANCEOF_IN_TESTS) AA: Assertion is used to validate an argument of ...
  • Security Configurations

    4617 2024-05-25 《Apache Superset 4.0.1》
    Provided Roles Admin Alpha Gamma sql_lab Public Managing Data Source Access for Gamma Roles REST API for user & role management Customizing Permissions Permissions Restri...
  • Detectors

    3683 2024-06-13 《SpotBugs 4.8.5》
    Standard detectors OverridingMethodsMustInvokeSuperDetector FindRoughConstants SynchronizeAndNullCheckField InitializeNonnullFieldsInConstructor BooleanReturnNull OptionalRetu...
  • Caching

    2505 2024-05-25 《Apache Superset 4.0.1》
    Dependencies Fallback Metastore Cache Chart Cache Timeout SQL Lab Query Results Caching Thumbnails Superset uses Flask-Caching for caching purposes. Flask-Caching supports v...
  • Network and Security Settings

    2460 2024-05-25 《Apache Superset 4.0.1》
    CORS Domain Sharding Middleware CORS To configure CORS, or cross-origin resource sharing, the following dependency must be installed: pip install apache - superset [ cors ] ...
  • Privacy Policy

    1403 2024-06-27 《Apache Hudi 0.15.0》
    Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following: The IP address from ...
  • 第一节:登录与注册页面 - 表单与身份验证UI

    学习目标 GitHub登录与注册页面分析 登录页面实现 页面结构拆解 步骤1:创建基本HTML结构 步骤2:添加GitHub Logo和登录选项 步骤3:构建登录表单 步骤4:添加记住我选项和新账户链接 步骤5:添加页脚区域 完整的登录页面代码 表单验证状态 错误状态样式 成功状态样式 注册页面实现 注册页面结构拆解 完整的注册页...