首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Rust语言学习交流

    【Rust日报】2020-11-01 《Zero to production in Rust》

    现在支持的条件类型有: delay 在指定的时间后继续运行,watitfor --delay 1h10m20s exists 再找到制定的文件后继续运行,waitfor --exists foo.txt not-exists 不存在文件时继续执行,waitfor --not-exists foo.txt get http请求结束后继续执行,waitfor --get 200,https://baidu.com 如果有多个条件

    1.4K20发布于 2020-11-06
  • 来自专栏Hank’s Blog

    selector的使用

    div[@id="images"]/a/text()').get() 'Name: My image 1 ' 如果未找到元素,返回None >>> response.xpath('//div[@id="not-exists "]/text()').get() is None True 可以将默认返回值作为参数提供,以代替None >>> response.xpath('//div[@id="not-exists"]/text

    92310发布于 2020-09-17
  • 来自专栏陌无崖知识分享

    redis基本数据类型(​集合、HyperLogLog、地理位置)

    redis> SMEMBERS fruit 1) "apple" 2) "cherry" 3) "banana" # 集合为空时返回 nil 或者空数组 redis> SRANDMEMBER not-exists

    83610发布于 2020-07-27
  • 来自专栏前端达人

    2026年前端的痛点:90%开发者还在错误地处理数据获取——从网络模型到React生产级方案

    // 这会"成功" fetch('/api/not-exists') // 404 .then(res => res.json()) .then(data => console.log('成功了

    13210编辑于 2026-03-12
  • 来自专栏信数据得永生

    高性能 MySQL 第四版(GPT 重译)(三)

    类似的“Distinct/not-exists”优化可以应用于某些类型的DISTINCT、NOT EXISTS()和LEFT JOIN查询。

    63410编辑于 2024-03-20
领券