跳至内容

燕鸥博客

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

    30秒学会 JavaScript 片段 – randomIntArrayInRange

    Returns an array of n random integers in the specified range. Use Array.from() to create an empty ar...

    进一步了解
    • 30秒学会 JavaScript 片段
    2019年5月23日

    30秒学会 Python 片段 – last

    Returns the last element in a list. use lst[-1] to return the last element of the passed list.

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

    30秒学会 JavaScript 片段 – objectToEntries

    Creates an array of key-value pair arrays from an object. Use Object.keys() and Array.prototype.map(...

    进一步了解
    • 30秒学会 JavaScript 片段
    2019年5月19日

    30秒学会 PHP 片段 – slugify

    Converts a string to a URL-friendly slug. Uses preg_replace() to replace invalid chars with dashes, ...

    进一步了解
    • 30秒学会 PHP 片段
    2019年5月18日

    30秒学会 PHP 片段 – deepFlatten

    Deep flattens an array. Use recursion. Use array_push, splat operator and an empty array to flatten ...

    进一步了解
    • 30秒学会 PHP 片段
    2019年5月16日

    30秒学会 JavaScript 片段 – is

    Checks if the provided value is of the specified type. Ensure the value is not undefined or null usi...

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

    30秒学会 Golang 片段 – FindLast

    Returns the value of the last element in the provided collection that satisfies the provided testing...

    进一步了解
    • 30秒学会 Golang 片段
    2019年5月15日

    30秒学会 JavaScript 片段 – stringPermutations

    Generates all permutations of a string (contains duplicates). ⚠️ WARNING: This function’s exec...

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

    30秒学会 JavaScript 片段 – maxDate

    Returns the maximum of the given dates. Use the ES6 spread syntax with Math.max to find the maximum ...

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

    30秒学会 Dart 片段 – capitalize

    Capitalizes the first letter of a string. Use String.toUpperCase() to capitalize first letter and St...

    进一步了解
    • 30秒学会 Dart 片段
    第 98 页,共 154 页« 最新«...102030...96979899100...110120130...»最旧 »

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

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