Devlive 开源社区 本次搜索耗时 1.342 秒,为您找到 472 个相关结果.
  • jdoconfig DTD/XSD

    1770 2024-05-25 《Apache JDO 3.2.1》
    Meta-Data - JDOConfig Meta-Data - JDOConfig JDO allows you to define a file jdoconfig.xml that specifies the properties for a named PMF. As always with XML, the metadata must ma...
  • Installing MySQL

    About This Task Before You Begin Steps About This Task You can install MySQL 5.5 or later. Before You Begin On the Ambari host, install the JDBC driver for MySQL, and then a...
  • Prepared Statements

    1753 2024-06-24 《Apache AGE 0.6.0》
    Cypher Parameter Format Prepared Statements Preparation Prepared Statements Execution Cypher can run a read query within a Prepared Statement. When using parameters with stored...
  • Maintenance

    1743 2025-03-10 《Apache Iceberg 1.8.1》
    Maintenance Maintenance operations require the Table instance. Please refer Java API quickstart page to refer how to load an existing table. Recommended Maintenance Expire...
  • jdo DTD/XSD

    1737 2024-05-25 《Apache JDO 3.2.1》
    Meta-Data - JDO Meta-Data - JDO JDO defines XML MetaData in jdo files as well as orm files. As always with XML, the metadata must match the defined DTD/XSD for that file type....
  • Using a local RedHat Satellite or Spacewalk repository

    Next Step Many Ambari users use RedHat Satellite or Spacewalk to manage Operating System repositories in their cluster. The general process to configure Ambari to work with your ...
  • Java API

    1713 2025-03-12 《Apache Iceberg 1.8.1》
    Iceberg Java API Tables The main purpose of the Iceberg API is to manage table metadata, like schema, partition spec, metadata, and data files that store table data. Table metad...
  • Tailwind CSS 构建流程优化

    在大型项目中,构建流程的优化对于提高开发效率和产品性能至关重要。本节将详细介绍如何优化 Tailwind CSS 项目的构建流程。 开发环境优化 Webpack 配置优化 // webpack.dev.js const path = require ( 'path' ); module . exports = { mod...
  • Auxiliary SQL Functions

    1697 2024-07-05 《Apache Kyuubi 1.9.1》
    Kyuubi provides several auxiliary SQL functions as supplement to Flink’s Built-in Functions Name Description Return Type Since kyuubi_version Return the version of K...
  • 第四节:自定义配置 - 调整Tailwind以匹配GitHub风格

    学习目标 GitHub设计系统分析 创建自定义配置文件 GitHub颜色系统实现 基础色彩应用示例 字体系统配置 字体应用示例 间距与布局系统 间距系统示例 阴影和圆角系统 阴影和圆角应用示例 实际案例:GitHub风格导航栏 插件扩展 统一项目配置示例 常见配置问题与解决方案 最佳实践建议 练习任务 总结 学习目标 ...