跳至内容

燕鸥博客

  • 首页
  • 燕鸥监控
  • 30秒学会代码片段
    • 30秒学会 Angular 片段
    • 30秒学会 C# 片段
    • 30秒学会 CSS 片段
    • 30秒学会 Dart 片段
    • 30秒学会 Golang 片段
    • 30秒学会 JavaScript 片段
    • 30秒学会 PHP 片段
    • 30秒学会 Python 片段
    • 30秒学会 React 片段
    • 30秒面试问题
    • 30秒看不完系列
  • CSS技巧
  • 关于我们

标签

algorithm Angular animation array browser C# class collection components CSS Dart date dictionary effect event function generator Golang hooks input interactivity JavaScript lambda layout list math node object PHP promise Python random React recursion regexp state string tips type utility visual 代码片段 入门 进阶 高级
    2023年12月26日

    30秒学会 Python 片段 – Byte size of string

    Returns the length of a string in bytes. Use str.encode() to encode the given string and return its ...

    进一步了解
    • 30秒学会 Python 片段
    2023年12月24日

    30秒学会 Python 片段 – Map dictionary values

    Creates a dictionary with the same keys as the provided dictionary and values generated by running t...

    进一步了解
    • 30秒学会 Python 片段
    2023年12月24日

    30秒学会 CSS 片段 – Input with prefix

    Creates an input with a visual, non-editable prefix. Use display: flex to create a container element...

    进一步了解
    • 30秒学会 CSS 片段
    2023年12月23日

    30秒学会 Python 片段 – Find all matching indexes

    Finds the indexes of all elements in the given list that satisfy the provided testing function. Use ...

    进一步了解
    • 30秒学会 Python 片段
    2023年12月23日

    30秒学会 JavaScript 片段 – Find the minimum or maximum date using JavaScript

    At a fundamental level, JavaScript Date objects are just numbers representing a timestamp. This mean...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年12月21日

    30秒学会 JavaScript 片段 – Toggle fullscreen mode

    Opens or closes an element in fullscreen mode. Use Document.querySelector() and Element.requestFulls...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年12月20日

    30秒学会 CSS 片段 – Card with image cutout

    Creates a card with an image cutout. Use background to add a colored background to a .container elem...

    进一步了解
    • 30秒学会 CSS 片段
    2023年12月16日

    30秒学会 JavaScript 片段 – Insertion sort

    Definition Insertion sort is a simple sorting algorithm that builds the final sorted array one eleme...

    进一步了解
    • 30秒学会 JavaScript 片段
    2023年12月16日

    30秒学会 Python 片段 – List difference based on function

    Returns the difference between two lists, after applying the provided function to each list element ...

    进一步了解
    • 30秒学会 Python 片段
    2023年12月15日

    30秒学会 JavaScript 片段 – Case-insensitive substring search

    Checks if a string contains a substring, case-insensitive. Use the RegExp constructor with the ‘i’ f...

    进一步了解
    • 30秒学会 JavaScript 片段
    第 3 页,共 154 页«12345...102030...»最旧 »

    燕鸥博客 © 2025. 版权所有。

    自豪地采用 WordPress. 主题设计 Alx.