跳至内容

燕鸥博客

  • 首页
  • 燕鸥监控
  • 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 代码片段 入门 进阶 高级
    2022年4月26日

    30秒学会 JavaScript 片段 – JavaScript Data Structures – Stack

    Definition A stack is a linear data structure that behaves like a real-world stack of items. It foll...

    进一步了解
    • 30秒学会 JavaScript 片段
    2022年4月25日

    30秒学会 JavaScript 片段 – Introduction to Semantic Versioning (SemVer)

    SemVer (short for Semantic Versioning) is a versioning scheme commonly used in software development ...

    进一步了解
    • 30秒学会 JavaScript 片段
    2022年4月22日

    30秒学会 CSS 片段 – Show additional content on hover

    Creates a card that displays additional content on hover. Use overflow: hidden on the card to hide e...

    进一步了解
    • 30秒学会 CSS 片段
    2022年4月22日

    30秒学会 Python 片段 – Index of min element

    Returns the index of the element with the minimum value in a list. Use min() and list.index() to obt...

    进一步了解
    • 30秒学会 Python 片段
    2022年4月22日

    30秒学会 Python 片段 – Initialize list with range

    Initializes a list containing the numbers in the specified range where start and end are inclusive w...

    进一步了解
    • 30秒学会 Python 片段
    2022年4月21日

    30秒学会 Python 片段 – Map list to dictionary

    Maps the values of a list to a dictionary using a function, where the key-value pairs consist of the...

    进一步了解
    • 30秒学会 Python 片段
    2022年4月21日

    30秒学会 JavaScript 片段 – Freeze Set object

    Creates a frozen Set object. Use the Set constructor to create a new Set object from iterable. Set t...

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

    30秒学会 JavaScript 片段 – Count grouped elements

    Groups the elements of an array based on the given function and returns the count of elements in eac...

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

    30秒学会 Python 片段 – String to words

    Converts a given string into a list of words. Use re.findall() with the supplied pattern to find all...

    进一步了解
    • 30秒学会 Python 片段
    2022年4月19日

    30秒学会 JavaScript 片段 – Check if array has many matches

    Checks if an array has more than one value matching the given function. Use Array.prototype.filter()...

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

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

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