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

    1289 2024-06-05 《Ramda 0.29.2》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until xor isNotEmpty and a → b → a | b...
  • 第二节:开发环境搭建 - 工具链与配置

    学习目标 为什么需要完整的开发环境? 开发环境概览 安装Node.js和npm 创建项目并初始化 安装Vite作为构建工具 安装Tailwind CSS及其依赖 初始化Tailwind CSS配置 配置项目结构 创建基础HTML文件 创建主JavaScript文件 自定义Tailwind配置 配置npm脚本 配置Vite 加入常用...
  • GitHub 趋势日报 (2025年05月15日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Python Go Swift Shell Vim Script Kotlin C Lua MDX TypeScript C Ruby Markdown PHP Java Rust Dart HTML Dockerfile CMake Nextflow J...
  • DELETE

    1237 2024-06-24 《Apache AGE 0.6.0》
    Terminal DELETE clauses Introduction Delete isolated vertices Delete all vertices and edges associated with them Delete edges only Return a deleted vertex The DELETE clause...
  • GitHub 趋势日报 (2025年05月21日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 PHP C Swift C Dart TypeScript MDX C++ Go Ruby Vim Script HTML Jupyter Notebook Markdown PowerShell Python Rust Java Batchfile Lua ...
  • Logic

    1216 2024-06-05 《Ramda 0.25.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until and a → b → a | b Added in v0.1....
  • Math

    1211 2024-06-04 《Ramda 0.30.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Scalar Functions

    1200 2024-06-24 《Apache AGE 0.6.0》
    id start_id end_id type properties head last length size startNode endNode timestamp toBoolean toFloat toInteger coalesce id id() returns the id of a vertex or e...
  • Logic

    1198 2024-06-05 《Ramda 0.15.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, other...
  • Tailwind CSS 移动端适配实践

    本节将详细介绍如何使用 Tailwind CSS 进行移动端适配,包括响应式设计、触摸交互优化、性能优化等方面。 基础配置 视口配置 <!-- public/index.html --> <meta name = "viewport" content = "width=device-width, initial-scale=1.0, max...