Devlive 开源社区 本次搜索耗时 0.723 秒,为您找到 571 个相关结果.
  • Properties

    1176 2024-06-27 《Lodash 4.17.15》
    _.VERSION _.templateSettings _.templateSettings.escape _.templateSettings.evaluate _.templateSettings.imports _.templateSettings.interpolate _.templateSettings.variable...
  • Tailwind CSS 自定义配置深度解析

    Tailwind CSS 的一大特色是其高度可定制性。通过配置文件,我们可以完全控制框架的行为,创建符合项目需求的样式系统。本节将深入探讨 Tailwind CSS 的配置系统,帮助你掌握自定义配置的各个方面。 配置文件基础 配置文件结构 // tailwind.config.js module . exports = { conten...
  • Tailwind CSS 深色模式适配

    深色模式(Dark Mode)已经成为现代 Web 应用的标配功能。Tailwind CSS 提供了强大的深色模式支持,让我们能够轻松实现优雅的明暗主题切换。本节将详细介绍如何在项目中实现完善的深色模式适配。 基础配置 启用深色模式 在 tailwind.config.js 中配置深色模式策略: module . exports = { ...
  • Introduction to EventMesh

    Introduction to EventMesh Features Introduction to EventMesh Apache EventMesh is a fully serverless platform used to build distributed event-driven applications. ...
  • 7.7 Embed the Rmd source file in the HTML output file

    1141 2024-05-24 《R Markdown Cookbook》
    When you share an HTML output page with others, they may want the Rmd source file, too. For example, they may want to change the Rmd source and compile the report by themselves. Y...
  • 第三节:仓库列表页 - 卡片与排序布局

    学习目标 GitHub仓库列表页分析 页面骨架结构 实现用户信息栏和导航标签 添加过滤和搜索控件 实现仓库卡片列表 添加分页导航组件 响应式设计考虑 关键样式技术点 1. 仓库卡片模式 2. 分隔线和边界 3. 标签和指示器 4. 语言颜色点 5. 过滤器和排序控件 常见问题与解决方案 问题1:移动设备上过滤控件的排列 问题2:...
  • Distributed locks and synchronizers

    1105 2025-03-14 《Redisson 3.45.0》
    Lock Redis or Valkey based distributed reentrant Lock object for Java and implements Lock interface. Uses pub/sub channel to notify other threads across all Redisson instances w...
  • Couchbase

    1104 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Record format Configuration General configuration values Authentication No credentials Using certificates Using bucket password Document level expiration 1 - Ex...
  • Code Style Guide

    1090 2025-03-26 《Apache Gobblin 0.17.0》
    Overview Guideline Code Style Template File Overview The code formatting standard in this project is based on the Oracle/Sun Code Convention and Google Java Style . Guide...
  • Tailwind CSS 间距和布局控制

    间距系统基础 1. 间距刻度 Tailwind CSS 提供了一个基于 0.25rem(4px)递增的间距系统: // tailwind.config.js 默认间距配置 module . exports = { theme : { spacing : { '0' : ...